1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847
|
commit 78f68235ebde1e132fa4904f288d0d91504c1215
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date: Sun Apr 3 12:26:40 2022 -0700
rstart 1.0.6
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
commit 9798a36bf96142deaf99f73ee0f48745a697121e
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date: Sun Jan 9 12:55:24 2022 -0800
Fix spelling/wording issues
Found by using:
codespell --builtin clear,rare,usage,informal,code,names
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
commit dcbbde24c64d97447692ff196333ef343de791bb
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date: Tue Dec 7 16:38:30 2021 -0800
Build xz tarballs instead of bzip2
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
commit 4b8a86bce305bbb0e39efa70516be38c2c802e31
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date: Tue Dec 7 16:38:27 2021 -0800
gitlab CI: add a basic build test
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
commit 724379f56f57b60964bba32ea0e2cad47acdde60
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date: Tue Nov 17 14:25:33 2020 -0800
Use system strdup() instead of hand-coded Strdup()
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
commit 8d08bb2d2251ad282d020c6a136238cb314bbe60
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date: Tue Nov 17 11:02:35 2020 -0800
rstartd.real: Avoid buffer overflow reading from config file
Fixes: 20978_58 from https://cyber-itl.org/2020/10/28/citl-7000-defects.html
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
commit 2c906e138333daf9e0f2186aa310ff42667f8ca6
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date: Wed Nov 21 16:56:21 2018 -0800
Update configure.ac bug URL for gitlab migration
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
commit 48affcb9fffbbe0430d04889ec63b9d6a9504dc1
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date: Fri Nov 16 20:42:26 2018 -0800
Update README for gitlab migration
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
commit de996978fe6788ae0301ae819ab022749364134b
Author: Mihail Konev <k.mvc@ya.ru>
Date: Thu Jan 26 14:00:20 2017 +1000
autogen: add default patch prefix
Signed-off-by: Mihail Konev <k.mvc@ya.ru>
commit b508bb4a5bbd06cdee33dbd27169e93b2a0b5f25
Author: Emil Velikov <emil.l.velikov@gmail.com>
Date: Mon Mar 9 12:00:52 2015 +0000
autogen.sh: use quoted string variables
Place quotes around the $srcdir, $ORIGDIR and $0 variables to prevent
fall-outs, when they contain space.
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
commit 1f3333b9a74db4498d844624471293f2171e9a00
Author: Peter Hutterer <peter.hutterer@who-t.net>
Date: Tue Jan 24 10:32:07 2017 +1000
autogen.sh: use exec instead of waiting for configure to finish
Syncs the invocation of configure with the one from the server.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
commit 05af81b19c9cf4cec67aca2c2936076bf1a9f76d
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date: Sat May 31 21:39:32 2014 -0700
autogen.sh: Honor NOCONFIGURE=1
See http://people.gnome.org/~walters/docs/build-api.txt
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
commit 4d5bbe13082ed3827dcb839abf9027aa23eeb98f
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date: Sat May 31 21:38:41 2014 -0700
configure: Drop AM_MAINTAINER_MODE
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
commit 1487cbd32df5227fea705d25f938a6e2401b2743
Author: Gaetan Nadon <memsize@videotron.ca>
Date: Wed Sep 25 13:34:55 2013 -0400
error: couldn't open directory 'm4': No such file or directory #67196
With later versions of Autotools, it is an error to have
AC_CONFIG_MACRO_DIR([m4]) without having the m4 directory created.
For rstart, there are no custom macros and it does not use libtool.
This statement can then be deleted.
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
commit 960c6f4bf18a62c700a06d2171d9c2a94cdcd16c
Author: Gaetan Nadon <memsize@videotron.ca>
Date: Wed Aug 21 15:45:06 2013 -0400
Fix ./configure error: "sysconfdir: command not found"
There should be not brackets around sysconfdir.
Note that the value is "${prefix}/etc" and can only be used
later in Makefile.am.
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
commit 90600351e9f379b98ffac1b10cbf47b9787d1dc1
Author: Gaetan Nadon <memsize@videotron.ca>
Date: Tue Aug 20 20:26:46 2013 -0400
The scripts in the commands subdir are missing execute permissions
These were treated as _DATA and installed with -m 644 option on the
/usr/bin/install program.
Use _SCRIPTS Automake constructs for scripts.
Reviewed-by: Julien Cristau <jcristau@debian.org>
Tested-by: Julien Cristau <jcristau@debian.org>
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
commit 5f8db7ff3cac1e635c92916dfab349416aeb58b8
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date: Sun Feb 10 18:17:58 2013 -0800
rstart 1.0.5
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
commit 2b712991f56eb4257ec4f761d055a8ca9c156463
Author: Egbert Eich <eich@freedesktop.org>
Date: Fri Nov 30 06:56:34 2012 -0500
man: Set correct config file location in man page
Change the config file location from a hard coded path to what is
set during build.
Signed-off-by: Egbert Eich <eich@freedesktop.org>
Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
commit 261f9ddab794742c07e28c93f8d5bbbf992676bd
Author: Egbert Eich <eich@freedesktop.org>
Date: Fri Nov 30 06:49:10 2012 -0500
install: Use sysconfdir instead of libdir for config files.
Most X packages today install their config files in sysconfigdir,
only a few are left which still put their configuration in libdir.
Fix and consolidate setting of the config dir in one place.
Signed-off-by: Egbert Eich <eich@freedesktop.org>
Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
commit b1e14dadd77e69be6cb1e9223015cd43497b554a
Author: Eric S. Raymond <esr@thyrsus.com>
Date: Thu Aug 23 12:55:38 2012 -0400
Eliminate use of tab stops. Use real TBL markup.
These changes enable structural translation to DocBook.
Signed-off-by: Eric S. Raymond <esr@thyrsus.com>
commit 16fb559aaf157f7465c52ecd50e4945c5d58c372
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date: Fri Mar 11 14:42:00 2011 -0800
Make Makefile.am's compatible with Solaris make
Solaris make won't substitute $< in explicit rules, only implicit ones
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
commit aaf318c99efcbc0d53f92059bc3bb74e08ab3c4c
Author: Gaetan Nadon <memsize@videotron.ca>
Date: Sun Jan 23 19:55:48 2011 -0500
config: upgrade configure.ac
No functional change, applying standard statements and commenting.
http://wiki.x.org/wiki/NewModuleGuidelines
Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
commit 3fa14f7d0efd20967b8b144a31ea677f9035001f
Author: Gaetan Nadon <memsize@videotron.ca>
Date: Sun Jan 23 19:40:35 2011 -0500
config: rstartd.real does not require linking to any library
It depends on xproto which does not provide libraries.
Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
commit 4607cec504483f608deea62008d12544a18723fc
Author: Gaetan Nadon <memsize@videotron.ca>
Date: Sun Jan 23 19:32:45 2011 -0500
config: move scripts into their own directory
Complete the pattern of having targets in subdirs
Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
commit cc819a1b6543e7699b4c01047d78ac5e91449134
Author: Gaetan Nadon <memsize@videotron.ca>
Date: Sun Jan 23 16:09:36 2011 -0500
config: add links from x and x11 from @Aliases
This was part of the FIXME code removed earlier.
The information was read from the @Aliases file, but it
has not changed for the past 8 years. If it does change,
the makefile will need to be updated.
The links are broken in 1.0.2 and restored in 1.0.3
Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Using Automake, these links are now properly removed when uninstalling.
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
commit c0cc423bb1c822a7d062b634cbcc79050dee3e93
Author: Gaetan Nadon <memsize@videotron.ca>
Date: Sun Jan 23 13:38:08 2011 -0500
config: let the specs directory handle the specs files
For now, simply distribute the files, the troff docs
will get converted to DocBook/XML.
Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
commit 1b5c67c4233649d58c42be5e0290efa9bbc02551
Author: Gaetan Nadon <memsize@videotron.ca>
Date: Sun Jan 23 13:29:52 2011 -0500
config: let the samples directory handle the samples
In this case, simply distribute the samples, no installation
Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
commit 065ee3cba18d4a4949a57a5e656ea6adf7f1d241
Author: Gaetan Nadon <memsize@videotron.ca>
Date: Sun Jan 23 13:13:48 2011 -0500
config: install contexts files using Automake
This replaces the *FIXME* shell code which "generates in place"
the contexts files rather than doing a proper installation using the
$INSTALL automake specified program.
Using Automake, we can now "uninstall" the commands.
The links in @Aliases will be dealt with in following patches,
in case in turns out they are not needed.
Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
commit a3d2a03340221e34fbf7191b8b35d6e48fc0f91f
Author: Gaetan Nadon <memsize@videotron.ca>
Date: Sun Jan 23 11:15:59 2011 -0500
config: install commands using Automake
This replaces the *FIXME* shell code which "generates in place"
the commands rather than doing a proper installation using the
$INSTALL automake specified program.
Using Automake, we can now "uninstall" the commands.
Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
commit 6e49f0ab6410fd12142011386e171fe340811a51
Author: Gaetan Nadon <memsize@videotron.ca>
Date: Sun Jan 23 08:33:02 2011 -0500
config: -DPACKAGEname and -DENVPREFIX not required in config.in
Their value is hard coded in the Makefile and cannot be changed
at build time.
The ENVPREFIX instance in install-data-hook will be handled later.
Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
commit 50518fb4f9cf4da7fe824f456a26f69996cc48e2
Author: Gaetan Nadon <memsize@videotron.ca>
Date: Sat Jan 22 20:14:59 2011 -0500
config: use sed rather than cpp to substitute config values
A simple sed substitution will do for config values
Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
commit b841619d12806d176ec45595677510c2a165490a
Author: Gaetan Nadon <memsize@videotron.ca>
Date: Sat Jan 22 19:58:41 2011 -0500
config: use sed rather than cpp to substitute rsh command value
Use @RSH@ from autconf to obtain the rsh command value.
Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
commit 5461407fd29ea0804567af85b7f48f22c960dd2d
Author: Gaetan Nadon <memsize@videotron.ca>
Date: Sat Jan 22 19:45:58 2011 -0500
config: use sed rather than cpp to substitute directory values
Use @rstartdir@ from autconf to obtain the $libdir/X11/rstart value.
Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
commit 4ddce1b4a83514a6a6555aa65a8b66f80e5fc9dc
Author: Gaetan Nadon <memsize@videotron.ca>
Date: Sat Jan 22 17:36:24 2011 -0500
config: -DBINDIR not required in server.cpp
The value of BINDIR and LIBDIR are always identical.
There are no configure option to change it.
These are not bindir and libdir from automake,
the value is always $libdir/X11/rstart.
Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
commit d0671dca361c5937ad915ef8c3b3f574354d74be
Author: Gaetan Nadon <memsize@videotron.ca>
Date: Sat Jan 22 17:30:25 2011 -0500
config: -DSERVERNAME not required in client.cc and server.cpp
The server name, rstartd, is hard coded in the makefile and
there are no configure options to change it.
Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
commit d433f80d3abd5b6f1ae2b84faaddcd9c30c3bbde
Author: Gaetan Nadon <memsize@videotron.ca>
Date: Sat Jan 22 16:58:14 2011 -0500
config: use a single directory variable to represent $lib/X11/rstart
There are numerous places where the rstart lib directory is needed.
One of the 4 strings is used, all have the same value:
rstart_serverdir
$(libdir)/X11/rstart
configdir
DATA_DIR
There are no configure options to let user assign a different directory
for one of the places where the value is needed.
The patch assigns a new value called rstartdir to represent the root
dir from where files and other directories are created. Because it
ends with "dir" it can be used as a prefix to primary variables
such as PROGRAMS or DATA.
Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
commit fbe9fbda023bf81870b76ce7c811d5c29bee5834
Author: Gaetan Nadon <memsize@videotron.ca>
Date: Thu Jan 13 19:26:43 2011 -0500
config: move man pages into their own directory
Use services provided by XORG_MANPAGE_SECTIONS.
Use standard Makefile for man pages.
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
commit 16785403620d553cded89fa74be4c8ee10893326
Author: Gaetan Nadon <memsize@videotron.ca>
Date: Thu Jan 13 11:15:47 2011 -0500
man: remove trailing spaces and tabs
Using s/[ \t]*$//
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
commit f73eb094e6db9c2d803b38eab1edef8475f3fa00
Author: Gaetan Nadon <memsize@videotron.ca>
Date: Wed Jan 12 16:28:02 2011 -0500
config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
This silences an Autoconf warning
commit 74607edefc9c8ab3932d516766f15c024e5bedd5
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date: Sat Oct 30 14:43:09 2010 -0700
rstart 1.0.4
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
commit 0a78f9f2ebb2fd2e0fdb9c81bd38c57a4b1b042c
Author: Gaetan Nadon <memsize@videotron.ca>
Date: Sat Oct 30 14:41:22 2010 -0700
config: update AC_PREREQ statement to 2.60
Unrelated to the previous patches, the new value simply reflects
the reality that the minimum level for autoconf to configure
all x.org modules is 2.60 dated June 2006.
ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.60.tar.gz
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
commit eb2a237ac5ebc3e04e53658c6d30674419538eed
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date: Sat Oct 30 14:40:28 2010 -0700
config: Remove unnecessary calls from configure.ac
AC_PROG_CC, AC_PROG_SED & AC_PROG_INSTALL are provided by
XORG_DEFAULT_OPTIONS now
PKG_CONFIG_MODULES handles AC_SUBST of the CFLAGS & LIBS variables
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
commit 08de40a2f599e2d66a31cf103109e1764b4f3e0d
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date: Sat Oct 30 14:34:30 2010 -0700
Add note to readme explaining what this is, and to use ssh instead
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
commit 35dfb51df90ac3fcf2b6eaf55c667c5ea37891dd
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date: Fri Aug 6 08:16:19 2010 -0700
Fill in COPYING file with copyright notices from source code
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
commit 73cbb59768dbc61478b1db52e927ee5a32703083
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date: Fri Jul 9 21:27:36 2010 -0700
Change PKG_CHECK_MODULES to only use xproto not x11
Doesn't call any libX11 functions, so don't need to link against it.
Just has #include <X11/Xos.h> which is in xproto.
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
commit 4f62402dbb7dc6776fc70457c733894e8dac688d
Author: Gaetan Nadon <memsize@videotron.ca>
Date: Thu Nov 26 09:19:52 2009 -0500
Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
Now that the INSTALL file is generated.
Allows running make maintainer-clean.
commit cfb21bdc34e8a120aa78f2d65d08ce8f87bf090c
Author: Gaetan Nadon <memsize@videotron.ca>
Date: Wed Oct 28 14:09:07 2009 -0400
INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
Add missing INSTALL file. Use standard GNU file on building tarball
README may have been updated
Remove AUTHORS file as it is empty and no content available yet.
Remove NEWS file as it is empty and no content available yet.
commit db62b3e8b4e12ceb2615c910825a6973379883b5
Author: Gaetan Nadon <memsize@videotron.ca>
Date: Mon Oct 26 22:08:38 2009 -0400
Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432
ChangeLog filename is known to Automake and requires no further
coding in the makefile.
commit 902af47ba00493a3cf7478425ac6cc219ca35d97
Author: Gaetan Nadon <memsize@videotron.ca>
Date: Thu Oct 22 12:34:14 2009 -0400
.gitignore: use common defaults with custom section # 24239
Using common defaults will reduce errors and maintenance.
Only the very small or inexistent custom section need periodic maintenance
when the structure of the component changes. Do not edit defaults.
commit 353d94bbccae446170832b90c0e8abecb4745af5
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date: Tue Oct 13 10:54:47 2009 -0700
Move rstart specs from docs/xorg-docs module
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
commit 38a9f63214c97900ec3e78d26481b4e34851478d
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date: Mon Oct 12 18:28:45 2009 -0700
Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
commit ac956035a953743b6a0812ad5c3558175915b190
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date: Thu Oct 1 14:54:19 2009 -0700
Add README with pointers to mailing lists, bugzilla, & git
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
commit 1e32bed14ffe65f74433e2a2ec21f407d9536070
Author: Julien Cristau <jcristau@debian.org>
Date: Sun Aug 2 15:16:02 2009 +0200
Bump to 1.0.3
commit 1679afa400192182cf29fd57c488b3d47aff1aa2
Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
Date: Thu Jan 15 18:09:19 2009 -0200
Ansification and compile warning fixes.
This also uses XORG_CHANGELOG and XORG_CWARNFLAGS, corrects
make distcheck and all gcc 4.3 and sparse warnings.
commit c1eea0c7fc893c983d9f692e9c8643709d093551
Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
Date: Sat Nov 29 04:34:53 2008 -0200
VPATH build correction and s/git-/git /.
This patch adds a missing correction available in
http://bugs.freedesktop.org/show_bug.cgi?id=17940
that was not applied in alternate committed patch
63c9c672a97a7e4a9434075958c68d8502624a40
commit 61d9381ebc6bd5fa55b9021b8a68fff93e68059a
Author: James Cloos <cloos@jhcloos.com>
Date: Thu Dec 6 16:37:05 2007 -0500
Replace static ChangeLog with dist-hook to generate from git log
commit 5e8323af8c3adff08cb0f455fe54f28950e98223
Author: James Cloos <cloos@jhcloos.com>
Date: Mon Sep 3 05:51:09 2007 -0400
Add *~ to .gitignore to skip patch/emacs droppings
commit fd77f3d067d0df0656d428f7289ccc6c3c5c1949
Author: James Cloos <cloos@jhcloos.com>
Date: Thu Aug 23 19:24:35 2007 -0400
Rename .cvsignore to .gitignore
commit 63c9c672a97a7e4a9434075958c68d8502624a40
Author: Kean Johnston <kean@armory.com>
Date: Sun Dec 3 05:12:39 2006 -0800
Don't use absolute pathnames when copying from ${srcdir}.
commit 2a016c91334ad0affaf6db9906325202179096fc
Author: Adam Jackson <ajax@nwnk.net>
Date: Wed Apr 26 23:35:32 2006 +0000
Bump to
commit c10cbfc3619bdf8fe0c96d238cf4deeba8543757
Author: Adam Jackson <ajax@nwnk.net>
Date: Mon Apr 3 19:32:19 2006 +0000
Bug #6425: srcdir != objdir build fix. (Yaakov Selkowitz)
commit 203bb5fcd6c94f9f3dd6694e8225ed03d89c15a7
Author: Kevin E Martin <kem@kem.org>
Date: Wed Dec 21 02:29:47 2005 +0000
Update package version for X11R7 release.
commit d630c54f3e5f983e81ba1c3126089cb175ea759b
Author: Adam Jackson <ajax@nwnk.net>
Date: Mon Dec 19 16:22:41 2005 +0000
Stub COPYING files
commit 803021f3b61c5f41435f4bfc634dbf98bb70b428
Author: Kevin E Martin <kem@kem.org>
Date: Thu Dec 15 00:24:03 2005 +0000
Update package version number for final X11R7 release candidate.
commit 102695adf6f26533e86d45b9fe8e61a83f300969
Author: Kevin E Martin <kem@kem.org>
Date: Tue Dec 6 22:48:18 2005 +0000
Change *man_SOURCES ==> *man_PRE to fix autotools warnings.
commit d64c29bc96df9e5e31126ea6caf3560a657c36c0
Author: Kevin E Martin <kem@kem.org>
Date: Sat Dec 3 05:49:17 2005 +0000
Update package version number for X11R7 RC3 release.
commit 39f0a98d456aa05a227ea3e85e7aee6c0406a317
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
Date: Mon Nov 28 22:01:38 2005 +0000
Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4
update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir)
commit fa6b5809fb54bc9f4fa8e81f46ab55d6042e8fb2
Author: Eric Anholt <anholt@freebsd.org>
Date: Mon Nov 21 10:34:57 2005 +0000
Another pass at .cvsignores for apps.
commit d07abeadc55b3edc8c97534593b4b0f48729c62f
Author: Eric Anholt <anholt@freebsd.org>
Date: Sun Nov 20 22:08:49 2005 +0000
Add/improve .cvsignore files for apps.
commit 8da96206210461f1f43b8b0ff6a78d36549b06bb
Author: Kevin E Martin <kem@kem.org>
Date: Wed Oct 19 02:47:50 2005 +0000
Update package version number for RC1 release.
commit 1462f8bf2027a6bd0864b5073fae33c8622ade80
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
Date: Mon Oct 17 23:56:20 2005 +0000
Use @APP_MAN_SUFFIX@ instead of $(APP_MAN_SUFFIX) in macro substitutions to
work better with BSD make
commit 8c93946dc0a6d04fa9633069d89d62dcb64a985a
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
Date: Fri Oct 14 21:59:06 2005 +0000
Missed changelog in yesterday's commit
commit 946902bf607734c4253dab800d45691b10f7dd37
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
Date: Fri Oct 14 01:28:06 2005 +0000
Use cpp to fill in variables in man pages
commit 4ec4f04ad354b019532f3603de9e2d03081fdd85
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
Date: Thu Oct 6 20:13:14 2005 +0000
Fix cpp generation of scripts & config files Add --with flags to configure
for setting default $PATH & $MANPATH
commit 4a4e84476cb47b280a2b87a96897c394b6d77768
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
Date: Wed Oct 5 16:08:27 2005 +0000
Add missing $(DESTDIR)s to custom install targets
commit 49b173b1f90f75294dab19f622f8f13f421a5b44
Author: Kevin E Martin <kem@kem.org>
Date: Tue Oct 4 23:31:22 2005 +0000
Add server.os2 to EXTRA_DIST
commit 12ba788dcac295641271af315f4742a82732f5ab
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
Date: Mon Aug 1 20:25:28 2005 +0000
Install man pages to section 1 instead of section m (Patch from Donnie
Berkholz)
commit bc98cab949400a2c0191c586b0ba29d2d89b2c90
Author: Kevin E Martin <kem@kem.org>
Date: Fri Jul 29 21:22:30 2005 +0000
Various changes preparing packages for RC0:
- Verify and update package version numbers as needed
- Implement versioning scheme
- Change bug address to point to bugzilla bug entry form
- Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to
reenable it)
- Fix makedepend to use pkgconfig and pass distcheck
- Update build script to build macros first
- Update modular Xorg version
commit 344b91c599fec33db6d7c96c806dab6acce47934
Author: Kevin E Martin <kem@kem.org>
Date: Thu Jul 28 15:57:12 2005 +0000
Fix distcheck for remaining apps
commit 6a2e9e6f18e3b214e375d4b79f66ec6f3fbeadcd
Author: Matthieu Herrb <matthieu.herrb@laas.fr>
Date: Sat Jul 23 17:43:20 2005 +0000
fix make install when builddir != srcdir
commit 0188681c8275738ab27c7618d1fd827c6556dc15
Author: Matthieu Herrb <matthieu.herrb@laas.fr>
Date: Sat Jul 23 17:42:47 2005 +0000
Probe for rm and ln that are used during make install.
commit 6b1ff419a810eea0c3c93b25d74e2012b506d837
Author: Adam Jackson <ajax@nwnk.net>
Date: Wed Jul 20 19:31:50 2005 +0000
Use a unique token for PKG_CHECK_MODULES. Otherwise, if you use a global
configure cache, you cache it, and the cached value is probably wrong.
commit 1665633fc9c566e909d6bf23648844b45a5c1e75
Author: Matthieu Herrb <matthieu.herrb@laas.fr>
Date: Sun Jul 17 20:11:01 2005 +0000
fix rules to work with non-GNU make and outside of $srcdir
commit bdc2b9966d510b9ceb5fa0c0fc699950fdb1bfdf
Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
Date: Thu Jul 7 22:34:16 2005 +0000
Build system for rstart
commit 2fedc84e2356a2c7c9621e9a5a498305835b25cf
Author: Egbert Eich <eich@suse.de>
Date: Fri Apr 23 19:54:37 2004 +0000
Merging XORG-CURRENT into trunk
commit 0b9fd8109dc7d2e90e97be9cc23b58152dccc620
Author: Egbert Eich <eich@suse.de>
Date: Sun Mar 14 08:34:56 2004 +0000
Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004
commit 60c0a3d9cc0729922e457290f062c674d3d8681f
Author: Egbert Eich <eich@suse.de>
Date: Wed Mar 3 12:12:54 2004 +0000
Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004
commit 3283d8fafa02c9e93a71ad83f2f3788c9cb54e2a
Author: Egbert Eich <eich@suse.de>
Date: Thu Feb 26 13:36:15 2004 +0000
readding XFree86's cvs IDs
commit bc9710352c3e369ffc442826ef729c1e505a3954
Author: Egbert Eich <eich@suse.de>
Date: Thu Feb 26 09:23:57 2004 +0000
Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004
commit 28544d3d210e769557639c6494205bec83f39d7e
Author: Egbert Eich <eich@suse.de>
Date: Thu Jan 29 08:09:02 2004 +0000
Importing vendor version xf86-012804-2330 on Thu Jan 29 00:06:33 PST 2004
commit 129d33aeda28f4c0970e70e537196d1f9a83e3a9
Author: Kaleb Keithley <kaleb@freedesktop.org>
Date: Tue Nov 25 19:29:03 2003 +0000
XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folks
commit 719e9d3f369ff71c4eef2f8e1a72b075b6c6490b
Author: Kaleb Keithley <kaleb@freedesktop.org>
Date: Fri Nov 14 16:48:58 2003 +0000
XFree86 4.3.0.1
commit 2416645e0f054d5b400a1ab22065acbe3d7bffb6
Author: Kaleb Keithley <kaleb@freedesktop.org>
Date: Fri Nov 14 16:48:58 2003 +0000
Initial revision
commit 86113ea526160c917e7471dd8c54d99ed4f497a7
Author: Kaleb Keithley <kaleb@freedesktop.org>
Date: Fri Nov 14 15:54:53 2003 +0000
R6.6 is the Xorg base-line
|