1commit f83c3406389d0487e7b2cbdc2cfbd32fd1aa2fed 2Author: Alan Coopersmith <alan.coopersmith@oracle.com> 3Date: Tue Feb 21 18:21:16 2023 -0800 4 5 xorg-cf-files 1.0.8 6 7 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 8 9commit ebb320bf2aa8de75270eb580705deb2b1d144a54 10Author: Alan Coopersmith <alan.coopersmith@oracle.com> 11Date: Wed Feb 15 11:15:32 2023 -0800 12 13 configure: Switch to XORG_DEFAULT_NOCODE_OPTIONS 14 15 Stop running all sorts of compiler tests we don't need since there 16 is no code in this module to compile. Requires xorg-macros 1.20. 17 18 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 19 20commit b6ece89e454a94c96e6f4592fe58ac6d534f16f3 21Author: WANG Xuerui <xen0n@gentoo.org> 22Date: Sun Jan 22 16:44:50 2023 +0800 23 24 Add support for Linux/LoongArch 25 26commit 3cf266086c36169b019973c71d9752bae6445222 27Author: Alan Coopersmith <alan.coopersmith@oracle.com> 28Date: Tue Jan 10 15:28:31 2023 -0800 29 30 meson: simplify installation of empty *.def files 31 32 Suggested-by: Emmanuele Bassi <ebassi@gnome.org> 33 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 34 35commit 86e14513f1246b12525909f01a78b99901b33435 36Author: Alan Coopersmith <alan.coopersmith@oracle.com> 37Date: Tue Jan 10 15:20:28 2023 -0800 38 39 meson: modernize some usage in meson.build & .gitlab-CI.yml 40 41 Suggested-by: Emmanuele Bassi <ebassi@gnome.org> 42 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 43 44commit e3d3b1906560db61daacdcfc23908918dfa54f84 45Author: Alan Coopersmith <alan.coopersmith@oracle.com> 46Date: Sun Jan 1 15:37:55 2023 -0800 47 48 meson: Add option to build with meson 49 50 Also updates the gitlab CI config to test both build type 51 and compare the generated output/installed files. 52 53 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 54 55commit 889f8a9c9ac733c62a86fa2fbc6614554eefd3ba 56Author: Alan Coopersmith <alan.coopersmith@oracle.com> 57Date: Sun Jan 1 15:16:24 2023 -0800 58 59 configure.ac: Don't pass through '${FONTROOTDIR}' into site.def 60 61 Imake doesn't know how to expand shell variables, so instead we 62 rely on the FontDir #define already in the site.def file. 63 64 (I don't think this setting is really used in X11R7.0 or later, 65 which is why no one has noticed before now, but since we set it, 66 might as well set it to something that can be used instead of 67 "#define FontEncDir ${FONTROOTDIR}/encodings".) 68 69 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 70 71commit 8d88c559b177e832b581c8ac0aa383b6cf79e0d0 72Author: Weijia <contact@weijia.wang> 73Date: Thu Dec 22 20:44:16 2022 +0100 74 75 Add support for aarch64-darwin 76 77commit 90b66dc73deb9ef303690370395cf831425547c7 78Author: Yasuhiro Kimura <yasu@utahime.org> 79Date: Thu Oct 13 15:22:02 2022 +0900 80 81 Fix incompatibility issue of GNU binutils 2.36 and later on FreeBSD. 82 83 Commit a6d4d6223ef75119d5373fa4cc04161bcdb4e769 fixes incompatibility 84 issue of GNU binutils 2.36 and later. If I check the diff of the 85 commit, there seems to be asumption that the issue is specific to 86 Linux. But it also happens on FreeBSD if user installs GNU binutils 87 from FreeBSD ports/packages collections and '/usr/local/bin' comes 88 before '/usr/bin' in the value of PATH enviroment variable. So fix the 89 issue also on FreeBSD with following way. 90 91 1. Introduce new macro 'HasGnuAr'. 92 2. Change Imake.tmpl so it defines 'ArCmd' as 'ArCmdBase cq' if 93 'HasGnuAr' is defined. 94 3. Define 'HasGnuAr' in both FreeBSD.cf and linux.cf. 95 96 Since 'ar' command of FreeBSD base system simply ignores 'l' option, 97 it also works fine even if GNU binutils isn't installed. 98 99commit 159a6b5118a6d8a7ed1660620657337e09c58eaa 100Author: Alan Coopersmith <alan.coopersmith@oracle.com> 101Date: Thu Oct 13 15:03:22 2022 -0700 102 103 More typo fixes 104 105 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 106 107commit 219b2cb0350817d9fff9ee3ca746ccec162dc6af 108Author: Alan Coopersmith <alan.coopersmith@oracle.com> 109Date: Thu Jul 28 17:30:21 2022 -0700 110 111 gitlab CI: stop requiring Signed-off-by in commits 112 113 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 114 115commit 01357ea5e3072b16a89e087355d2c7bb5db7d7d4 116Author: Emil Velikov <emil.l.velikov@gmail.com> 117Date: Mon Mar 9 12:00:52 2015 +0000 118 119 autogen.sh: use quoted string variables 120 121 Place quotes around the $srcdir, $ORIGDIR and $0 variables to prevent 122 fall-outs, when they contain space. 123 124 Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com> 125 Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net> 126 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> 127 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 128 129commit e9bda51aebd2eacf32ecbfc1c76457fc7066a5eb 130Author: Peter Hutterer <peter.hutterer@who-t.net> 131Date: Tue Jan 24 10:32:07 2017 +1000 132 133 autogen.sh: use exec instead of waiting for configure to finish 134 135 Syncs the invocation of configure with the one from the server. 136 137 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> 138 Reviewed-by: Emil Velikov <emil.velikov@collabora.com> 139 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 140 141commit 123946c0ed54fa8b74d9a6200b71e2da5eb84ef1 142Author: Alan Coopersmith <alan.coopersmith@oracle.com> 143Date: Fri Jun 17 12:21:01 2022 -0700 144 145 Use AC_CONFIG_FILES to replace the deprecated AC_OUTPUT with parameters 146 147 configure.ac:36: warning: AC_OUTPUT should be used without arguments. 148 configure.ac:36: You should run autoupdate. 149 150 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 151 152commit 2b250d86fb74910f0022686fc4161945aba2be34 153Author: Alan Coopersmith <alan.coopersmith@oracle.com> 154Date: Sat Jan 15 16:05:37 2022 -0800 155 156 Fix spelling/wording issues 157 158 Found by using: 159 codespell --builtin clear,rare,usage,informal,code,names 160 161 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 162 163commit 027da8ee0f3628078e5fd364a4d67fa84a35b304 164Author: Marek Szuba <marecki@gentoo.org> 165Date: Tue Aug 10 08:57:00 2021 -0700 166 167 Linux/RISC-V support 168 169 Fixes: #2 170 171 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 172 173commit b147369cb685929c62efcd29b4a6c0313cb90d39 174Author: Alan Coopersmith <alan.coopersmith@oracle.com> 175Date: Sat Jan 15 14:51:01 2022 -0800 176 177 Build xz tarballs instead of bzip2 178 179 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 180 181commit d74f9cfe2fd2f62baeaf9f68c6ac637c48917024 182Author: Alan Coopersmith <alan.coopersmith@oracle.com> 183Date: Sat Jan 15 14:49:53 2022 -0800 184 185 gitlab CI: add a basic build test 186 187 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 188 189commit 8142029c10379002a3f00094060b78e9d55e8322 190Author: Alan Coopersmith <alan.coopersmith@oracle.com> 191Date: Sun Aug 1 17:59:14 2021 -0700 192 193 xorg-cf-files 1.0.7 194 195 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 196 197commit a6d4d6223ef75119d5373fa4cc04161bcdb4e769 198Author: Petr Písař < <ppisar@redhat.com> 199Date: Mon Mar 29 10:45:10 2021 +0200 200 201 Imake.tmpl: Invoke "ar cq" with binutils 202 203 GNU binutils 2.36 repurposed "l" modifier. It used to be ignored, now 204 it specifies the dependencies of a static library to be recorded in an 205 archive. 206 207 That broke nas which uses imake as a build configiration tool: 208 209 $ ar clq libdia.a dispatch.o dixutils.o events.o globals.o main.o resource.o swapreq.o tables.o swaprep.o audispatch.o auswap.o autables.o auevents.o auutil.o auconfig.o auprocess.o nasconf.o lex.o gram.o 210 ar: libdeps specified more than once 211 212 This patch changes AR command from "ar clq" to "ar cq" if binutils are 213 used. 214 215 <https://bugzilla.redhat.com/show_bug.cgi?id=1943274> 216 217commit ab38ff414778dd115414da00b065c73608dfd0d9 218Author: Alan Coopersmith <alan.coopersmith@oracle.com> 219Date: Fri Dec 7 20:17:33 2018 -0800 220 221 Update configure.ac bug URL for gitlab migration 222 223 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 224 225commit d9ac2abeabc4b39bd2c1f1d903d34b0d055a4b30 226Author: Alan Coopersmith <alan.coopersmith@oracle.com> 227Date: Mon Nov 19 23:33:43 2018 -0800 228 229 Update README for gitlab migration 230 231 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 232 233commit d47131ed97ee491bb883c29ec0b106e8d5acfcd3 234Author: Than Ngo <than@redhat.com> 235Date: Thu Jul 5 10:42:09 2018 -0400 236 237 linux: Update LinuxDistribution == LinuxRedHat section 238 239 The imake config files in Fedora Core 5+ and Red Hat Enterprise Linux 5+ 240 have been shipping with this patch, which has then shamefully languished 241 in the srpm and never been merged. Correct this oversight. 242 243 [Than wrote the patch, I just wrote the commit message - ajax] 244 245 Signed-off-by: Adam Jackson <ajax@redhat.com> 246 247commit fbeeff56339e4d15a4a42b5e19edc12befde8f6e 248Author: Mihail Konev <k.mvc@ya.ru> 249Date: Thu Jan 26 14:00:22 2017 +1000 250 251 autogen: add default patch prefix 252 253 Signed-off-by: Mihail Konev <k.mvc@ya.ru> 254 255commit 689d873a035c05a9d6a39feb13a028762bf781e0 256Author: Alan Coopersmith <alan.coopersmith@oracle.com> 257Date: Mon Dec 21 17:25:23 2015 -0800 258 259 xorg-cf-files 1.0.6 260 261 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 262 263commit 94a91b48847cd0af8ba15e2edac7a36114974979 264Author: Alan Coopersmith <alan.coopersmith@oracle.com> 265Date: Fri Dec 11 17:03:45 2015 -0800 266 267 Remove os2def.db from EXTRA_DIST 268 269 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 270 271commit 6238441708c58156015a8db66881ff49b380ba49 272Author: Alan Coopersmith <alan.coopersmith@oracle.com> 273Date: Fri Dec 11 17:01:45 2015 -0800 274 275 README: reword status section 276 277 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 278 279commit 8c11e021a8412d53ae01d351e66ebc07267a3ad9 280Author: Alan Coopersmith <alan.coopersmith@oracle.com> 281Date: Fri Dec 11 16:52:16 2015 -0800 282 283 sun.cf: Sun Studio 12.0 & later compilers prefer -m32/-m64 284 285 Use those flags instead of -xarch when the compiler is new enough 286 287 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 288 289commit 513f4a0a8f68491995c7a6a3594c51b6ab84a3a1 290Author: Alan Coopersmith <alan.coopersmith@oracle.com> 291Date: Fri Dec 11 16:28:38 2015 -0800 292 293 sun.cf: limit SysV man page sections to Solaris 2.0-11 294 295 All others (including other SunOS/Solaris releases) use the 296 traditional Bell Labs / BSD / Linux section numbering. 297 298 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 299 300commit 9d00e1f1f5cbb05ad45cc50efce7663ab92bb225 301Author: Andreas Boll <andreas.boll.dev@gmail.com> 302Date: Thu Dec 10 21:38:35 2015 +0100 303 304 Imake.tmpl: Use gzip -n to not save the timestamps 305 306 Change default GzipCmd to `gzip -n` so that packages depending on 307 xutils-dev (Debian package which contains util/cf) can be built 308 reproducibly. 309 310 As an example xtel can be built reproducible with this patch. 311 312 Fixes bug: 313 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=789964 314 315 Suggested-by: Dhole <dhole@openmailbox.org> 316 Signed-off-by: Andreas Boll <andreas.boll.dev@gmail.com> 317 Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> 318 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 319 320commit a7cbc7b0c905f11fe4ee20e50dc4284e116c11ac 321Author: Alan Coopersmith <alan.coopersmith@oracle.com> 322Date: Sun Jul 26 11:17:55 2015 -0700 323 324 Remove very out of date OS2 DLL mappings for no-longer-shipped makedef.cmd 325 326 Haven't been updated since 2003 to reflect new functions and libraries 327 and can't be used since we no longer ship xc/config/util/makedef.cmd. 328 329commit fa898f4fe6f7dbdd7c07ab32b3b57f5d7c25901a 330Author: James Cloos <cloos@jhcloos.com> 331Date: Sat Sep 6 14:05:57 2014 -0400 332 333 Minor adjustment to the or1k patch. 334 335 Protect the definition of OpenRISC1000Architecture w/in an ifndef 336 like the other cpu sections do. 337 338 Signed-off-by: James Cloos <cloos@jhcloos.com> 339 340commit 3c4f28ceeefcb038eb3cf0ff65c4e80f16f26a50 341Author: Manuel A. Fernandez Montecelo <manuel.montezelo@gmail.com> 342Date: Mon Aug 11 00:18:59 2014 +0100 343 344 Add support for OpenRISC 1000 (or1k) CPU 345 346 Signed-off-by: Manuel A. Fernandez Montecelo <manuel.montezelo@gmail.com> 347 Signed-off-by: James Cloos <cloos@jhcloos.com> 348 349commit 5bf89151abdfdb1e5c183df9f28ee57b75e33c03 350Author: Alan Coopersmith <alan.coopersmith@oracle.com> 351Date: Sat May 31 21:39:32 2014 -0700 352 353 autogen.sh: Honor NOCONFIGURE=1 354 355 See http://people.gnome.org/~walters/docs/build-api.txt 356 357 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 358 359commit e3275108cb618a8b42d30cff9116821e767c78b7 360Author: Alan Coopersmith <alan.coopersmith@oracle.com> 361Date: Sat May 31 21:38:41 2014 -0700 362 363 configure: Drop AM_MAINTAINER_MODE 364 365 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 366 367commit e5be807d9e91f11d7244c8e895b6266d54125b1d 368Author: Thomas Klausner <wiz@NetBSD.org> 369Date: Thu Mar 20 11:33:06 2014 +0100 370 371 Always include xorg.cf for GccAliasingArgs. 372 373 (regardless of server support on this plattform) 374 375 Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> 376 Signed-off-by: Thomas Klausner <wiz@NetBSD.org> 377 378commit c91790bc2a6eb024ae09a8e78a889375fd6c74f0 379Author: Thomas Klausner <wiz@NetBSD.org> 380Date: Thu Mar 20 11:32:39 2014 +0100 381 382 NetBSD: add AMD64Architecture, fix Arm32Architecture. 383 384 Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> 385 Signed-off-by: Thomas Klausner <wiz@NetBSD.org> 386 387commit 2d586d8c0fe5190a6ab0958ee586e9a8c0a02d72 388Author: Riku Voipio <riku.voipio@linaro.org> 389Date: Fri Dec 6 15:37:36 2013 -0800 390 391 add DefaultGcc2AArch64Opt to xorg.cf 392 393 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 394 395commit 2e0400cfc1d946f22efd40a6780a830d2210c83d 396Author: Alan Coopersmith <alan.coopersmith@oracle.com> 397Date: Mon Jul 22 22:23:02 2013 -0700 398 399 xorg-cf-files 1.0.5 400 401 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 402 403commit 6028282ab3270b392ca5139bf2ddb66fee683a25 404Author: Alan Coopersmith <alan.coopersmith@oracle.com> 405Date: Sun Jul 7 17:39:05 2013 -0700 406 407 sun.cf: stop linking libraries merged into libc in later Solaris releases 408 409 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 410 411commit f39ce4263c1fdc9ebd56ad721bf34736a861066e 412Author: Alan Coopersmith <alan.coopersmith@oracle.com> 413Date: Sun Jun 30 12:46:18 2013 -0700 414 415 Remove xprint_host.def 416 417 Was used for controlling build of Xprint server & components in the 418 old monolithic tree, not relevant for imake's remaining tasks of 419 building old X programs/libraries from outside the monolith that 420 haven't yet moved to a newer build system. 421 422 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 423 424commit 31f5bd379984f78bbbecf493e6344664ef1d83df 425Author: Alan Coopersmith <alan.coopersmith@oracle.com> 426Date: Sun Jun 30 12:41:15 2013 -0700 427 428 Trim trailing whitespace 429 430 Performed with: perl -i -p -e 's{[\t ]+$}{}' * 431 Verified with: git diff --ignore-space-at-eol 432 433 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 434 435commit 0d1be73c26f3636e024637d12c3befd8a9956cfc 436Author: Riku Voipio <riku.voipio@linaro.org> 437Date: Mon Apr 22 14:24:13 2013 +0300 438 439 Add Aarch64 support 440 441 This patch is based on follow patch by Dirk Müller <dirk@dmllr.de> : 442 443 https://build.opensuse.org/package/view_file?expand=1&file=aarch64-support.diff&package=xorg-cf-files&project=devel%3AARM%3AAArch64%3A12.3 444 445 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 446 447commit 6630dfc049ab9a00807befe9e1d9853dbc703050 448Author: Alan Coopersmith <alan.coopersmith@oracle.com> 449Date: Mon Aug 6 21:56:07 2012 -0700 450 451 Update xorgversion.def from 7.6 to 7.7 452 453 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 454 455commit 509259ea17285eda77bdc07161298af767447e67 456Author: Alan Coopersmith <alan.coopersmith@oracle.com> 457Date: Thu Aug 2 17:55:47 2012 -0700 458 459 On Solaris 11 & later, use /usr/gnu/bin/install for InstallCmd 460 461 Older Solaris releases use /usr/ucb/install from the SunOS 4 compatibility 462 packages, but the EOL of that package has been announced now that it has 463 been 20 years since the SunOS 4.x -> Solaris 2.x transition. 464 465 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 466 Reviewed-by: Jay Cotton <jay.cotton@oracle.com> 467 468commit a724e4438e76438a9524ea7b112adc9d8e075ccb 469Author: Alan Coopersmith <alan.coopersmith@oracle.com> 470Date: Wed Jan 5 20:31:00 2011 -0800 471 472 xorg-cf-files 1.0.4 473 474 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 475 476commit 5e65933ae549ef31e81c0255bcf9548437f9b535 477Author: Alan Coopersmith <alan.coopersmith@oracle.com> 478Date: Wed Jan 5 20:29:37 2011 -0800 479 480 config: Add missing AC_CONFIG_SRCDIR 481 482 Regroup AC statements under the Autoconf initialization section. 483 Regroup AM statements under the Automake initialization section. 484 485 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 486 487commit db69115d0795bf12b096e38a95b1668b580c93f0 488Author: Alan Coopersmith <alan.coopersmith@oracle.com> 489Date: Wed Jan 5 20:28:26 2011 -0800 490 491 Update xorgversion.def from 7.5 to 7.6 492 493 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 494 495commit de29e23f62d2c7deab4ace29d5897b36f5166076 496Author: Jeremy Huddleston <jeremyhu@apple.com> 497Date: Tue Aug 17 10:30:51 2010 -0700 498 499 Add support for darwin x86_64 500 501 Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com> 502 503commit d43a6b81c76a51a3d29376c86183955e4490ada0 504Author: Alan Coopersmith <alan.coopersmith@oracle.com> 505Date: Mon Apr 26 23:40:42 2010 -0700 506 507 Add .gitignore 508 509 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 510 511commit 6f2b44b45dafa01839960793b763509d7a72fd6b 512Author: Alan Coopersmith <alan.coopersmith@oracle.com> 513Date: Mon Apr 26 23:37:49 2010 -0700 514 515 Update README & COPYING files 516 517 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 518 519commit 7331d171b0d1c5da62e9f168cf59eeb19eddec19 520Author: Alan Coopersmith <alan.coopersmith@oracle.com> 521Date: Mon Apr 26 23:21:44 2010 -0700 522 523 Use INSTALL_CMD from xorg-macros-1.4 to make INSTALL file 524 525 Also bump minimum autoconf version to 2.60 for consistency with other 526 X.Org modules 527 528 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 529 530commit 245bf35aa111b0aace9d4de3e81c07f68776c9d4 531Author: Matthieu Herrb <matthieu.herrb@laas.fr> 532Date: Thu Apr 22 22:43:39 2010 +0200 533 534 Remove libXp from XawClientLibs 535 536 libXaw has lost Xp support some times ago. 537 538 Signed-off-by: Matthieu Herrb <matthieu.herrb@laas.fr> 539 540 Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> 541 542commit e042d1e888893f61deb1d3b30f89bd6196ac9169 543Author: Alan Coopersmith <alan.coopersmith@sun.com> 544Date: Thu Oct 15 16:00:33 2009 -0700 545 546 Use font-util 1.1 macros to set FontDir and FontEncDir in site.def 547 548 Replaces cygwin.cf rules to manually set these paths. 549 550 Signed-off-by: Yaakov Selkowitz <yselkowitz@users.sourceforge.net> 551 Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> 552 553commit 4b8577d83788bc7613c1e27eba9d80bd8bda9c08 554Author: Alan Coopersmith <alan.coopersmith@sun.com> 555Date: Thu Oct 15 09:57:01 2009 -0700 556 557 List X.Org version as 7.5 instead of 6.8.99.903 558 559 Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> 560 561commit 6c7e5535955e9beb15fb4e8d3e83b7e5d9298829 562Author: Yaakov Selkowitz <yselkowitz@users.sourceforge.net> 563Date: Thu Oct 15 11:25:51 2009 -0500 564 565 cf: Update Cygwin rules 566 567 Signed-off-by: Yaakov Selkowitz <yselkowitz@users.sourceforge.net> 568 569commit 46ec61a400c67120584188c035378019a5f31bc5 570Author: Alan Coopersmith <alan.coopersmith@sun.com> 571Date: Wed Oct 14 10:40:55 2009 -0700 572 573 xorg-cf-files 1.0.3 574 575 Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> 576 577commit 97c5d4f2165e23189ba56323c33b1b8c805d2efa 578Author: Alan Coopersmith <alan.coopersmith@sun.com> 579Date: Wed Oct 14 08:35:22 2009 -0700 580 581 Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS 582 583 Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> 584 585commit e2b8ea83e5cd13efe30e48e87523280baa71b64d 586Author: Alan Coopersmith <alan.coopersmith@sun.com> 587Date: Wed Oct 14 08:31:08 2009 -0700 588 589 Change default MotifDir from /usr/X11R6 to ProjectRoot (Bug #5614) 590 591 Reported-by: Bernhard Rosenkraenzer <bero@arklinux.org> 592 Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> 593 594commit 47c32af372a2ed1abd746b30691fbe46b839b4c4 595Author: Peter Hutterer <peter.hutterer@who-t.net> 596Date: Tue Jul 21 14:19:52 2009 +1000 597 598 Remove duplicate os2Lib.rules entry from Makefile.am. 599 600 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> 601 602commit e9b3646e9148d37c816c7efe5d3341a1b613dad7 603Author: Gaetan Nadon <memsize@videotron.ca> 604Date: Wed Jul 8 10:15:25 2009 -0400 605 606 cf: use XORG_CHANGELOG macro to create ChangeLog. #22611 607 608 Build break: Makefile.am: command not found: git-log 609 610 Adding the macro in configure.ac and use it in Makefile.am 611 Refer to: https://bugs.freedesktop.org/show_bug.cgi?id=22611 612 Tested: running autogen.sh, make and 'make dist' 613 614 Signed-off-by: Gaetan Nadon <memsize@videotron.ca> 615 Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> 616 617commit 579a13903a9981a02defaa0cb2b32ea640afd574 618Author: James Cloos <cloos@jhcloos.com> 619Date: Thu Dec 6 16:39:15 2007 -0500 620 621 Replace static ChangeLog with dist-hook to generate from git log 622 623commit 66a03083cc1ceede4fe0d999533fab5247b77ad0 624Author: Jeremy C. Reed <reed@glacier.reedmedia.net> 625Date: Tue Dec 19 19:13:45 2006 -0600 626 627 For DragonFly: if BuildDmx is not defined, set to YES. And 628 change CompressManPages to NO. This is from "pkgsrc" which is the 629 package system for DragonFly. 630 631commit 7f58ae2adf46407b3f128fbdd29ef5eda39dc5be 632Author: Jeremy C. Reed <reed@glacier.reedmedia.net> 633Date: Tue Dec 19 19:01:26 2006 -0600 634 635 For NetBSD.cf: Support AMD64/ia64 and use GccAliasingArgs (so doesn't 636 lose -fno-strict-aliasing on non-i386). This is from NetBSD's pkgsrc. 637 638commit 9c8ca4fe2066924754c3c1ea78ef0788ceaf320b 639Author: Robert Millan <rmh@aybabtu.com> 640Date: Fri Jul 14 18:50:34 2006 -0700 641 642 Bug #6310: GNUArchitecture needed for GNU/kFreeBSD 643 644 <https://bugs.freedesktop.org/show_bug.cgi?id=6310> 645 646commit d09fa6e0b3b021cd4f16f444964f05d4bcae0557 647Author: Adam Jackson <ajax@nwnk.net> 648Date: Fri May 19 18:40:24 2006 +0000 649 650 Bump to 1.0.2 651 652commit 3ca574a51927067f958f2eca5f106cf215aee2f5 653Author: Matthieu Herrb <matthieu.herrb@laas.fr> 654Date: Sat Apr 15 15:55:25 2006 +0000 655 656 rman is not built by modular tree. 657 DefaultRGBDatabase is now in share/X11 658 Generate site.def from site.def.in to set ProjectRoot to $prefix 659 Add 660 Remove Bugzilla #6607. ok ajax. 661 662commit 8a28830626893e7730acf54b8dce17bb23b44436 663Author: Jeremy C. Reed <reed@reedmedia.net> 664Date: Fri Feb 3 03:02:44 2006 +0000 665 666 INSTALLMINORREV = true for DragonFly. Help DragonFly since the package 667 build system knows and uses these "minor revisions". As discussed with 668 DragonFly developer, Joerg Sonnenberger. And I was told this is 669 probably just an historic artifact from a.out versioning (but would be 670 hard to change for FreeBSD because many ports pkg-plists would need to 671 be changed). 672 673commit c9398641220d49a3b07ba24b8f516529a3138ee7 674Author: Kevin E Martin <kem@kem.org> 675Date: Wed Dec 21 02:30:07 2005 +0000 676 677 Update package version for X11R7 release. 678 679commit 3cdf87736d17ad8b420d5eac4a3fa07c9ef89c01 680Author: Adam Jackson <ajax@nwnk.net> 681Date: Mon Dec 19 16:36:01 2005 +0000 682 683 Stub COPYING files 684 685commit 792492c53d200e0bac653756790434a170983ca7 686Author: Kevin E Martin <kem@kem.org> 687Date: Thu Dec 15 00:24:40 2005 +0000 688 689 Update package version number for final X11R7 release candidate. 690 691commit c6ac2005b95ed188821fd877b467d85e1e2019e8 692Author: Kevin E Martin <kem@kem.org> 693Date: Sat Dec 10 16:29:39 2005 +0000 694 695 Add configure option to set config install dir. 696 697commit cb6a93f506301182dd654618167a7c41bd53c410 698Author: Alan Coopersmith <Alan.Coopersmith@sun.com> 699Date: Sun Dec 4 03:17:09 2005 +0000 700 701 Version bump 702 703commit 4fc8995d6bdcd564ddd94a58ea1703018c81a612 704Author: Alan Coopersmith <Alan.Coopersmith@sun.com> 705Date: Sat Dec 3 17:20:48 2005 +0000 706 707 Set DlLibrary to -lc on Solaris 10, since libdl was merged into libc. 708 Replace hardcoded -ldl with DlLibrary. 709 710commit 9582b2c69749a368b810b4789f7143bfd9648a12 711Author: Kevin E Martin <kem@kem.org> 712Date: Sat Dec 3 05:49:47 2005 +0000 713 714 Update package version number for X11R7 RC3 release. 715 716commit 5010028352206714829552fc1f0c7dfe7a001ec4 717Author: Adam Jackson <ajax@nwnk.net> 718Date: Wed Nov 30 05:59:07 2005 +0000 719 720 typo fix again. what's wrong with me? 721 722commit 0d9083eecd632b9c670cef21896ca4b15eaeae8c 723Author: Adam Jackson <ajax@nwnk.net> 724Date: Wed Nov 30 05:20:06 2005 +0000 725 726 Bug #4828: Better fix for NetBSD thread lib. (Jeremy C. Reed) 727 728commit 6216dae3d4f4a822cd4f4db7ced091b53d60d229 729Author: Kean Johnson <kean@armory.com> 730Date: Mon Nov 21 01:16:18 2005 +0000 731 732 Set HasSnprintf to NO becuase setting it to YES implies at least UNIX98, 733 possibly C99 semantics, which neither OS supports. 734 735commit 576211ebe60870752fef382e79a301ada9ca509a 736Author: Adam Jackson <ajax@nwnk.net> 737Date: Fri Nov 18 19:25:33 2005 +0000 738 739 typo fixes 740 741commit d0ec042e61b1d0c4f06ae508c6a1dba44cfd0d4d 742Author: Adam Jackson <ajax@nwnk.net> 743Date: Fri Nov 18 18:15:23 2005 +0000 744 745 Bug #4578: Fix cross-build of Xming. (Colin Harrison) 746 747commit 7ed28b712a7f0d3a20abdb3b111a48a9e43edbfa 748Author: Adam Jackson <ajax@nwnk.net> 749Date: Fri Nov 18 17:48:09 2005 +0000 750 751 Bug #4726: Placate imake by building dummy host.def and friends. (Joshua 752 Baergen) 753 754commit 85f54a98979f99149aaebc6fc46bb3dc5277d495 755Author: Alan Coopersmith <Alan.Coopersmith@sun.com> 756Date: Thu Nov 10 07:27:41 2005 +0000 757 758 Version bump 759 760commit 21859854d74c4c8ccce6eb1bc96e1d2374764316 761Author: Kevin E Martin <kem@kem.org> 762Date: Wed Nov 9 21:25:56 2005 +0000 763 764 Update package version number for X11R7 RC2 release. 765 766commit d7adf2661c07a4fd7fddf3e7926e8ec9046dc708 767Author: Kean Johnson <kean@armory.com> 768Date: Tue Nov 8 06:33:24 2005 +0000 769 770 See ChangeLog entry 2005-11-07 for details. 771 772commit 56d6b039c20a2c1b88805a7a91a5fca78c298c5f 773Author: Alan Coopersmith <Alan.Coopersmith@sun.com> 774Date: Sun Nov 6 17:27:29 2005 +0000 775 776 "# else if" needs to be "#elif" to work properly 777 778commit e4d1b467358ff92951fd6e91ad71256ff1d5bd95 779Author: Alan Coopersmith <Alan.Coopersmith@sun.com> 780Date: Sun Nov 6 03:49:22 2005 +0000 781 782 Fix asm flags for 64-bit SPARC builds with Sun compilers. 783 Use asm flags from sun.cf instead of duplicating settings here. 784 785commit 589cc04561c610cc4c2c51c9286869e0ba0f04f4 786Author: Adam Jackson <ajax@nwnk.net> 787Date: Sun Oct 23 18:56:08 2005 +0000 788 789 Bug #4828: Fix compilation on NetBSD 2.1 and up. (Germain Le-Chapelain) 790 791commit a05341fad262dbd199d1835e60a4ab6bbb02e82b 792Author: Adam Jackson <ajax@nwnk.net> 793Date: Fri Oct 21 19:10:27 2005 +0000 794 795 Bug #1466: Make building libGL with/without -fPIC configurable. (ISHIKAWA 796 Mutsumi) 797 798commit e6a39f2d971bff2625b4f32ad796e3f64091a2c6 799Author: Alan Coopersmith <Alan.Coopersmith@sun.com> 800Date: Wed Oct 19 03:59:43 2005 +0000 801 802 Version bump 803 804commit 544e3f6ee000eeb54757a9089e6e042f859b334f 805Author: Kevin E Martin <kem@kem.org> 806Date: Wed Oct 19 02:48:16 2005 +0000 807 808 Update package version number for RC1 release. 809 810commit f7060f5c922f0f3f9509f9d626997d6f322b0847 811Author: Alan Coopersmith <Alan.Coopersmith@sun.com> 812Date: Tue Oct 18 07:06:00 2005 +0000 813 814 Make sure FramePtrFlags is defined 815 816commit 6f4a4b2d624f4ccaefddb3c66e23b00567551cfd 817Author: Alan Coopersmith <Alan.Coopersmith@sun.com> 818Date: Mon Oct 17 02:22:33 2005 +0000 819 820 Set HasVarRun to YES for Solaris 8 and later. 821 822commit 00b11b1cfc2e564ce1cacccc5ee0270591e5825c 823Author: Alan Coopersmith <Alan.Coopersmith@sun.com> 824Date: Fri Oct 14 02:07:56 2005 +0000 825 826 #warning breaks older compilers 827 828commit f8891a72747e9025a35efd11db764313fb5248a0 829Author: Alan Coopersmith <Alan.Coopersmith@sun.com> 830Date: Tue Oct 11 01:20:38 2005 +0000 831 832 Add Solaris definitions for SharedXcompositeReqs & SharedXevieReqs, add 833 $(GLXLIB) to Solaris definition of SharedGLwReqs 834 Solaris linker runtime library path flag fixes. Add -norunpath when 835 building with Sun C++ compiler to avoid recording compiler build-time 836 runpaths in output binaries. 837 838commit bffa56a17ba4e737929792137808b7d293632a99 839Author: Alan Coopersmith <Alan.Coopersmith@sun.com> 840Date: Sun Oct 9 21:52:42 2005 +0000 841 842 Bug #975 <https://bugs.freedesktop.org/show_bug.cgi?id=975> Xfixes code in 843 Xcursor not compiled when imake is used (Chris Lee) 844 Add SharedXcursorReqs settings for Solaris 845 846commit c5c4af735abc21e4af05e38fdfdf735958fe4d8f 847Author: Kevin E Martin <kem@kem.org> 848Date: Thu Oct 6 04:00:51 2005 +0000 849 850 Build system for cf files 851 852commit 1ba9f50ade27d7f30305f6445c9722a922efcc14 853Author: Adam Jackson <ajax@nwnk.net> 854Date: Wed Oct 5 17:50:28 2005 +0000 855 856 Bug #4645: Fix InstallDriverSDKObjectSubModule for dlloader builds. 857 858commit 14f48f35dc0e4ff844677d9dd7fb5d9b6eae0ffe 859Author: Alan Coopersmith <Alan.Coopersmith@sun.com> 860Date: Mon Oct 3 16:08:44 2005 +0000 861 862 Bug #3814 <https://bugs.freedesktop.org/show_bug.cgi?id=3814> Patch #3461 863 <https://bugs.freedesktop.org/attachment.cgi?id=3461> GNU/kFreeBSD 864 monolithic build system support (Robert Millan) 865 866commit 273c9901548b5471b4e9d4cb6c5df6ee69daf9b7 867Author: Alan Coopersmith <Alan.Coopersmith@sun.com> 868Date: Mon Oct 3 01:17:20 2005 +0000 869 870 Bug #2539 <https://bugs.freedesktop.org/show_bug.cgi?id=2539> Patch #1901 871 <https://bugs.freedesktop.org/attachment.cgi?id=1901> Big-endian ARM 872 processor support (Lennert Buytenhek) 873 874commit b16b95eae455aebe78f098e8e9569061daf848d9 875Author: Matthieu Herrb <matthieu.herrb@laas.fr> 876Date: Sat Oct 1 16:45:48 2005 +0000 877 878 set libxrx and libxrxnest shared revisions in X11.tmpl so that OS specific 879 library template can override them if needed. 880 881commit 8d0b1f2564a4d700544210854ebca6876325ad6f 882Author: Matthieu Herrb <matthieu.herrb@laas.fr> 883Date: Sat Oct 1 16:42:11 2005 +0000 884 885 Enable the module loader on OpenBSD/amd64. The dlopen() based loader works 886 on this platform. 887 888commit 142d9d8c35d6f86a2593b52e6edc974e9fa41d99 889Author: Matthieu Herrb <matthieu.herrb@laas.fr> 890Date: Sun Sep 25 17:07:30 2005 +0000 891 892 Update shared libraries revisions for OpenBSD 3.8. 893 894commit f15d9c33bfbe99f93716c26c79bc1adbb8618a22 895Author: Alan Coopersmith <Alan.Coopersmith@sun.com> 896Date: Thu Sep 22 23:54:18 2005 +0000 897 898 Make libXau & libXdmcp default to shared instead of static libraries to 899 match modular build. (See fd.o bugzilla #4200.) 900 901commit b4699f13ed18f489f1752e8e3c9767397ecfa53d 902Author: Matthieu Herrb <matthieu.herrb@laas.fr> 903Date: Mon Sep 12 20:46:02 2005 +0000 904 905 Remove unsafe /tmp file creation for the formatted manual page target. Just 906 make the file in the current build directory instead of temp directory. 907 (Jeremy C Reed). 908 909commit 0868e628dc595b7d4a841e91b44494f4c24090c5 910Author: Alan Coopersmith <Alan.Coopersmith@sun.com> 911Date: Wed Aug 31 02:12:59 2005 +0000 912 913 Add more shared library rev settings to match Solaris ABI. 914 915commit 7789cbb1988c00b0c5128779963aa898bf6d41e8 916Author: Matthieu Herrb <matthieu.herrb@laas.fr> 917Date: Mon Aug 29 20:54:20 2005 +0000 918 919 Fix for StripInstalledPrograms = YES. 920 921commit 9f87dc5696e7ba64ca47e00ae4726257210b562c 922Author: Alan Coopersmith <Alan.Coopersmith@sun.com> 923Date: Thu Aug 25 04:09:45 2005 +0000 924 925 Use system curses library on Solaris for xorgcfg text mode. 926 927commit 4ac7ca8031b1a81864e5685e7feacd18942f328f 928Author: Alan Coopersmith <Alan.Coopersmith@sun.com> 929Date: Wed Aug 24 16:27:26 2005 +0000 930 931 Allow platforms to specify SharedGLwReqs to override REQUIREDLIBS. 932 Set SharedGLwReqs for Solaris to include system Motif library. 933 934commit eb48b5fc148988d4e357646efb5411db7c90a631 935Author: Alan Coopersmith <Alan.Coopersmith@sun.com> 936Date: Tue Aug 23 20:05:03 2005 +0000 937 938 Set Solaris linker flags to include ld mapfiles to mark various sections 939 non-executable for better security and aligned to allow some 940 performance tuning options, like large page-size mappings. 941 942commit 524315413d6ca9b7e80d15ea1a505c169e649b91 943Author: Alan Coopersmith <Alan.Coopersmith@sun.com> 944Date: Mon Aug 22 21:47:59 2005 +0000 945 946 If MAKE_XKM_OUTPUT_DIR is defined, call trans_mkdir to create directory if 947 it doesn't already exist. (ported from Solaris Xsun bug #5039004) 948 When BuildLikeSun is set, define MAKE_XKM_OUTPUT_DIR and set the xkb output 949 directory to /var/run/xkb. 950 951commit d6d70ab227cd20afd3444bc219284951ed51996f 952Author: Alan Coopersmith <Alan.Coopersmith@sun.com> 953Date: Thu Aug 18 22:38:58 2005 +0000 954 955 Bugzilla #2901 <https://bugs.freedesktop.org/show_bug.cgi?id=2901> Patch 956 #2322 <https://bugs.freedesktop.org/attachment.cgi?id=2322> Fix "make 957 -n install" failure (Peter Breitenlohner) 958 959commit 558310f364758b27158f6ce56a2524174c7a666d 960Author: Alan Coopersmith <Alan.Coopersmith@sun.com> 961Date: Tue Aug 9 01:01:29 2005 +0000 962 963 - Add missing SolarisABIFlag to AMD64 ToolkitStringsABIOptions 964 - Add -z combreloc to default linker flags on Solaris 965 - Add -B direct to default program link flags on Solaris 966 967commit 2ca0547f7eae659bf49fb26deaf7fb9e518c7ce9 968Author: Alan Coopersmith <Alan.Coopersmith@sun.com> 969Date: Tue Aug 2 03:21:40 2005 +0000 970 971 Version bump 972 973commit 62c2819a93c2cd30860b3cef2ae5d517f452b8b9 974Author: Adam Jackson <ajax@nwnk.net> 975Date: Sun Jul 31 17:19:19 2005 +0000 976 977 Post-merge fixups: 978 - Disable building the gamma driver 979 - Fix numerous Imakefiles to get header paths and subdirs right 980 - Symlink client-side GLX lib source from Mesa 981 - Add new shader subdirs to the Mesa core build 982 - Tweak the DDX drivers to not ask for "xf86dri.h"; they don't need it, 983 since they don't generate protocol, and it was breaking the build. 984 985commit 7ce7c908b8e5bf4fa17975c533e2d53b216dc3e1 986Author: Alan Coopersmith <Alan.Coopersmith@sun.com> 987Date: Wed Jul 27 00:34:57 2005 +0000 988 989 Switch xload on Solaris from libkvm to libkstat so it works with both 990 32-bit and 64-bit kernels, and without group kmem. Add #include 991 "config.h" for modularization 992 993commit 462fabc26459b81e681f0d5b375aa4eb5f00c68f 994Author: Alan Coopersmith <Alan.Coopersmith@sun.com> 995Date: Sun Jul 24 16:28:06 2005 +0000 996 997 Version bump 998 999commit e071e3dd51d1c6fc14c8b162e741efa64d032482 1000Author: Alan Hourihane <alanh@fairlite.demon.co.uk> 1001Date: Wed Jul 20 08:08:05 2005 +0000 1002 1003 Check MakeDllModules first, as it may be defined in host.def 1004 1005commit c336b1f7a65c109a63462fe3821cef393a8760d2 1006Author: Alan Coopersmith <Alan.Coopersmith@sun.com> 1007Date: Sat Jul 16 18:16:18 2005 +0000 1008 1009 Version bump 1010 1011commit 9f59e359ca06adffac715161a31c2adae8ec3ad0 1012Author: Alan Coopersmith <Alan.Coopersmith@sun.com> 1013Date: Sat Jul 16 07:59:50 2005 +0000 1014 1015 Add examples for expat, fontconfig, libpng, freetype, & xterm so people 1016 know how to enable or disable and set paths. Update examples/comments 1017 for Speedo & MakeDllModules to reflect 1018 6.9 status/defaults. 1019 1020commit 47b832e905dedc38ca1450e0a56723862e0e4fc2 1021Author: Alan Hourihane <alanh@fairlite.demon.co.uk> 1022Date: Wed Jul 6 10:13:48 2005 +0000 1023 1024 Check if MakeDllModules is already defined in host.def 1025 1026commit 8648262c27929ae30bfbf5a6a41558605ece9f6f 1027Author: Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de> 1028Date: Wed Jul 6 09:47:49 2005 +0000 1029 1030 Removed AVOID_GLYPHBLT and SINGLEDEPTH from server defines. 1031 1032commit decc3b0e9fb9370468341891c00358f5ac3f18be 1033Author: Alan Coopersmith <Alan.Coopersmith@sun.com> 1034Date: Tue Jul 5 19:06:50 2005 +0000 1035 1036 Bugzilla #2901 <https://bugs.freedesktop.org/show_bug.cgi?id=2901> Patch 1037 #2319 <https://bugs.freedesktop.org/attachment.cgi?id=2319> 1038 Since many files now use non-ANSI constructs ('long long', substructure 1039 initializers, implicit signedness conversions, ...) you shouldn't use 1040 "gcc -ansi -pedantic". On our ix86-linux-gnu system this change reduces 1041 the number of gcc-3.4.3 warnings from originally 3034 to 1460! (Peter 1042 Breitenlohner) 1043 1044commit 4b343e24ef493cea06c50109a561ca1c07d426b0 1045Author: Alan Coopersmith <Alan.Coopersmith@sun.com> 1046Date: Mon Jul 4 17:21:18 2005 +0000 1047 1048 Set TroffCmd on Solaris to "troff -Tpost" instead of "troff -Tps" when not 1049 using groff. 1050 Bugzilla Bug 3695: <https://bugs.freedesktop.org/show_bug.cgi?id=3695> 1051 6.8.99.14 man page installation breaks on fc-cache.man 1052 1053commit 3060778a79757b4d35cfb0282e3375d3adaaeb92 1054Author: Adam Jackson <ajax@nwnk.net> 1055Date: Sun Jul 3 21:44:41 2005 +0000 1056 1057 Version bump 1058 1059commit ebf5048ffee5ec73d8d764332c19240380c71327 1060Author: Adam Jackson <ajax@nwnk.net> 1061Date: Sun Jul 3 00:06:01 2005 +0000 1062 1063 Add some build compatibility for 2.6 linux systems with 2.4 kernel headers 1064 installed. Allow the use of evdev for mice on 2.4 kernels. 1065 1066commit e6bd918135b49df1c64ae66f89de76c5bda90963 1067Author: Zack Rusin <zack@kde.org> 1068Date: Fri Jul 1 08:56:12 2005 +0000 1069 1070 Adding the new acceleration architecture: Exa. It's meant to replace XAA in 1071 the coming months. 1072 1073commit 5e7400fd795ca047ef693e0870511069399eb723 1074Author: Alan Coopersmith <Alan.Coopersmith@sun.com> 1075Date: Wed Jun 29 21:55:08 2005 +0000 1076 1077 Set XorgManDefs properly to set __xorgversion__ in cpp'ed man pages to the 1078 correct release name. 1079 1080commit d534ee387eeb4345289f7d156d85e602fb9aa87c 1081Author: Alan Coopersmith <Alan.Coopersmith@sun.com> 1082Date: Wed Jun 29 21:51:09 2005 +0000 1083 1084 Add HasGetopt (default: YES on everything but Win32 & OS/2) and 1085 HasGetoptLong (default: NO) flags for use in fc-list & fc-cache 1086 Imakefiles. 1087 Set HasGetoptLong to YES on Solaris 10 and later. 1088 Add -DHAVE_GETOPT & -DHAVE_GETOPT_LONG flags based on settings of HasGetopt 1089 & HasGetoptLong from Imake config files to simulate autoconf tests. 1090 Add FREETYPE_DEFINES to set flags to match what autoconf would set for 1091 Freetype 2.1.8. Add defines for HAVE_LINK, HAVE_GETUID, and 1092 HAVE_GETEUID for everything but OS/2 & Win32 to match autoconf tests. 1093 Remove fcfreetype.c from the list of files linked to extras directory. 1094 Use customized version of fcfreetype.c to make these needed changes: 1095 - Remove // comment prohibited by gcc -ansi -pedantic default flags 1096 - Change include path for "../fc-glyphname/fcglyphname.h" to work in 1097 monolithic tree layout 1098 1099commit 2fca3f6e0ec0929bf0ba8b70ae7ca0e651b47ce2 1100Author: Alan Coopersmith <Alan.Coopersmith@sun.com> 1101Date: Tue Jun 28 01:12:24 2005 +0000 1102 1103 Add LinkerRuntimeLibraryPathFlag to EXPATLIB, FONTCONFIGLIB & LIBPNGLIB 1104 1105commit 53fcd7d8577fb356d1de03d5cbf3bc02154f06e3 1106Author: Alan Coopersmith <Alan.Coopersmith@sun.com> 1107Date: Mon Jun 27 21:20:50 2005 +0000 1108 1109 Change HasLibpng default back to NO - unlike FreeType & Zlib, if it's not 1110 present, we don't "build a potentially dangerous libpng", but instead 1111 just skip the xcursorgen build. 1112 1113commit 5a0f73f756721d181d4e5f096a1893a22f2db1ab 1114Author: Alan Coopersmith <Alan.Coopersmith@sun.com> 1115Date: Mon Jun 27 05:28:40 2005 +0000 1116 1117 Set HasLibpng defaults correctly for various Solaris releases 1118 1119commit 851202c0ba9885f71a4ab4ec3350771f1639176d 1120Author: Adam Jackson <ajax@nwnk.net> 1121Date: Sun Jun 26 17:30:03 2005 +0000 1122 1123 Version bump 1124 1125commit 478c367b2ccd80f54a6e83d223578aa11bb15578 1126Author: Alan Coopersmith <Alan.Coopersmith@sun.com> 1127Date: Sat Jun 25 00:17:07 2005 +0000 1128 1129 Don't use installed fontconfig on Solaris 10, because it doesn't install 1130 fcprivate.h which Xft1 needs. Don't use installed Motif on Solaris, 1131 because it depends on Solaris installed libX11. 1132 1133commit 73c7c0306bcad53a0634740a49fb408fe9654afa 1134Author: Alan Coopersmith <Alan.Coopersmith@sun.com> 1135Date: Fri Jun 24 16:45:39 2005 +0000 1136 1137 Fix HasExpat, HasZlib, and HasFontconfig as well for older Solaris 1138 releases. 1139 1140commit e177178e8981b535ebd98336a3741cbea6600e61 1141Author: Alan Coopersmith <Alan.Coopersmith@sun.com> 1142Date: Fri Jun 24 05:58:13 2005 +0000 1143 1144 Set HasFreetype2 to NO by default for older releases of Solaris. 1145 1146commit bd71f26b4e0f3dfc7b7ba67c23f8a65469368186 1147Author: Alan Coopersmith <Alan.Coopersmith@sun.com> 1148Date: Thu Jun 23 02:33:30 2005 +0000 1149 1150 Fix LazyLoadFlag to work with Solaris 9 ld & Sun CC so the XMonolith 1151 tinderbox stops being so red. 1152 1153commit 63e2ef9ff80b3f7c424d903f35fc007069793fdd 1154Author: Adam Jackson <ajax@nwnk.net> 1155Date: Sun Jun 19 17:30:03 2005 +0000 1156 1157 Version bump 1158 1159commit 263bfd2f548d140acf16cedec42e936993b3bec1 1160Author: Ian Romanick <idr@us.ibm.com> 1161Date: Wed Jun 15 20:03:52 2005 +0000 1162 1163 Remove xf86drmCompat.c and associated cruft. 1164 1165commit e99c3fe072382358539c7e2f758dbcf165e50dfc 1166Author: branden <branden> 1167Date: Tue Jun 14 00:35:37 2005 +0000 1168 1169 Fix typo that I introduced on 2005-03-06. 1170 1171commit ec95c659dcab35a3cf50b9ed65444b051b055838 1172Author: Adam Jackson <ajax@nwnk.net> 1173Date: Sun Jun 12 17:30:02 2005 +0000 1174 1175 Version bump 1176 1177commit 6fbd1cc1951e2c662cf738269bb53cdee5a6b8e1 1178Author: Alan Coopersmith <Alan.Coopersmith@sun.com> 1179Date: Thu Jun 9 03:06:46 2005 +0000 1180 1181 Add HasWeakSymbols & MotifDir defines to fix libGLw build on Solaris. 1182 1183commit 69811d06ed3e8f44819e659af7b6e832aba795cb 1184Author: Adam Jackson <ajax@nwnk.net> 1185Date: Sun Jun 5 17:30:02 2005 +0000 1186 1187 Version bump 1188 1189commit bc071667b0fb98537650e75bfe595a939602be3e 1190Author: Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de> 1191Date: Wed Jun 1 15:48:48 2005 +0000 1192 1193 Add checks for various Gcc major and minor numbers Allow build of Xming 1194 with mesa instead of native GL 1195 1196commit 5521bfd7f5e9c49d99952b2c214c66dba5a13733 1197Author: Adam Jackson <ajax@nwnk.net> 1198Date: Sun May 29 17:30:02 2005 +0000 1199 1200 Version bump 1201 1202commit ccbc36a835b884297ce0e15a3b14c0aaff5af2df 1203Author: Adam Jackson <ajax@nwnk.net> 1204Date: Sun May 22 17:30:02 2005 +0000 1205 1206 Version bump 1207 1208commit a52109bea1a544fd590b04aac5a0f1c2a20e2e59 1209Author: Alan Coopersmith <Alan.Coopersmith@sun.com> 1210Date: Sat May 21 07:46:37 2005 +0000 1211 1212 Initial experimental support for AMD64 builds on Solaris 10 x86. Improved 1213 support for 64-bit SPARC builds on Solaris as well. 1214 1215commit b9b6f5af4acde47c6bcc666c1d05f2084a47c7d5 1216Author: Adam Jackson <ajax@nwnk.net> 1217Date: Thu May 19 18:53:43 2005 +0000 1218 1219 Bug #3334: Clean up remnants from the PEX, XIE, and BEZIER extensions. 1220 1221commit 2d4b7e67149ef010b519b5dee50b9392e53fd6d6 1222Author: Alan Coopersmith <Alan.Coopersmith@sun.com> 1223Date: Sun May 15 20:52:39 2005 +0000 1224 1225 Add settings to bring Solaris builds closer to the ones Sun packages in 1226 Solaris. Adds "BuildLikeSun" options for areas Sun deviates from the 1227 way Xorg is packaged on other platforms. See comment in sun.cf for 1228 details. Also, use system-provided Expat on Solaris 10 and other 1229 cleanups. 1230 Set shared library versions for Solaris builds to match versions used in 1231 Solaris. Add missing SharedXfixesReqs and SharedXdamageReqs. 1232 Add -solarisabi option to create XtStrings code compatibile with existing 1233 Solaris binaries. (Off by default, on if "BuildLikeSun" is set in 1234 sun.cf) 1235 1236commit ef8c226b93cb9facaf23d67eb4744c306778cf30 1237Author: Adam Jackson <ajax@nwnk.net> 1238Date: Sun May 15 17:30:03 2005 +0000 1239 1240 Version bump 1241 1242commit 8e9d255b236d86b4a197e1c17fc7ef65ff90fdfa 1243Author: Adam Jackson <ajax@nwnk.net> 1244Date: Wed May 11 00:13:15 2005 +0000 1245 1246 Bug #968: Grab the event device used by the evdev driver to avoid weird 1247 issues when input goes to multiple places. Restrict building the evdev 1248 driver to 2.6 kernels since EVIOCGRAB didn't exist in 2.4. 1249 1250commit b4e7a582cab73b6901dc1fb7c806f1543e7ba29e 1251Author: Alan Coopersmith <Alan.Coopersmith@sun.com> 1252Date: Sun May 8 21:13:36 2005 +0000 1253 1254 Bugzilla #3243: https://bugs.freedesktop.org/show_bug.cgi?id=3243 Patch 1255 #2635: https://bugs.freedesktop.org/attachment.cgi?id=2635 1256 libGLU/glxinfo build fixes for Sun C++ compiler on Solaris: 1257 - Set C++ runtime library to -lCrun when using Sun C++ 5.0 or newer 1258 - Make .so -> .so.$REV links in $TOP/export/lib for C++ libraries on SVR4 1259 in the same way we already do for C libraries 1260 - Set libGLU required libraries list for Solaris 1261 1262commit 11e3c0d3e256605fd51ac725d5fb4ed9c0f6165e 1263Author: Adam Jackson <ajax@nwnk.net> 1264Date: Sun May 8 17:30:03 2005 +0000 1265 1266 Version bump 1267 1268commit cd9fd77563cf7aa05a1ce32183c9aeb2c1cab870 1269Author: Eric Anholt <anholt@freebsd.org> 1270Date: Wed May 4 04:14:57 2005 +0000 1271 1272 Port X.Org to FreeBSD/powerpc. This makes a bit of math for sysmouse in 1273 mouse.c explicitly signed, avoiding the need for -fsigned-chars. (Peter 1274 Grehan, grehan at FreeBSD dot org) 1275 1276commit 57d21be715c319c6d8f61e9f7366794368dd9f37 1277Author: Adam Jackson <ajax@nwnk.net> 1278Date: Sun May 1 17:30:02 2005 +0000 1279 1280 Version bump 1281 1282commit 9507b98116b824275f22cdf7c4e4cb855a2f0b4a 1283Author: Adam Jackson <ajax@nwnk.net> 1284Date: Thu Apr 28 22:55:46 2005 +0000 1285 1286 Bug #3080: Disable DPS in the default build. 1287 1288commit bdc7f377d0d4d41bcda72588df443ba28a99e7fd 1289Author: Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de> 1290Date: Mon Apr 25 13:41:19 2005 +0000 1291 1292 Bug #3069: Reenable DefaultFontPath and DefaultFSFontPath which got removed 1293 in the BuildLowMem commit 1294 1295commit 343148cfd2ff1eeafdcbdbc7eaa85be92465624a 1296Author: Adam Jackson <ajax@nwnk.net> 1297Date: Sun Apr 24 17:30:02 2005 +0000 1298 1299 Version bump 1300 1301commit e98a511635fb57d921fd9c51fbbfad06bc8ae859 1302Author: Adam Jackson <ajax@nwnk.net> 1303Date: Sun Apr 24 01:34:57 2005 +0000 1304 1305 Bug #2072: Always define LargePositionIndependentCFlags on sparc systems 1306 using gcc. (Ferris McCormick) 1307 1308commit e18670775214d120b06c401772ea84703665a628 1309Author: Roland Mainz <roland.mainz@nrubsig.org> 1310Date: Sun Apr 24 01:10:12 2005 +0000 1311 1312 xc/config/cf/X11.tmpl 1313 xc/programs/Xserver/Xext/Imakefile 1314 xc/programs/Xserver/dix/Imakefile 1315 xc/programs/Xserver/dix/main.c 1316 xc/programs/Xserver/dix/xpstubs.c 1317 xc/programs/Xserver/mi/miinitext.c 1318 //bugs.freedesktop.org/show_bug.cgi?id=2792) attachment #2526 1319 (https://bugs.freedesktop.org/attachment.cgi?id=2526) bug 2792 part II: 1320 Make Xprint headers in dix/, mi/, os/ and Xext/ conditional on whether 1321 the Xprint extension is build or not. Patch by Egbert Eich 1322 <eich@freedesktop.org> and Roland Mainz <roland.mainz@nrubsig.org>. 1323 1324commit aca81ce7eb117e66a70150e4d8ead72f62f4616d 1325Author: Roland Mainz <roland.mainz@nrubsig.org> 1326Date: Sat Apr 23 20:23:44 2005 +0000 1327 1328 xc/config/cf/linux.cf 1329 //bugs.freedesktop.org/show_bug.cgi?id=3023) attachment #2523 1330 (https://bugs.freedesktop.org/attachment.cgi?id=2523) Make the Xserver 1331 and libraries (X11, Xt, Xaw etc.) and client applications 1332 largefile-aware by default on Linux and Solaris (*BSD platforms and 1333 IRIX are aready largefile-aware by default, only the status of 1334 AIX+HP/UX is currently unknown). The change does not affect Xserver 1335 modules loaded via the ELF loader which would either require an ABI 1336 change or a port of the whole lf64(5) API (both steps may not be 1337 required as the ELF loader may go away in favour of the DL loader where 1338 the libc wrapper is no longer needed to access files). 1339 1340commit 63a3a23faa2a63c69ab6dfa5a1247269a8556f7f 1341Author: Adam Jackson <ajax@nwnk.net> 1342Date: Sat Apr 23 19:36:48 2005 +0000 1343 1344 Bug #2606: Force the Security extension to be built if the Appgroup 1345 extension is requested. 1346 1347commit cbb796f39d49391b948f2e49068b26324178820a 1348Author: Adam Jackson <ajax@nwnk.net> 1349Date: Fri Apr 22 20:49:49 2005 +0000 1350 1351 Bug #3069: Drop the BuildLowMem hack, it doesn't compile and isn't useful. 1352 1353commit 475965a7a921e02f1d1f236b33c39440d3323cf8 1354Author: Adam Jackson <ajax@nwnk.net> 1355Date: Sun Apr 17 17:30:02 2005 +0000 1356 1357 Version bump 1358 1359commit 22319775757da20f75ae7f3eee444be23943579a 1360Author: Egbert Eich <eich@suse.de> 1361Date: Mon Apr 11 10:41:40 2005 +0000 1362 1363 Removing the compiler flag -fsigned-char which is only used for a few BE 1364 platforms. This still needs some testing - which can only be done when 1365 in the tree, but since most platforms don't need I strongly assume it's 1366 not needed. Ticket remains open for discussion (Bugzilla #2964). 1367 1368commit d3edcf6805a6b998878838e74bc86f29f5c30507 1369Author: Adam Jackson <ajax@nwnk.net> 1370Date: Sun Apr 10 17:30:02 2005 +0000 1371 1372 Version bump 1373 1374commit f2476bd3b3f72f564081305e4860f04e6bc0f064 1375Author: Adam Jackson <ajax@nwnk.net> 1376Date: Sun Apr 3 17:18:36 2005 +0000 1377 1378 Version bump 1379 1380commit 2b9bc058f7a84bea892f2e587f381ed38394a83a 1381Author: Adam Jackson <ajax@nwnk.net> 1382Date: Sat Apr 2 19:07:53 2005 +0000 1383 1384 Bug #2884: Canonicalize BUILDERADDR to point to @lists.freedesktop.org. 1385 1386commit 05b6787efae95a12604d7da212148fdf571c361b 1387Author: Torrey Lyons <torrey@mrcla.com> 1388Date: Fri Apr 1 01:22:07 2005 +0000 1389 1390 Reenable default build of xterm since Darwin does not provide an alternate 1391 source for it. 1392 1393commit 671e8f9e2746347ab6b9a26692afc2e12b073476 1394Author: Matthieu Herrb <matthieu.herrb@laas.fr> 1395Date: Wed Mar 23 21:54:49 2005 +0000 1396 1397 config/cf/OpenBSDLib.tmpl Bump libfreetype2 minor after update to 2.1.9 1398 config/cf/X11.tmpl Update freetype version in comments 1399 1400commit c536fc11b8bce3d05fdf641d61f9687cc5778a35 1401Author: Matthieu Herrb <matthieu.herrb@laas.fr> 1402Date: Wed Mar 23 21:14:45 2005 +0000 1403 1404 OpenBSD doesn't have libpng in base system. 1405 1406commit 1ac3dd04b43713d34a31d9d2d181a322290350d3 1407Author: Torrey Lyons <torrey@mrcla.com> 1408Date: Thu Mar 17 01:12:07 2005 +0000 1409 1410 Fix build on stock Mac OS X: Out of the box, Mac OS X does not include 1411 Freetype2, Expat, or PNG. Also global variables should be initalized in 1412 the Xserver. 1413 1414commit 1bde5ffb781452af8bfe17061829f5dc369a3136 1415Author: Roland Mainz <roland.mainz@nrubsig.org> 1416Date: Mon Mar 7 19:27:21 2005 +0000 1417 1418 xc/config/cf/Imake.rules 1419 xc/programs/Xserver/hw/xfree86/Imakefile 1420 xc/programs/Xserver/hw/xfree86/drivers/apm/Imakefile 1421 xc/programs/Xserver/hw/xfree86/drivers/ark/Imakefile 1422 xc/programs/Xserver/hw/xfree86/drivers/ati/Imakefile 1423 xc/programs/Xserver/hw/xfree86/drivers/chips/Imakefile 1424 xc/programs/Xserver/hw/xfree86/drivers/cirrus/Imakefile 1425 xc/programs/Xserver/hw/xfree86/drivers/cyrix/Imakefile 1426 xc/programs/Xserver/hw/xfree86/drivers/dummy/Imakefile 1427 xc/programs/Xserver/hw/xfree86/drivers/fbdev/Imakefile 1428 xc/programs/Xserver/hw/xfree86/drivers/glide/Imakefile 1429 xc/programs/Xserver/hw/xfree86/drivers/glint/Imakefile 1430 xc/programs/Xserver/hw/xfree86/drivers/i128/Imakefile 1431 xc/programs/Xserver/hw/xfree86/drivers/i2c/Imakefile 1432 xc/programs/Xserver/hw/xfree86/drivers/i740/Imakefile 1433 xc/programs/Xserver/hw/xfree86/drivers/i810/Imakefile 1434 xc/programs/Xserver/hw/xfree86/drivers/imstt/Imakefile 1435 xc/programs/Xserver/hw/xfree86/drivers/mga/Imakefile 1436 xc/programs/Xserver/hw/xfree86/drivers/neomagic/Imakefile 1437 xc/programs/Xserver/hw/xfree86/drivers/newport/Imakefile 1438 xc/programs/Xserver/hw/xfree86/drivers/nsc/Imakefile 1439 xc/programs/Xserver/hw/xfree86/drivers/nv/Imakefile 1440 xc/programs/Xserver/hw/xfree86/drivers/rendition/Imakefile 1441 xc/programs/Xserver/hw/xfree86/drivers/s3/Imakefile 1442 xc/programs/Xserver/hw/xfree86/drivers/s3virge/Imakefile 1443 xc/programs/Xserver/hw/xfree86/drivers/savage/Imakefile 1444 xc/programs/Xserver/hw/xfree86/drivers/siliconmotion/Imakefile 1445 xc/programs/Xserver/hw/xfree86/drivers/sis/Imakefile 1446 xc/programs/Xserver/hw/xfree86/drivers/sisusb/Imakefile 1447 xc/programs/Xserver/hw/xfree86/drivers/sunbw2/Imakefile 1448 xc/programs/Xserver/hw/xfree86/drivers/suncg14/Imakefile 1449 xc/programs/Xserver/hw/xfree86/drivers/suncg3/Imakefile 1450 xc/programs/Xserver/hw/xfree86/drivers/suncg6/Imakefile 1451 xc/programs/Xserver/hw/xfree86/drivers/sunffb/Imakefile 1452 xc/programs/Xserver/hw/xfree86/drivers/sunleo/Imakefile 1453 xc/programs/Xserver/hw/xfree86/drivers/suntcx/Imakefile 1454 xc/programs/Xserver/hw/xfree86/drivers/tdfx/Imakefile 1455 xc/programs/Xserver/hw/xfree86/drivers/tga/Imakefile 1456 xc/programs/Xserver/hw/xfree86/drivers/trident/Imakefile 1457 xc/programs/Xserver/hw/xfree86/drivers/tseng/Imakefile 1458 xc/programs/Xserver/hw/xfree86/drivers/v4l/Imakefile 1459 xc/programs/Xserver/hw/xfree86/drivers/vesa/Imakefile 1460 xc/programs/Xserver/hw/xfree86/drivers/vga/Imakefile 1461 xc/programs/Xserver/hw/xfree86/drivers/via/Imakefile 1462 xc/programs/Xserver/hw/xfree86/drivers/vmware/Imakefile 1463 xc/programs/Xserver/hw/xfree86/drivers/voodoo/Imakefile 1464 xc/programs/Xserver/hw/xfree86/drivers/wsfb/Imakefile 1465 xc/programs/Xserver/hw/xfree86/input/acecad/Imakefile 1466 xc/programs/Xserver/hw/xfree86/input/aiptek/Imakefile 1467 xc/programs/Xserver/hw/xfree86/input/calcomp/Imakefile 1468 xc/programs/Xserver/hw/xfree86/input/citron/Imakefile 1469 xc/programs/Xserver/hw/xfree86/input/digitaledge/Imakefile 1470 xc/programs/Xserver/hw/xfree86/input/dmc/Imakefile 1471 xc/programs/Xserver/hw/xfree86/input/dynapro/Imakefile 1472 xc/programs/Xserver/hw/xfree86/input/elo2300/Imakefile 1473 xc/programs/Xserver/hw/xfree86/input/elographics/Imakefile 1474 xc/programs/Xserver/hw/xfree86/input/evdev/Imakefile 1475 xc/programs/Xserver/hw/xfree86/input/fpit/Imakefile 1476 xc/programs/Xserver/hw/xfree86/input/hyperpen/Imakefile 1477 xc/programs/Xserver/hw/xfree86/input/jamstudio/Imakefile 1478 xc/programs/Xserver/hw/xfree86/input/joystick/Imakefile 1479 xc/programs/Xserver/hw/xfree86/input/keyboard/Imakefile 1480 xc/programs/Xserver/hw/xfree86/input/magellan/Imakefile 1481 xc/programs/Xserver/hw/xfree86/input/magictouch/Imakefile 1482 xc/programs/Xserver/hw/xfree86/input/microtouch/Imakefile 1483 xc/programs/Xserver/hw/xfree86/input/mouse/Imakefile 1484 xc/programs/Xserver/hw/xfree86/input/mutouch/Imakefile 1485 xc/programs/Xserver/hw/xfree86/input/palmax/Imakefile 1486 xc/programs/Xserver/hw/xfree86/input/penmount/Imakefile 1487 xc/programs/Xserver/hw/xfree86/input/sample/Imakefile 1488 xc/programs/Xserver/hw/xfree86/input/spaceorb/Imakefile 1489 xc/programs/Xserver/hw/xfree86/input/summa/Imakefile 1490 xc/programs/Xserver/hw/xfree86/input/tek4957/Imakefile 1491 xc/programs/Xserver/hw/xfree86/input/ur98/Imakefile 1492 xc/programs/Xserver/hw/xfree86/input/void/Imakefile 1493 //bugs.freedesktop.org/show_bug.cgi?id=2663) attachment #2034 1494 (https://bugs.freedesktop.org/attachment.cgi?id=2034): Cleanup Xorg 1495 server module installation. 1496 1497commit 16ef9714d749d494e2e11de5a499c8c12ed235f9 1498Author: Roland Mainz <roland.mainz@nrubsig.org> 1499Date: Mon Mar 7 19:00:11 2005 +0000 1500 1501 xc/config/cf/X11.tmpl 1502 xc/extras/freetype2/ChangeLog 1503 xc/extras/freetype2/Jamfile 1504 xc/extras/freetype2/README 1505 xc/extras/freetype2/builds/freetype.mk 1506 xc/extras/freetype2/builds/unix/configure 1507 xc/extras/freetype2/builds/unix/configure.ac 1508 xc/extras/freetype2/builds/win32/visualc/freetype.dsp 1509 xc/extras/freetype2/builds/win32/visualc/freetype.vcproj 1510 xc/extras/freetype2/builds/win32/visualc/index.html 1511 xc/extras/freetype2/devel/ftoption.h 1512 xc/extras/freetype2/docs/CHANGES 1513 xc/extras/freetype2/docs/VERSION.DLL 1514 xc/extras/freetype2/docs/formats.txt 1515 xc/extras/freetype2/include/freetype/cache/ftcmru.h 1516 xc/extras/freetype2/include/freetype/config/ftmodule.h 1517 xc/extras/freetype2/include/freetype/config/ftoption.h 1518 xc/extras/freetype2/include/freetype/freetype.h 1519 xc/extras/freetype2/include/freetype/ftcache.h 1520 xc/extras/freetype2/include/freetype/ftmm.h 1521 xc/extras/freetype2/include/freetype/internal/ftmemory.h 1522 xc/extras/freetype2/include/freetype/internal/ftstream.h 1523 xc/extras/freetype2/include/freetype/internal/fttrace.h 1524 xc/extras/freetype2/include/freetype/internal/psaux.h 1525 xc/extras/freetype2/include/freetype/internal/services/svmm.h 1526 xc/extras/freetype2/include/freetype/internal/tttypes.h 1527 xc/extras/freetype2/include/freetype/t1tables.h 1528 xc/extras/freetype2/include/freetype/tttables.h 1529 xc/extras/freetype2/include/freetype/tttags.h 1530 xc/extras/freetype2/src/autofit/afangles.c 1531 xc/extras/freetype2/src/autofit/afdummy.c 1532 xc/extras/freetype2/src/autofit/afglobal.c 1533 xc/extras/freetype2/src/autofit/afhints.c 1534 xc/extras/freetype2/src/autofit/afhints.h 1535 xc/extras/freetype2/src/autofit/aflatin.c 1536 xc/extras/freetype2/src/autofit/aflatin.h 1537 xc/extras/freetype2/src/autofit/afloader.c 1538 xc/extras/freetype2/src/autofit/afmodule.c 1539 xc/extras/freetype2/src/autofit/aftypes.h 1540 xc/extras/freetype2/src/autohint/ahhint.c 1541 xc/extras/freetype2/src/autohint/ahmodule.c 1542 xc/extras/freetype2/src/base/ftbbox.c 1543 xc/extras/freetype2/src/base/ftdbgmem.c 1544 xc/extras/freetype2/src/base/ftexcept.c 1545 xc/extras/freetype2/src/base/ftgloadr.c 1546 xc/extras/freetype2/src/base/ftglyph.c 1547 xc/extras/freetype2/src/base/fthash.c 1548 xc/extras/freetype2/src/base/ftlist.c 1549 xc/extras/freetype2/src/base/ftmm.c 1550 xc/extras/freetype2/src/base/ftobject.c 1551 xc/extras/freetype2/src/base/ftobjs.c 1552 xc/extras/freetype2/src/base/ftstream.c 1553 xc/extras/freetype2/src/base/ftsysio.c 1554 xc/extras/freetype2/src/base/ftsysmem.c 1555 xc/extras/freetype2/src/base/ftutil.c 1556 xc/extras/freetype2/src/bdf/bdf.h 1557 xc/extras/freetype2/src/bdf/bdfdrivr.c 1558 xc/extras/freetype2/src/bdf/bdfdrivr.h 1559 xc/extras/freetype2/src/bdf/bdflib.c 1560 xc/extras/freetype2/src/cache/ftcbasic.c 1561 xc/extras/freetype2/src/cache/ftccache.c 1562 xc/extras/freetype2/src/cache/ftccback.h 1563 xc/extras/freetype2/src/cache/ftccmap.c 1564 xc/extras/freetype2/src/cache/ftcglyph.c 1565 xc/extras/freetype2/src/cache/ftcimage.c 1566 xc/extras/freetype2/src/cache/ftcmanag.c 1567 xc/extras/freetype2/src/cache/ftcsbits.c 1568 xc/extras/freetype2/src/cff/cffdrivr.c 1569 xc/extras/freetype2/src/cff/cffgload.c 1570 xc/extras/freetype2/src/cff/cffgload.h 1571 xc/extras/freetype2/src/cff/cffload.c 1572 xc/extras/freetype2/src/cff/cffobjs.c 1573 xc/extras/freetype2/src/cff/cffobjs.h 1574 xc/extras/freetype2/src/cff/cffparse.c 1575 xc/extras/freetype2/src/cid/cidgload.c 1576 xc/extras/freetype2/src/cid/cidgload.h 1577 xc/extras/freetype2/src/cid/cidobjs.c 1578 xc/extras/freetype2/src/cid/cidobjs.h 1579 xc/extras/freetype2/src/cid/cidriver.c 1580 xc/extras/freetype2/src/gzip/ftgzip.c 1581 xc/extras/freetype2/src/lzw/zopen.c 1582 xc/extras/freetype2/src/pcf/pcfdrivr.c 1583 xc/extras/freetype2/src/pcf/pcfread.c 1584 xc/extras/freetype2/src/pcf/pcfutil.c 1585 xc/extras/freetype2/src/pcf/pcfutil.h 1586 xc/extras/freetype2/src/pfr/pfrdrivr.c 1587 xc/extras/freetype2/src/pfr/pfrobjs.c 1588 xc/extras/freetype2/src/pfr/pfrobjs.h 1589 xc/extras/freetype2/src/psaux/psobjs.c 1590 xc/extras/freetype2/src/psaux/t1decode.c 1591 xc/extras/freetype2/src/raster/ftraster.c 1592 xc/extras/freetype2/src/sfnt/sfobjs.c 1593 xc/extras/freetype2/src/sfnt/ttload.c 1594 xc/extras/freetype2/src/tools/cordic.py 1595 xc/extras/freetype2/src/truetype/Jamfile 1596 xc/extras/freetype2/src/truetype/rules.mk 1597 xc/extras/freetype2/src/truetype/truetype.c 1598 xc/extras/freetype2/src/truetype/ttdriver.c 1599 xc/extras/freetype2/src/truetype/ttgload.c 1600 xc/extras/freetype2/src/truetype/ttgxvar.c 1601 xc/extras/freetype2/src/truetype/ttgxvar.h 1602 xc/extras/freetype2/src/truetype/ttobjs.c 1603 xc/extras/freetype2/src/truetype/ttobjs.h 1604 xc/extras/freetype2/src/truetype/ttpload.c 1605 xc/extras/freetype2/src/type1/t1driver.c 1606 xc/extras/freetype2/src/type1/t1gload.c 1607 xc/extras/freetype2/src/type1/t1load.c 1608 xc/extras/freetype2/src/type1/t1load.h 1609 //bugs.freedesktop.org/show_bug.cgi?id=878) attachment #2032 1610 (https://bugs.freedesktop.org/attachment.cgi?id=2032): Update Freetype2 1611 version in xc/extras/freetype2/ from V2.1.8 to V2.1.9. 1612 1613commit 60bb661b7f3f09bb601fb3d7a26b911219b6a26b 1614Author: branden <branden> 1615Date: Sun Mar 6 01:05:00 2005 +0000 1616 1617 Shut up (tons of) Imake warnings on Debian systems by testing for variable 1618 being defined before testing its value. (Presumably the fallback 1619 definition of NothingOutsideProjectRoot in Imake.tmpl was intended to 1620 prevent this, but it apparently is not in effect yet when linux.cf is 1621 parsed.) 1622 1623commit 9058abf16ed4cb70103e3fed991a96f7ca464e37 1624Author: Roland Mainz <roland.mainz@nrubsig.org> 1625Date: Wed Mar 2 11:20:29 2005 +0000 1626 1627 xc/config/cf/DragonFly.cf 1628 xc/config/cf/Imake.cf 1629 xc/config/cf/Imakefile 1630 xc/config/imake/imake.c 1631 xc/config/imake/imakemdep.h 1632 xc/extras/drm/shared/drm.h 1633 xc/include/Xos_r.h 1634 xc/lib/xtrans/Xtranssock.c 1635 xc/programs/Xserver/hw/xfree86/os-support/xf86_OSlib.h 1636 xc/programs/Xserver/hw/xfree86/os-support/xf86_libc.h 1637 xc/programs/Xserver/hw/xfree86/os-support/linux/lnx_agp.c 1638 //bugs.freedesktop.org/show_bug.cgi?id=1712) attachment #2004 1639 (https://bugs.freedesktop.org/attachment.cgi?id=2004): Add support for 1640 DragonFly/BSD platform. Patch by Jeroen Ruigrok <asmodai@tendra.org> 1641 and Mike Verona <firedragonfly@gmail.com>. 1642 1643commit d377ff2bcd273947b70f23021815eb7e4849d70d 1644Author: Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de> 1645Date: Fri Feb 18 12:44:16 2005 +0000 1646 1647 Update MinGW config files: 1648 - Require PThreads 1649 - Build xkbcomp 1650 - Build libXext 1651 - Never build shared libraries 1652 1653commit a29ffdca63f3ec26bd2346df0bfda5c4cc2e5b5e 1654Author: Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de> 1655Date: Fri Feb 18 12:34:44 2005 +0000 1656 1657 Bugzilla #2569 (https://bugs.freedesktop.org/show_bug.cgi?id=2569) 1658 attachment #1929 (https://bugs.freedesktop.org/attachment.cgi?id=1929): 1659 make build of xkbcomp configurable 1660 1661commit 095476de7a5c0bc92015be7aa9851253055c26bc 1662Author: Roland Mainz <roland.mainz@nrubsig.org> 1663Date: Wed Feb 9 04:09:54 2005 +0000 1664 1665 //bugs.freedesktop.org/show_bug.cgi?id=2507) attachment #1871 1666 (https://bugs.freedesktop.org/attachment.cgi?id=1871): Fix build 1667 problems on GNU/Hurd. Patch by Pierre Chifflier <chifflier@cpe.fr>. 1668 1669commit 74ef8dffd3c60cbb9e495087327a119464985a84 1670Author: Adam Jackson <ajax@nwnk.net> 1671Date: Tue Feb 1 22:27:00 2005 +0000 1672 1673 Bug #1054: dlloader modules need to statically link against libgcc. 1674 1675commit 03edfc1a97d739fe69ca6eac01333855be0831eb 1676Author: Roland Mainz <roland.mainz@nrubsig.org> 1677Date: Tue Feb 1 04:06:03 2005 +0000 1678 1679 //bugs.freedesktop.org/show_bug.cgi?id=2410) attachment #1782 1680 (https://bugs.freedesktop.org/attachment.cgi?id=1782): Build the XRX 1681 plugin only if the system supports shared libraries (which is a 1682 requirement for this plugin). Patch by Matthieu Herrb 1683 <matthieu.herrb@laas.fr>. Approved in the 2005-01-31 Xorg 1684 release-wranglers phone call. 1685 1686commit dfdd53243be5aa616112aef0ba9b603d5f6e593a 1687Author: Daniel Stone <daniel@fooishbar.org> 1688Date: Tue Feb 1 02:02:31 2005 +0000 1689 1690 Re-enable building of tdfx for ia64 and amd64, since libglide3 is available 1691 there. 1692 1693commit f3c4d88c712f9feb019f61f0330308d2e12ddeb5 1694Author: Matthieu Herrb <matthieu.herrb@laas.fr> 1695Date: Sun Jan 30 20:19:02 2005 +0000 1696 1697 config/cf/OpenBSD.cf 1698 - Enable DoLoadableServer on amd64 and macppc, since the Dlloader works on 1699 these architectures 1700 - Reenable build of freetype, expat and xterm since OpenBSD doesn't provide 1701 alternative sources for those. 1702 - use gcc -pipe as on base system. 1703 config/cf/OpenBSDLib.tmpl bump libICE minor version here too. 1704 1705commit 1af4609e31dac5486d9fa4c178fcf1070b2788ac 1706Author: Daniel Stone <daniel@fooishbar.org> 1707Date: Fri Jan 28 19:15:39 2005 +0000 1708 1709 Move _IceGetPeerName into the ICE public API as IceGetPeerName; bump ICE 1710 soversion to 6.4 accordingly. Change SM's use to the public version. 1711 The old version will be retained for compatibility. 1712 1713commit 4c958eb10938150986dc0f2b7748cb959fb1172b 1714Author: Adam Jackson <ajax@nwnk.net> 1715Date: Thu Jan 27 03:50:46 2005 +0000 1716 1717 - Fix tiled framebuffer setup on Savage3D (Alex Deucher) 1718 - Disable building the Savage DRI driver. 1719 1720commit 20ba716685c4ffa837d3a1310ae1f47f085e90dd 1721Author: Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de> 1722Date: Wed Jan 26 15:58:54 2005 +0000 1723 1724 Define HasFreetype2 and HasZlib to NO. HasFreetype gives a warning so I 1725 don't care about the zlib warning anymore. xming is a standalone 1726 xserver and there is no zlib or freetype library on windows and don't 1727 want to maintain and ship extra dlls in the installer. 1728 1729commit 7d3820404161a4b200729a099ee59c178c970ff8 1730Author: Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de> 1731Date: Wed Jan 26 15:22:08 2005 +0000 1732 1733 Use "system" provided zlib instead of the builtin from extras 1734 1735commit 8fcc127a03a0024f8abf7ebb5676d342783aeafd 1736Author: Thomas Winischhofer <thomas@winischhofer.net> 1737Date: Tue Jan 25 15:55:02 2005 +0000 1738 1739 Add sisusb driver 1740 1741commit 8035c380f379c8412fdb055509b4ef53a81aca18 1742Author: Egbert Eich <eich@suse.de> 1743Date: Mon Jan 24 15:34:40 2005 +0000 1744 1745 Adding vgaHW module to PPC64 architecture. 1746 1747commit c50418d0d4daba9403f1a69e1c75e68aaa9a263e 1748Author: Egbert Eich <eich@suse.de> 1749Date: Mon Jan 24 15:31:36 2005 +0000 1750 1751 - cvs is broken again. For some reason it ignored this file on the previous 1752 run. 1753 1754commit 423ae2338a3c0c203e4183e4d806de49b8ad1055 1755Author: Daniel Stone <daniel@fooishbar.org> 1756Date: Mon Jan 24 06:37:31 2005 +0000 1757 1758 Disable potentially dangerous FreeType, zlib and libpng builds by default. 1759 Disable xterm and XRX builds per default. 1760 1761commit 42fc70b180fe3e19423cca6182149dc6a4da834a 1762Author: Egbert Eich <eich@suse.de> 1763Date: Fri Jan 21 14:25:26 2005 +0000 1764 1765 Alan Cox requested that we check the kernel version before we use kernel 1766 VGA font save/restore as the required features have been added to Linux 1767 2.6.11 (Bugzilla #2277). 1768 1769commit 5127d2c6967ddb017b3ecd1c1b1bdf06cb90e59c 1770Author: Egbert Eich <eich@suse.de> 1771Date: Fri Jan 14 18:42:25 2005 +0000 1772 1773 Let the OS instead of X save/restore text console fonts on Linux. So far we 1774 relied on the generic VGA layer to restore text console fonts for us 1775 when shutting down the server or VT switching back to the text console. 1776 This has worked rather well but it has some downsides on Linux: a. Many 1777 people use fbdev as console text mode. In this case it is not necessary 1778 to save/restore console fonts as the console is running in graphics 1779 mode anyway. b. Some architectures don't have a fbdev console but 1780 require a full POST of even the primary card (ie. IA64). This posting 1781 has to take place before we even have a chance to save anything. 1782 Therefore the fonts we save are the once written to the chip by POST, 1783 not what has been programmed by the user. c. Certain chipsets utilize 1784 the BIOS to perform mode setting. This may interfer with the vga 1785 save/restore font function in a strange way. It would therefore be 1786 preferrable to let the OS - which has been used to set up the font in 1787 the first place - take care of saving/restoring the data. I will attach 1788 a patch which will do so for Linux. To make this fully functional a 1789 small patch needs to be applied to the Linux kernel. To disable this 1790 feature add: #define DoOSFontRestore NO to your host.def. (Bugzilla 1791 #2277) 1792 1793commit 91c03d24df78576aeb72643131673a7e89400a66 1794Author: Adam Jackson <ajax@nwnk.net> 1795Date: Fri Jan 14 05:53:48 2005 +0000 1796 1797 Use dlloader by default for loadable server builds. 1798 1799commit 58b391246436139593a775e71f3d4c8ea1ca5b77 1800Author: Kristian Høgsberg <krh@redhat.com> 1801Date: Wed Jan 12 20:15:52 2005 +0000 1802 1803 Add new evdev input driver. This driver uses the linux input layer directly 1804 and can handle both mice and keyboards. 1805 Convert this to UTF-8 again. The ChangeLog should be kept in UTF-8. 1806 1807commit 512901111b4db3922450ca7d50f2a141e781a9f5 1808Author: Egbert Eich <eich@suse.de> 1809Date: Tue Jan 11 17:09:57 2005 +0000 1810 1811 Don't build tdfx DRI driver on any platform but x86 and AXP as therequired 1812 Glide3 lib is only available there (if at all). Readability fixes 1813 (Bugzilla #2264). 1814 1815commit 7c556a1d0439fb226a2011c9ff23cefdb3dc0fbb 1816Author: Egbert Eich <eich@suse.de> 1817Date: Tue Jan 11 15:02:55 2005 +0000 1818 1819 - backing out patches that need to go in separately. 1820 1821commit dd6f9662351a9321bd5712126bc3d1c2bfa9e538 1822Author: Egbert Eich <eich@suse.de> 1823Date: Tue Jan 11 14:59:01 2005 +0000 1824 1825 Minor format fix. 1826 Added explanatory comment and debug code. 1827 Added comment. 1828 1829commit 0df4096ad73b6cb7d414c7eac715ad9af3087f9f 1830Author: Egbert Eich <eich@suse.de> 1831Date: Mon Jan 10 19:18:59 2005 +0000 1832 1833 Make MIPS build rules more standard conformant: Use a macro defined in the 1834 project specific config file for OptimizedCDebugFlags. 1835 1836commit 9744a74a1d8043d7a5b231fb1f1900943cc6867b 1837Author: Egbert Eich <eich@suse.de> 1838Date: Mon Jan 10 18:38:30 2005 +0000 1839 1840 When having a place to define DevelDrivers for AMD64 we should have 1841 reference it, too. 1842 1843commit 6e7e2a3794875651cab962cde3f9eed34c4cab3c 1844Author: Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de> 1845Date: Mon Jan 10 10:48:46 2005 +0000 1846 1847 Adjust XVendorManNameString, XVendorContact, OSName and OSVendor 1848 1849commit dc4ef63a7248109a4775efa64b3a0e67e5d5a3d8 1850Author: Egbert Eich <eich@suse.de> 1851Date: Tue Jan 4 17:27:26 2005 +0000 1852 1853 - made structure of PPC64 part look more like the other structures. 1854 - added VBE driver to PPC64. I don't know if this really makes sense, but 1855 since we are building the int10 module we should also build the vbe 1856 module. 1857 - added i915 DRM driver to list of drivers for the AMD64 architecture. 1858 - added a check for gcc versions > 3 for setting GccAliasingFlags. 1859 1860commit d443986813489a72069a792f9b65d68ddadef8f5 1861Author: nolan <nolan> 1862Date: Tue Dec 14 01:41:58 2004 +0000 1863 1864 Build the vmware driver on x86-64. 1865 1866commit 1d42453962c81a2d1a7766aef0a31f98e4dbb791 1867Author: Adam Jackson <ajax@nwnk.net> 1868Date: Sun Dec 12 21:00:44 2004 +0000 1869 1870 Bug #1054: When building dlloader modules, don't link them against any 1871 other shared libs. 1872 1873commit 4f8d31784ccedef09db9c1816d87f3d9bcbbdd0a 1874Author: Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de> 1875Date: Fri Dec 10 12:46:43 2004 +0000 1876 1877 Build libfontenc static 1878 1879commit 7388d8df0677db3cff3f69598da8931517c8e2b4 1880Author: Torrey Lyons <torrey@mrcla.com> 1881Date: Thu Dec 9 22:49:43 2004 +0000 1882 1883 Fix building with Apple gcc newer than version 3.3. 1884 1885commit b3bf0ef296436a023ebd42ed4a399ede91e48379 1886Author: Roland Mainz <roland.mainz@nrubsig.org> 1887Date: Fri Dec 3 03:33:25 2004 +0000 1888 1889 xc/config/cf/X11.tmpl 1890 //freedesktop.org/bugzilla/show_bug.cgi?id=2002): Make location of the 1891 encodings/ files configurable in the build system via adding a new 1892 |FontEncDir|-symbol to xc/config/cf/X11.tmpl (default value is 1893 |$(LIBDIR)/fonts/encodings|). 1894 1895commit e2ad12f41fca253c5d55614df509744a8a707ee1 1896Author: Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de> 1897Date: Thu Dec 2 13:38:30 2004 +0000 1898 1899 Set HasFfs to NO 1900 Fix link order problems with mingw. Add libdix.a after libmi.a. 1901 Pass -DHAS_FFS to compiler 1902 remove inline code for ffs(). It will link to dix/ffs.c instead added 1903 declaration for ffs() 1904 1905commit 8c278d99fb866e4ee397e2e74d27699971960031 1906Author: Egbert Eich <eich@suse.de> 1907Date: Tue Nov 30 08:38:44 2004 +0000 1908 1909 Make Xorg the default server to install. 1910 Avoid PIO access on IA64. Some IA64 machine check if legacy ports outside 1911 the VGA range are accessed. The ATi driver however does this to probe 1912 for ISA Mach8/32/64. Since no IA64 has ISA slots this restriction 1913 should not be relevant to the user. 1914 Avoid recursive calls of xf86scanpci(). This function normally detects that 1915 it has been called before by checking if the PCI structure is filled 1916 out. So far if this was not the case (because PCI probing has failed 1917 for some reason) the function is traversed again. With the chipset 1918 specific PCI bus probing this can lead to an endless recursive loop as 1919 the post-probing code calls xf86scanpci() from within this function. 1920 The OS specific PCI code for Linux worked only if bus 0 was populated as it 1921 checked for the presence of /proc/bus/pci/00. Fixed to check for 1922 /proc/bus/pci/<bus_to_look_for> instead. 1923 1924commit d90d10fa2a5407548401de3322c4a410571e0e8a 1925Author: Roland Mainz <roland.mainz@nrubsig.org> 1926Date: Thu Nov 25 21:46:11 2004 +0000 1927 1928 xc/config/cf/xprint_host.def 1929 //freedesktop.org/bugzilla/show_bug.cgi?id=1921): Rename 1930 "xc/config/cf/xprint_site.def" to "xc/config/cf/xprint_host.def" to 1931 clarify it's purpose. 1932 1933commit 60766559b63e5a248dc6acfb2aa77f05b62d4c1e 1934Author: Kristian Høgsberg <krh@redhat.com> 1935Date: Wed Nov 24 02:45:33 2004 +0000 1936 1937 Remove this file and all references to the binary expiry code. 1938 Remove old obsolete include/extensions/damage.h. 1939 Include srvrv_ctrl(xfree86) in macintosh US XKB symbol file so VT switching 1940 works again on mac (#1872). 1941 Remove out of place #define's of printf to xf86printf. This definition 1942 should only be in xfree86/os-support/xf86_libc.h 1943 1944commit 74a44263278c3282fe18e829cce93061fbacf4bd 1945Author: Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de> 1946Date: Mon Nov 22 14:33:28 2004 +0000 1947 1948 Enable building of multiwindow and glx on win32 1949 1950commit 6d9d0abfa7be8f05088c43d2ba6eb209446f1f50 1951Author: Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de> 1952Date: Mon Nov 15 15:06:52 2004 +0000 1953 1954 Bufzilla #1802, http://freedesktop.org/bugzilla/show_bug.cgi?id=1802 Added 1955 mingw (Win32) port 1956 1957commit 6e9923ece812920d61ab96aa617f93e9cae38e01 1958Author: Matthieu Herrb <matthieu.herrb@laas.fr> 1959Date: Thu Nov 11 15:44:30 2004 +0000 1960 1961 update shared lib revisions on OpenBSD (Bug #1828). 1962 update references to xf86site.def in comments (Bug #1827). 1963 fix kbd driver for wskbd protocol and pure wscons console driver (Bug 1964 #1825). 1965 don't add '-4' to generated default file name (bug #1826). 1966 typo in resource name (XFree86 bug #1300, X.org bug #1825) 1967 1968commit b79b989a954bb9e13351ad3a5d9cb33121a8177e 1969Author: fabbione <fabbione> 1970Date: Mon Nov 8 06:35:26 2004 +0000 1971 1972 programs/Xserver/hw/darwin/Imakefile 1973 programs/Xserver/hw/darwin/quartz/Imakefile 1974 programs/Xserver/hw/xfree86/common/Imakefile Rename XFREE86_CUSTOM_VERSION 1975 to XORG_CUSTOM_VERSION, since the former is not used anymore. Also 1976 ensure tohandle properly XFree86CustomVersion to not break actual build 1977 systems and provide smooth transition. If both XorgCustomVersion and 1978 XFree86CustomVersion are defined, the former is always preferred. 1979 config/cf/linux.cf Rename XFree86CustomVersion to XorgCustomVersion in the 1980 Debian Maintainer section. 1981 1982commit 79a12e6d7643fd45455166a59808c3e921b72ad7 1983Author: Roland Mainz <roland.mainz@nrubsig.org> 1984Date: Mon Nov 8 00:08:21 2004 +0000 1985 1986 xc/config/cf/sun.cf 1987 Fix the problem that libGLU was not being build on Solaris. This adds the 1988 missing |SharedDepCplusplusLibraryTarget| Imake rule which caused C++ 1989 libraries to be linked with plain "ld" instead of $(CXX), resulting in 1990 missing symbols when linking the library into applications which do not 1991 link to libCrun (Sun Workshop/Forte C++ runtime library) elsewhere, 1992 too. 1993 1994commit 80fb919ebc8c4b48735f725b074d88497381e49f 1995Author: Torrey Lyons <torrey@mrcla.com> 1996Date: Sat Oct 30 01:41:46 2004 +0000 1997 1998 Add BuildRootless Imake variable and ROOTLESS define. 1999 2000commit d65fc04d19cdd14dc6c0e7c091cad298def1b2d0 2001Author: Egbert Eich <eich@suse.de> 2002Date: Tue Oct 19 13:50:06 2004 +0000 2003 2004 Enabling modules and DRI for Linux HPPA. 2005 Removing hpsocket.c as it isn't used anywhere any more (Bugzilla #1584). 2006 2007commit 513261dc9c197c75229a2facbf024001367f88d6 2008Author: Egbert Eich <eich@suse.de> 2009Date: Mon Oct 18 14:26:35 2004 +0000 2010 2011 powerpc/powerpc64 build fixes. 2012 2013commit 622b89908430a6b6379eb6168def689cdccc704d 2014Author: Egbert Eich <eich@suse.de> 2015Date: Mon Oct 18 14:21:44 2004 +0000 2016 2017 Made handling of DevelDrivers for x86-64 more conformant to other 2018 platforms. 2019 Compress all font encodings (Stefan Dirsch). 2020 Fixed warnings. 2021 Turn on forwarding XNSpotLocation event to XIM server in OffTheSpot and 2022 Root mode (bugzilla #1580, James Su). 2023 Added another compose key combination for the Euro symbol (Stefan Dirsch). 2024 Added support for UTF-8 in ja_JP, ko_KR and zh_TW locales (Mike Fabian). 2025 Changed default encoding for ru from KOI8-R to ISO8859-5 (Mike Fabian). 2026 This is the encoding that is also used by glibc. We may break other 2027 libcs - lets see who complains. 2028 Added explanation for DESTDIR to install to a different directory than /. 2029 Added some early bailouts to atiprobe if PCI structure pointer is NULL to 2030 prevent sig11. 2031 XV support doesn't depend on 2D acceleration any more. This patch removes 2032 this limitation from the NSC driver. This is a patch that I have 2033 committed to XFree86 a while ago but never ported over to X.Org. 2034 Matthieu Herrb contributed some build fixes. 2035 Fixing SetDPMSTimers() so that DPMS*Time == 0 disables the appropriate 2036 timer. This takes advantage of the fact that TimerSet() with a timeout 2037 argument 0 behaves like TimerCanel(). 2038 Use /dev/xconsole (named pipe) or devpts for system logger (Werner Fink). 2039 Create missing links for backward compatibility to XFree86 (Stefan Dirsch). 2040 Changed comment to mention xorg. 2041 Changed cursor for the 'kill' action from XC_draped_box to XC_Pirate. If 2042 you don't like it we can change it back (original author unkown). 2043 Added 'pic' to the man page rendering command pipeline (Werner Fink). 2044 Added missing return value (Stefan Dirsch, Roland Mainz) 2045 2046commit 006543a8a96b15226944c7169f75e5b93b1fdaae 2047Author: Matthieu Herrb <matthieu.herrb@laas.fr> 2048Date: Sun Oct 10 12:45:25 2004 +0000 2049 2050 config/cf/OpenBSDLib.tmpl Fix shared libXaw revision numbers for OpenBSD 2051 3.6. 2052 2053commit 88908b226ad29d406c49cc43527cf13f02d9d704 2054Author: Matthieu Herrb <matthieu.herrb@laas.fr> 2055Date: Sat Oct 9 22:04:13 2004 +0000 2056 2057 Fix ProPolice support for OpenBSD (merge with the HasGccStackProtector 2058 define that was used on OpenBSD). 2059 remove -ansi from DefaultCCOptions on OpenBSD. 2060 2061commit 20d0a214ba6d0df5259e7332ec9d43dc8642b99e 2062Author: Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de> 2063Date: Mon Oct 4 21:10:42 2004 +0000 2064 2065 Bugzilla #1393: Move xorg version numbers to separate config file 2066 2067commit 886467b9c7f1b8cf1da6459db335bb546240510e 2068Author: Vladimir Dergachev <volodya@mindspring.com> 2069Date: Sat Oct 2 20:22:42 2004 +0000 2070 2071 Modified: 2072 xc/config/cf/xorg.cf Update version number and date, indicating CVS version 2073 This needs to be changed regularly as releases are made 2074 2075commit 1f0e2fb311453a4e070d2308e3ba914893224817 2076Author: Matthieu Herrb <matthieu.herrb@laas.fr> 2077Date: Sun Sep 26 17:06:45 2004 +0000 2078 2079 Hook the wsfb driver and resynchonize with OpenBSD's version. 2080 Add wsfb, a Net- and OpenBSD specific driver for dumb bitmapped wsdisplay 2081 screens. 2082 2083commit 0909f405a53c4c303a2c5f936db2d7c5815a19ad 2084Author: Matthieu Herrb <matthieu.herrb@laas.fr> 2085Date: Sat Sep 18 15:04:29 2004 +0000 2086 2087 define dependencies for libXevie for *BSD systems. 2088 fix spelling of my first name and remove duplicate. 2089 build fix. 2090 2091commit fa67a70928b91db0897a411e673cab00c5e61c1b 2092Author: Roland Mainz <roland.mainz@nrubsig.org> 2093Date: Sat Sep 18 00:30:50 2004 +0000 2094 2095 Fix for http://freedesktop.org/bugzilla/show_bug.cgi?id=1372 - Initial part 2096 of repairing XRX/Broadway support. This patch fixes both the libxrx.so 2097 plugin and the Xnest-based libxrxnest.so plugin and making them 2098 compatible to newer versions of Mozilla and removing the backwards 2099 compatibility hacks for old Netscape3.x versions with statically linked 2100 Motif. 2101 2102commit 05e61f892cafaf0600460b60a142e7dc9a199958 2103Author: Adam Jackson <ajax@nwnk.net> 2104Date: Fri Sep 17 03:04:49 2004 +0000 2105 2106 Bug #1192: Remove cfb support from drivers where its use is an option. 2107 Delete xf24_32bpp, as s3virge was the last user. Fix up some comments 2108 to refer to fb rather than cfb. 2109 2110commit a7ce0896ca4148f9a94ab115e902a44741b31899 2111Author: Roland Mainz <roland.mainz@nrubsig.org> 2112Date: Wed Sep 15 18:37:39 2004 +0000 2113 2114 Fix for http://freedesktop.org/bugzilla/show_bug.cgi?id=1381 - Enable 2115 SecureRPC code (used for goodies such as the SUN-DES-1 user2user 2116 authentification scheme) on Linux if glibc version is >= 6.3.2. 2117 2118commit 09e8954fd25b4402a028bed1d7b6879f9b9f11ed 2119Author: Kevin E Martin <kem@kem.org> 2120Date: Fri Sep 3 22:00:10 2004 +0000 2121 2122 Second round of documentation updates. 2123 2124commit f4da5e087a161e7ed5720aa8e7dddcb1958e8996 2125Author: Kevin E Martin <kem@kem.org> 2126Date: Fri Sep 3 16:18:18 2004 +0000 2127 2128 First set of documentation updates. 2129 Include more correct fix for rootless interaction with damage (Bug #1168, 2130 Keith Packard). 2131 2132commit 98c41c44c16ef323ca27fb4a3bbf67a2c372c4c8 2133Author: Kevin E Martin <kem@kem.org> 2134Date: Thu Sep 2 08:48:41 2004 +0000 2135 2136 Update release number and date for RC4. 2137 2138commit fb69f61872ee49e881f3c3d3ba6cda85793b9148 2139Author: Kevin E Martin <kem@kem.org> 2140Date: Thu Sep 2 05:50:38 2004 +0000 2141 2142 Clean up defines for Xprint support and fix BuildServersOnly build for 2143 libXaw. 2144 2145commit 7cc9d5b8ac1fb2177b593bdf9faf05bf5f5206d8 2146Author: Kevin E Martin <kem@kem.org> 2147Date: Thu Sep 2 01:23:45 2004 +0000 2148 2149 Enable XtransFailSoft on cygwin and Darwin (Bug #1029, Alexander Gottwald, 2150 Torrey T. Lyons). 2151 2152commit b777c92ef8c170d170698a88284457e732b24247 2153Author: Kevin E Martin <kem@kem.org> 2154Date: Thu Sep 2 01:10:28 2004 +0000 2155 2156 Bump major version number of libXaw (Bug #1273). 2157 2158commit 2d6cf1a76fc5767946de6b0a502aa9eb83d218c4 2159Author: Egbert Eich <eich@suse.de> 2160Date: Mon Aug 30 14:26:53 2004 +0000 2161 2162 Make handling of XtransFailSoft Imake variable more consistent. It needs to 2163 receive a boolean value now (Alexander Gottwald). 2164 2165commit 4c4afd6b695ba36ab4f80ebdab9f50eb4293c203 2166Author: Kevin E Martin <kem@kem.org> 2167Date: Mon Aug 30 13:32:51 2004 +0000 2168 2169 AIX Imake config file updates (Bug #1234, Dan McNichol). 2170 2171commit fa1df95ff98b04fce5fab2dd6975dba365617368 2172Author: Egbert Eich <eich@suse.de> 2173Date: Mon Aug 30 12:49:50 2004 +0000 2174 2175 Fix: move flag for HARD_FAIL in Xtransutil.c to the correct setting of the 2176 Imake variable. 2177 Fix Imake condiditon for LynxOS (Thomas Mueller). 2178 2179commit 6f78fa3c1d3fb04ea3f0ab664fbc5253461c98fa 2180Author: Kevin E Martin <kem@kem.org> 2181Date: Sun Aug 29 22:02:35 2004 +0000 2182 2183 Fix typo that caused both X.Org and XFree86 servers to be built on 2184 OpenBSD/AMD64 (Bug #1231, Matthieu Herrb). 2185 2186commit 0476eaa22eae191c8ccd99eced9041f77e579f0b 2187Author: Kevin E Martin <kem@kem.org> 2188Date: Sun Aug 29 21:06:00 2004 +0000 2189 2190 Fix make install when BuildServersOnly is YES (Bug #1213). 2191 Fix build failures when UseDeprecatedKeyboardDriver is YES and 2192 DoLoadableServer is NO (Bug #1229, Kristian H�gsberg). 2193 Fix failure when using DLL loader and LD_BIND_NOW is set (Bug #1212, Adam 2194 Jackson). 2195 2196commit 1b8ef3efedb0b340397ed41106713f1bc1a603f2 2197Author: Kevin E Martin <kem@kem.org> 2198Date: Sat Aug 28 14:48:12 2004 +0000 2199 2200 Update release number and date for RC3. 2201 2202commit bfc1f89d07762c45b6bf0c2278b34a7eac592763 2203Author: Egbert Eich <eich@suse.de> 2204Date: Fri Aug 27 22:47:44 2004 +0000 2205 2206 Set the define XtransFailSoft to restore the old behavior to fail softly 2207 when socket directory cannot chowned/chmod to correct user/group. This 2208 should be added on a per OS basis which hasn't been done. 2209 2210commit da190a65b5fd9362194e744c7028a0d806269a07 2211Author: Egbert Eich <eich@suse.de> 2212Date: Fri Aug 27 19:27:11 2004 +0000 2213 2214 Added support for LynxOS 4.0 (Thomas Mueller). 2215 Fix arm netwinder build (Donnie Berkholz). 2216 2217commit 9e57311410f840fa235d03d24fd303e8fb319e19 2218Author: Egbert Eich <eich@suse.de> 2219Date: Fri Aug 27 13:26:22 2004 +0000 2220 2221 Fixed UseInstalled handling when cross compiling when building with 2222 different ProjectRoot. Set X11ProjectRoot to the ProjectRoot on the 2223 build host (where the binaries that run on the build host live) 2224 (Alexander Gottwald). 2225 2226commit 97ef1ef17a506d911711cf1e1caeec9305373d6a 2227Author: Egbert Eich <eich@suse.de> 2228Date: Thu Aug 26 11:58:04 2004 +0000 2229 2230 Fixed support for LynxOS 3.1 (LynxOS 4 will follow) (Thomas Mueller). 2231 2 2232 2233commit 305cc11251e72aa7606ab7225b3c592732041e38 2234Author: Kevin E Martin <kem@kem.org> 2235Date: Wed Aug 25 00:30:41 2004 +0000 2236 2237 Fix hangs during startup with Radeon driver (Bug #1007, Sjoerd Simons). 2238 Fix i810 driver startup on Sony VAIO laptop (Bug #1084, Dave Airlie). 2239 Fix several library build problem (Bug #1147). 2240 Fix build problems (Bugs #1148 and #1149). 2241 2242commit acd9d627415ce0beaf485823795e58cff950cf3c 2243Author: Jim Gettys <jg@freedesktop.org> 2244Date: Sat Aug 21 02:06:44 2004 +0000 2245 2246 Add Wraphelp.c to lib/Xdmcp, at long last, along with the U.S. government 2247 required notifications. The website notification went up first. 2248 Clean up Wraphelp.c so that it compiles cleanly. 2249 I chose the version Australian version written for R5 written by Eric 2250 Eay@psych.psy.uq.oz.au, as I don't know where the original one was, and 2251 didn't want to touch XFree86. 2252 Make HasXdmAuth YES for xorg. 2253 2254commit e2cb5a66e2623afd55191cc99c808535365fef22 2255Author: Kevin E Martin <kem@kem.org> 2256Date: Thu Aug 19 16:28:42 2004 +0000 2257 2258 Fix the build on Solaris/sparc to use Xorg server instead of the deprecated 2259 Xsun (Bug #1134, Alan Coopersmith). 2260 2261commit 36bc182eeba757d0e71d2bb74cfde0982639bfd1 2262Author: Kevin E Martin <kem@kem.org> 2263Date: Wed Aug 18 23:12:49 2004 +0000 2264 2265 Fix libXevie build on Darwin (Bug #1124, Torrey T. Lyons). 2266 Fix libOSMesa build on Darwin (Bug #1125, Torrey T. Lyons). 2267 Fix libGL build on Mac OS X 10.3.0-3 (Bug #1127, Torrey T. Lyons). 2268 2269commit 90f6c172b161fb7c9c6223518d5968c546edb1dc 2270Author: Kevin E Martin <kem@kem.org> 2271Date: Wed Aug 18 00:51:32 2004 +0000 2272 2273 Update release and date for RC2. 2274 2275commit 795b28047c5aa9b2a5fb75883cc58b4fe29e4f8b 2276Author: Kevin E Martin <kem@kem.org> 2277Date: Tue Aug 17 18:15:46 2004 +0000 2278 2279 Add SharedXevieReqs for cygwin (Bug #1108, Alexander Gottwald). 2280 2281commit 6fe99b747fcce557106784e5c564696f57efa903 2282Author: Kevin E Martin <kem@kem.org> 2283Date: Mon Aug 16 22:48:50 2004 +0000 2284 2285 Update release and date for first RC. 2286 Fix kbd/keyboard driver for DoLoadableServer NO. 2287 Revert change since it is better to set date in the config files. 2288 2289commit 4444b3a7053408fa144ba82ce0cda9ec015a30ce 2290Author: Kristian Høgsberg <krh@redhat.com> 2291Date: Mon Aug 16 16:36:14 2004 +0000 2292 2293 As discussed and agreed on on the release-wranglers meeting of August 16, 2294 I'm committing the patch from bug #1060 to back out unconditional 2295 Xprint functionality. 2296 Back out Xprint changes. 2297 Revert xman to CVS of June 5, revert xlogo to CVS of May 8, revert xedit to 2298 CVS of April 25, to back out unconditional Xprint support. 2299 Fix up Xprint config logic to be like the rest of the extensions: 2300 BuildXprint is a one-stop option for disabling everything Xprint 2301 related. XprtServer controls building Xprt, BuildXprintLib controls 2302 building Xprint libs and BuildXprintClients controls building clients 2303 related to Xprint. BuiltXprint defaults to YES and the other options 2304 respects relevant settings, i.e. BuildServer and BuildServersOnly. 2305 Build Xaw regardless of BuildXprintLib setting. 2306 Only build xphelloworld, xplsprinters and xprehashprinterlist when 2307 BuildXprintClients it YES. Disable building xmore, it has always 2308 supported XawPrintShell. 2309 Make Xprint support depend on BuildXprintLib. 2310 2311commit ee7e6fb1f1163fc284a6591910f15082d36c40b1 2312Author: Kristian Høgsberg <krh@redhat.com> 2313Date: Sun Aug 15 00:58:42 2004 +0000 2314 2315 config/cf/DGUX.cf, config/cf/QNX4.cf, config/cf/bsdi.cf, config/cf/isc.cf, 2316 config/cf/lynx.cf, config/cf/mach.cf, config/cf/nto.cf, 2317 config/cf/sco5.cf, config/cf/sgi.cf, config/cf/sun.cf, 2318 config/cf/x386.cf Enable compilation of old keyboard driver for these 2319 platforms by default (#1070). 2320 2321commit f38b7d995112898bb6a9d3416f73fff7e27b131b 2322Author: Eric Anholt <anholt@freebsd.org> 2323Date: Sun Aug 15 00:03:36 2004 +0000 2324 2325 Bug #909: Remove incorrect HasGhostScript YES from BSD config files. 2326 2327commit 8c05d76f7f58a41d308af41150530d54b2942c03 2328Author: Alan Coopersmith <Alan.Coopersmith@sun.com> 2329Date: Fri Aug 13 22:44:03 2004 +0000 2330 2331 Bugzilla #1055: "#define BuildXprint NO" is broken (6.7.99.2) If XprtServer 2332 is undefined, but BuildXprint is defined, then BuildXprint should set 2333 XprtServer as well. 2334 Remove extra setting of XprtServer - just let it use the setting in 2335 X11.tmpl 2336 2337commit 4ddde89177109174f7890e0c48445362ae2a74eb 2338Author: Kristian Høgsberg <krh@redhat.com> 2339Date: Fri Aug 13 17:21:43 2004 +0000 2340 2341 Add .PHONY target when using GNU make. This will speed up make in general, 2342 but more importantly fix #1042. 2343 2344commit e8b81528a74e3359f522fb3fba64370997ec4a7f 2345Author: Kristian Høgsberg <krh@redhat.com> 2346Date: Thu Aug 12 14:35:55 2004 +0000 2347 2348 Update PPC64 defines to use XorgServer instead of XF86Server. 2349 2350commit 75efd26d038335c215aeae4e25df8bb137c5eed1 2351Author: Kristian Høgsberg <krh@redhat.com> 2352Date: Thu Aug 12 13:08:25 2004 +0000 2353 2354 Fix double-backslash typo. 2355 2356commit c8bd3fcd1347ad69e9fb1c391b269dcb34a5b427 2357Author: Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de> 2358Date: Thu Aug 12 08:53:39 2004 +0000 2359 2360 bump version to 6.7.99.2 2361 2362commit 3a3196703aa0ae510f6ba701fee71f96331fa7d4 2363Author: Kevin E Martin <kem@kem.org> 2364Date: Thu Aug 12 05:11:57 2004 +0000 2365 2366 Update version and date for next snapshot 2367 2368commit e03eafb0fc87f1d67d030684d5f47db1fa987ce9 2369Author: Kevin E Martin <kem@kem.org> 2370Date: Wed Aug 11 23:01:30 2004 +0000 2371 2372 Fix Xnest and Xdmx builds when BuildServersOnly is YES (Bug #1026, 2373 Alexander Gottwald, Kevin Martin). 2374 2375commit 86ef3ff4848ea1959bbefe5a8587042000cd7591 2376Author: Kevin E Martin <kem@kem.org> 2377Date: Wed Aug 11 21:14:01 2004 +0000 2378 2379 Apply PPC64 build patch (Bug #303, Mike A. Harris, Alan Coopersmith). 2380 2381commit 30cfbd75c79e305dd11cf2266b1d36a042c4b513 2382Author: Matthieu Herrb <matthieu.herrb@laas.fr> 2383Date: Wed Aug 11 19:46:20 2004 +0000 2384 2385 typo. 2386 2387commit dd4bc833cef1aa085806e2e4f3b31b9a319f5012 2388Author: Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de> 2389Date: Tue Aug 10 21:43:56 2004 +0000 2390 2391 marked Cygwin/X as 6.7.99.1 2392 2393commit 683e864a1fc60dc99f0f174836f22c0759b4e024 2394Author: Kevin E Martin <kem@kem.org> 2395Date: Tue Aug 10 21:37:35 2004 +0000 2396 2397 Update version to 6.7.99.1 and fix problem with snapshot string generation. 2398 2399commit 807e2659691df0ca28ed0d64ebb681a82e269a2e 2400Author: Kevin E Martin <kem@kem.org> 2401Date: Mon Aug 9 22:37:21 2004 +0000 2402 2403 Fix install problem on platforms not using xorg.cf/xfree86.cf (Bug #339, 2404 Harold L. Hunt II, Alexander Gottwald). 2405 Fix crash when using X core font in zh_CN.UTF-8 locale (Bug #368, Yu Shao, 2406 David Dawes). 2407 Fix glXMakeCurrent(Dpy, None, NULL) crash (Bug #719, Adam Jackson). 2408 HP-PA build fix (Bug #828, Guy Martin, Paul Anderson). 2409 Fix SDK build for GATOS and Wacom driver (Bug #829, Bryan Stine). 2410 Fix attempt to read video ROM before enabling it (Bug #843, Ivan 2411 Kokshaysky, Mike A. Harris). 2412 Fix detection of primary adapter (Bug #843, Ivan Kokshaysky, Mike A. 2413 Harris). 2414 Clarify xset man page description of how to use the keyboard repeat rate 2415 settings (Bug #846, Mike A. Harris). 2416 Fix problem where print-screen key would get remapped to sys-req in certain 2417 keymaps, which broke GNOME printscreen functionality (Bug #847, Owen 2418 Taylor). 2419 Fix several render problems: 2420 - MMIO mode support 2421 - Hang on IGP chips 2422 - VT switching hang 2423 - 3D render corruption (Bug #922, Hui Yu). 2424 2425commit 73ba8b3a6671cdc567c1eb0900735aaf4baca771 2426Author: Kevin E Martin <kem@kem.org> 2427Date: Mon Aug 9 02:08:34 2004 +0000 2428 2429 - Fix building without Xfixes extension 2430 - Fix building without Xevie 2431 - Fix building without DPMS 2432 - Fix "Extensions" section config file support to accept general boolean 2433 options 2434 2435commit b59283e34674e01e7d8a9cb9e28378602e6266ac 2436Author: Kristian Høgsberg <krh@redhat.com> 2437Date: Sun Aug 8 20:56:56 2004 +0000 2438 2439 Disable legacy keyboard driver "keyboard", unless 2440 USE_DEPRECATED_KEYBOARD_DRIVER is defined. Print warning if the old 2441 driver is used. 2442 2443commit 76b50be2ce52d4a13a4e1f9888c58b7a25fcf913 2444Author: Thomas Winischhofer <thomas@winischhofer.net> 2445Date: Sat Aug 7 12:37:39 2004 +0000 2446 2447 update shared libries revisions on OpenBSD to track libc ABI changes 2448 (committed on behalf of Matthieu Herrb) 2449 2450commit 24b3872595d11c355ba7c8985c167e46b65b37a2 2451Author: Keith Packard <keithp@keithp.com> 2452Date: Sat Aug 7 01:05:32 2004 +0000 2453 2454 Fix Debian section to respect NothingOutsideProjectRoot directive 2455 2456commit ac9fdc98840b1aaeb0d9f5597531eb49cd177f56 2457Author: Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de> 2458Date: Tue Aug 3 09:55:49 2004 +0000 2459 2460 cygwin will use the external freetype again 2461 2462commit 7e0ae9f4e113bc38c38a2d38c6f8c12eae24376b 2463Author: Eric Anholt <anholt@freebsd.org> 2464Date: Tue Aug 3 07:28:55 2004 +0000 2465 2466 Fix build with BuildComposite by linking the composite library into the 2467 servers before damage/xfixes, and enable BuildComposite by default now. 2468 Note that the Composite extension is still disabled at run-time by 2469 default. 2470 2471commit c2ac021e3ddb8c720b7d73df42ffeed3cfd3df12 2472Author: Egbert Eich <eich@suse.de> 2473Date: Mon Aug 2 19:35:07 2004 +0000 2474 2475 Removed distro specific stuff. 2476 Fixed FreeType module to build with FreeType versions older than 2.1.7. 2477 Fixed typo. 2478 Added vtSema to protect call of driver DPMS function. 2479 removed unneeded variable 2480 Modified RandR driver hook to reduce the number of function calls to one. 2481 Function is sufficiently generic to be extended in the future. 2482 2483commit 73f5876a7906e28f724826ad34546969d43d46b3 2484Author: Matthieu Herrb <matthieu.herrb@laas.fr> 2485Date: Sat Jul 31 16:14:02 2004 +0000 2486 2487 Added SharedXfixesReqs, SharedXdamageReqs and SharedXcompositeReqs 2488 2489commit 4748698e20864dfc2ffd0566b50427069b63037b 2490Author: Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de> 2491Date: Sat Jul 31 12:29:52 2004 +0000 2492 2493 Added SharedXfixesReqs, SharedXdamageReqs and SharedXcompositeReqs 2494 2495commit 09fd732f8c113c2ccf9504134809f0dde58f5878 2496Author: Eric Anholt <anholt@freebsd.org> 2497Date: Sat Jul 31 05:50:38 2004 +0000 2498 2499 Bring in Xfixes, Xdamage, and Xcomposite userland from xserver CVS: 2500 - Update Xfixes headers to protocol major version 3. 2501 - Add composite headers. 2502 - Add libXfixes, libXdamage, and libXcomposite. 2503 - Add imake glue for new libraries, but leave Composite off by default 2504 until issues are resolved. 2505 2506commit 6f9ea61baddc108676aae96905feb5168e7334eb 2507Author: Stuart Kreitman <stuart.kreitman@sun.com> 2508Date: Sat Jul 31 01:38:58 2004 +0000 2509 2510 Integration of XEVIE branch to trunk - turn on the XEVIE build 2511 https://freedesktop.org/bugzilla/show_bug.cgi?id=947 Modified Files: 2512 X11.tmpl 2513 2514commit 44c06b866ddf518703e2afe6a18ce3d2d08b3eb7 2515Author: Torrey Lyons <torrey@mrcla.com> 2516Date: Fri Jul 30 18:22:06 2004 +0000 2517 2518 Add initial Xinput support for XDarwin (Greg Parker). 2519 2520commit 732a2f47eca4f12d8d2bb2c62530d5716036e9c5 2521Author: Kevin E Martin <kem@kem.org> 2522Date: Thu Jul 29 23:43:39 2004 +0000 2523 2524 Use LibraryTargetName when not building a loadable server 2525 Move extern function declarations to window.h 2526 Cleaned up code since client's saveSet is no longer defined as a pointer* 2527 Added externs back in 2528 Change #if to #ifdef to fix compiler warning 2529 Add function declarations that were inadvertently removed by previous check 2530 in 2531 Disable extensions that are not (yet) supported by DMX 2532 2533commit fcb07e2367cbcdd4ad74d1dc73cc7bba0a6d70a7 2534Author: Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de> 2535Date: Wed Jul 28 08:32:39 2004 +0000 2536 2537 only set CaseSensitiveFileSystem when not CrossCompiling 2538 2539commit 2d8316b9342df38c7add1f0e076f2b3232942a57 2540Author: Alan Coopersmith <Alan.Coopersmith@sun.com> 2541Date: Wed Jul 28 03:57:19 2004 +0000 2542 2543 Fix shared reqs for Xlibi18n, Xaw6 & Xmu for Solaris 2544 Improved support for Compose and Kana Lock LED's on Sun keyboards 2545 Add event definitions for additional keys on Sun Japanese keyboards 2546 VUID mouse protocol support for Solaris Make default mouse message clearer 2547 on machines that use a default other than /dev/mouse. 2548 2549commit 9c6413004f0f541c9f7d78b6a7aa52e7b34c3386 2550Author: Roland Mainz <roland.mainz@nrubsig.org> 2551Date: Wed Jul 28 03:24:29 2004 +0000 2552 2553 Refix for https://freedesktop.org/bugzilla/show_bug.cgi?id=909 - Disable 2554 build of PDF documents where GhostScript may not work at build time. 2555 2556commit bb256585b0058c0effbeca9656e3288b58712fd2 2557Author: Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de> 2558Date: Tue Jul 27 21:32:47 2004 +0000 2559 2560 added --enable-runtime-pseudo-reloc to ExtraLoadFlags use make -C dir to 2561 step into subdirectories define BourneShell as /bin/bash -e to have 2562 make stopping after a subdir failed 2563 2564commit 78d651aba6c981c59a324f55070855cc7fafa563 2565Author: Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de> 2566Date: Tue Jul 27 20:40:41 2004 +0000 2567 2568 cygwin has no freetype 2.1.9 yet. use internal freetype. I will reevaluate 2569 after Bug 925 has been resolved 2570 2571commit 8d91dc6f510ff95e8c25a8ca8057771ed08018fe 2572Author: Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de> 2573Date: Tue Jul 27 09:53:14 2004 +0000 2574 2575 Merge latest changes from CYGWIN branch 2576 Use find | xargs combination instead of simple shell globbing to prevent 2577 commandline argument overflow 2578 2579commit c77e172f8fa7f212e3c71b11a0351d7f3db8d619 2580Author: Alan Coopersmith <Alan.Coopersmith@sun.com> 2581Date: Mon Jul 26 16:54:21 2004 +0000 2582 2583 Add LINTXLIBONLY macro to match lint library dependencies Fix 2584 LinkHardCopyPS macro to work with Solaris make 2585 config/cf/sun.cf Improved lint flags for the lint included with Sun 2586 compilers 2587 2588commit 04adf0f48f04e4fcd0f2827df362bce698023a48 2589Author: Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de> 2590Date: Mon Jul 26 10:44:40 2004 +0000 2591 2592 Bugzilla #921: link without linker definition file 2593 2594commit 037484fe69539d48e390c67277bfcfdca5bba7f6 2595Author: Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de> 2596Date: Mon Jul 26 08:24:13 2004 +0000 2597 2598 Bugzilla #912: Wraps linking of name.ps -> name.PS in an extra define which 2599 is empty for CaseSensitiveFileSystem == NO 2600 Bugzilla #912: Test for CaseSensitiveFileSystem before linking KBlib.ps.gz 2601 -> XKBlib.PS.gz 2602 2603commit 6586de48ed16839b4a3c41b1ce12b7e6e17bc8cb 2604Author: Matthieu Herrb <matthieu.herrb@laas.fr> 2605Date: Sat Jul 24 16:32:39 2004 +0000 2606 2607 Bugzilla #884: OpenBSD/amd64 support. 2608 2609commit f3fe0eaf090c924145efe3abdb246ed73fc3a947 2610Author: Eric Anholt <anholt@freebsd.org> 2611Date: Fri Jul 23 17:53:33 2004 +0000 2612 2613 - Remove unnecessary CppManTarget(via,) which produced multiple target 2614 definition warnings. 2615 - Change the VIA DDX to tell clients to look for unichrome_dri.so, the 2616 module that X.Org distributes. 2617 - Move the VIA DRI into DevelDRIDrivers because it is still insecure. See: 2618 http://dri.sourceforge.net/IRC-logs/20040628.txt 2619 2620commit 2a0e5fb3a771eef065d978d7e6f04df994c1cc6b 2621Author: Eric Anholt <anholt@freebsd.org> 2622Date: Fri Jul 23 05:36:14 2004 +0000 2623 2624 - Add a new option, BuildDevelDRIDrivers, which controls whether 2625 DevelDRIDrivers is non-empty. DevelDRIDrivers contains those drivers 2626 aren't built by default either due to being unusable on that 2627 architecture (but buildable for testing) or due to security concerns, 2628 as in the mach64 and savage cases. 2629 - Merge the Mach64 DDX's DRI support, under the XF86DRI_DEVEL define, which 2630 is set only when BuildDevelDRIDrivers is set. 2631 - Fix up of the sets of DRI drivers built for various architectures. 2632 - Fix build of unichrome DRI driver, which is now enabled on x86. 2633 2634commit 01ac037c4c3773b49e1312e5bda135df02b65751 2635Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk> 2636Date: Thu Jul 22 19:24:50 2004 +0000 2637 2638 Thu Jul 22 20:03:11 2004 Soeren Sandmann <sandmann@daimi.au.dk> 2639 Call MMX solid fill routine when available. 2640 Call MMX operations when available. 2641 New HasGcc34 macro 2642 New file with many operations implemented with MMX intrinsics, conditional 2643 on having GCC 3.4 on i386. 2644 2645commit 885dff3be727bdc026f5e7ec9d0dbca255921a33 2646Author: Eric Anholt <anholt@freebsd.org> 2647Date: Thu Jul 22 06:39:04 2004 +0000 2648 2649 Bugzilla #909: Remove HasGhostScript YES default from these .cfs, as it's 2650 causing build failures for users on these platforms (not available, or 2651 fails when processing files). 2652 2653commit 8a1bd001223ac0fc23cb139d64ae23ee44e5245d 2654Author: Eric Anholt <anholt@freebsd.org> 2655Date: Wed Jul 21 07:31:09 2004 +0000 2656 2657 Remove the VENDOR_DEFINES from ALLDEFINES, as the quoting on VENDOR_DEFINES 2658 was breaking some old imake software, and it really doesn't seem like 2659 an appropriate define for all imake-using software. Instead, add it to 2660 the DEFINES of those pieces that need it. 2661 2662commit 88cc5952b8c9d4815665e160e3ef17f25ef65e3a 2663Author: Roland Mainz <roland.mainz@nrubsig.org> 2664Date: Tue Jul 20 19:31:48 2004 +0000 2665 2666 Fix for http://freedesktop.org/cgi-bin/bugzilla/show_bug.cgi?id=899 - 2667 Fixing Solaris builds bustage caused by the checkin bug #891. 2668 2669commit ce53e7db1430990a79e96f9ce206d6fbc4fc051c 2670Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk> 2671Date: Tue Jul 20 17:48:09 2004 +0000 2672 2673 Tue Jul 20 19:38:06 2004 Soeren Sandmann <sandmann@daimi.au.dk> 2674 Set font_data->xlfd_data to NULL after XFree(). (#837, patch from Bastien 2675 Nocera). 2676 Tue Jul 20 18:23:32 2004 Soeren Sandmann <sandmann@daimi.au.dk> 2677 Use /dev/urandom on Linux.(#761). 2678 2679commit 1644a3f4f73e24a613f0682ccbb12ae99221b031 2680Author: Roland Mainz <roland.mainz@nrubsig.org> 2681Date: Mon Jul 19 21:07:32 2004 +0000 2682 2683 Fix for http://freedesktop.org/bugzilla/show_bug.cgi?id=891 - Fixing some 2684 installation problems with hardcopy dirs. 2685 2686commit 965c266bf6f0b59541c73eceefb5a26f2246b456 2687Author: Eric Anholt <anholt@freebsd.org> 2688Date: Sat Jul 17 22:17:24 2004 +0000 2689 2690 - Default to assuming that ports that can be built without the xorg pieces 2691 being installed are installed before the xorg build begins. #define 2692 HasStandardPorts NO can turn this behavior off. Also fixes some 2693 freetype issues related to it looking in the wrong place. 2694 - While here, remove some unnecessary #if nesting in threads. 2695 2696commit f54e0f2e574341e0c032a2043bcab6910af4a4c1 2697Author: Eric Anholt <anholt@freebsd.org> 2698Date: Sat Jul 17 21:16:17 2004 +0000 2699 2700 Wrap CcCmd and CplusplusCmd in #ifndef to kill lots of warnings when 2701 changing them in host.def (common for ccache). 2702 2703commit 664e6d03246c56a366cc42a735f54e9b95922d86 2704Author: Eric Anholt <anholt@freebsd.org> 2705Date: Sat Jul 17 21:14:36 2004 +0000 2706 2707 Be sure to set the DmxLibrary-related defines to NO if BuildDmxLibrary is 2708 NO. Kills a lot of preprocessor warnings. 2709 2710commit c11dd36c89795440dd0c6fc07b532de53435f345 2711Author: Roland Mainz <roland.mainz@nrubsig.org> 2712Date: Tue Jul 13 08:55:20 2004 +0000 2713 2714 Fix for http://freedesktop.org/cgi-bin/bugzilla/show_bug.cgi?id=862 - 2715 Solaris performance improvements using some magic" compiler flags 2716 (-zlazyload -zcombreloc -xstrconst -xildoff etc.) 2717 2718commit 0cfb988be34f84a64a8751277a990de4c6972107 2719Author: Roland Mainz <roland.mainz@nrubsig.org> 2720Date: Tue Jul 13 01:43:27 2004 +0000 2721 2722 Fix for http://freedesktop.org/bugzilla/show_bug.cgi?id=824 - SuSE Linux 2723 Build error in "mkfontscale.c:857: error:" 2724 2725commit 02dd123e383bedc06a80c02960c5b981fa16f3ca 2726Author: Kevin E Martin <kem@kem.org> 2727Date: Tue Jul 6 23:50:59 2004 +0000 2728 2729 - Disable building DMX on OSs that have not been verified to build 2730 correctly (Kevin Martin). 2731 - Fix DMX build when Xinerama is not enabled (Kevin Martin). 2732 2733commit fe0c0b1346e9a30d58979782c2270a8a74c51cd0 2734Author: Egbert Eich <eich@suse.de> 2735Date: Tue Jul 6 14:37:46 2004 +0000 2736 2737 Separated Intel drivers from default DriDrivers to avoid building them on 2738 IA64 (Egbert Eich). 2739 Fixed wrong function prototype (Egbert Eich). 2740 Don't test for generic VGA on IA64 (Egbert Eich). 2741 Fixed a segfault when accessing a structure before verifying the pointer 2742 exists (Egbert Eich). 2743 Added a showcache option for debugging (Egbert Eich). 2744 Increase default video RAM size to 16MB when DRI is enabled and more than 2745 128MB are available (Egbert Eich). Fixed lockups during mode switch. 2746 Problem was introduced when attempting to copy the behavior during 2747 LeaveVT()/EnterVT() but but forgetting to call I810DRILeave() before 2748 I810DRIEnter(). The entire DRILeave()/Enter() scenario has been 2749 commented out as it didn't seem to be necessary (Egbert Eich). 2750 Fix TweakMemorySize() (tested with i855/i865) (Egbert Eich). 2751 increased MAX_DEVICES to 128 (Egbert Eich). 2752 Use OS provided PCI config space access as default method (Egbert Eich). 2753 Added support for Linux 2.6 proc file format. 2754 Fixed unaligned accesses to pieces of the VBE info block. VESA did not 2755 align elements to size (Egbert Eich). 2756 2757commit bfd2eb06b68637d1acc24093bdfac2ccda65dee6 2758Author: Eric Anholt <anholt@freebsd.org> 2759Date: Sun Jul 4 22:49:49 2004 +0000 2760 2761 Bugzilla #757: Remove incorrect HasMotif YES defaults for linux and BSDs. 2762 Also fix Motif imake goop to handle motif not being in /usr/X11R6 2763 better. 2764 2765commit 08e05f9de79f8922cc4212aba8bac81bfca8df08 2766Author: Kevin E Martin <kem@kem.org> 2767Date: Wed Jun 30 20:06:51 2004 +0000 2768 2769 Add Distributed Multihead X (DMX) support 2770 2771commit a93e6bd73650c4638163f1bd324431d4dcc2968e 2772Author: Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de> 2773Date: Sun Jun 27 15:55:35 2004 +0000 2774 2775 There is no need for a modified ComplexProgramTarget_1 any more 2776 2777commit b8dda2b36df0f29cc52f1c8f0c8eee4bd48f552c 2778Author: Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de> 2779Date: Sat Jun 26 16:26:18 2004 +0000 2780 2781 When crosscompiling do not use install -s but call strip from 2782 CrossCompileDir instead 2783 2784commit e6deb276e47067b8099b89c1c1582802f14fcda8 2785Author: Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de> 2786Date: Sat Jun 26 16:21:20 2004 +0000 2787 2788 Remove automatic appending of .exe to PROGRAMS in ComplexProgramTarget_1 2789 2790commit 0febcd38b0098788e07b40730915e5cc32bfe3da 2791Author: Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de> 2792Date: Fri Jun 25 09:45:51 2004 +0000 2793 2794 include Makefile.dep with sinclude 2795 2796commit b4fe3908618ec43d5b0151e4437c2c389e5ef7c0 2797Author: Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de> 2798Date: Fri Jun 25 09:01:14 2004 +0000 2799 2800 #Bug 785: make build of xterm configurable 2801 2802commit 44624c50d08cca06ac211fc000c19dce823f2a34 2803Author: Alan Hourihane <alanh@fairlite.demon.co.uk> 2804Date: Tue Jun 22 15:14:32 2004 +0000 2805 2806 enable i915 driver and deprecate i830 3D driver 2807 2808commit 894750e775f6ffae34ad0859a99eeddd3af95c0e 2809Author: Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de> 2810Date: Mon Jun 21 13:27:06 2004 +0000 2811 2812 Bug 777: Merge from CYGWIN branch 2813 2814commit 3af4363084544492683cbfcb94d75d41072d739b 2815Author: Eric Anholt <anholt@freebsd.org> 2816Date: Wed Jun 16 09:46:14 2004 +0000 2817 2818 imake updates for DRI-trunk-20040613 2819 2820commit f92af6fc2dcccabea7011b5db31bbc138813fd4b 2821Author: Alan Coopersmith <Alan.Coopersmith@sun.com> 2822Date: Sun Jun 13 04:50:20 2004 +0000 2823 2824 Manual page X(7) does not reference Xprt(1x), xplsprinters(1x), etc. 2825 xc/config/cf/Imake.rules Correct comment to match rule name for 2826 InstallDriverSDKObjectModule 2827 xc/programs/Xserver/hw/xfree86/os-support/sunos/sun_kbd.c Log results of 2828 ioctls to probe keyboard type & layout 2829 2830commit dd82ff0ef2cc35962911267abcb96bf9c78add9b 2831Author: Eric Anholt <anholt@freebsd.org> 2832Date: Fri May 28 23:34:53 2004 +0000 2833 2834 Bugzilla #640: Eliminate the XThrStub library and clean up/fix threading 2835 defines on FreeBSD/OpenBSD. Includes removal of 2836 lib/XThrStub/UIThrStubs.c after repocopy to xc/lib/X11. 2837 2838commit ca4f6389619f0773636ec783d2c42a569e704763 2839Author: Egbert Eich <eich@suse.de> 2840Date: Mon May 24 19:06:57 2004 +0000 2841 2842 Fix build glitches when building modules independently using Imake. 2843 2844commit b97c4f84b82423388122a5f02518fb281a676d79 2845Author: Alan Coopersmith <Alan.Coopersmith@sun.com> 2846Date: Sat May 22 19:20:06 2004 +0000 2847 2848 Set HasMkstemp to YES on Solaris 2849 xc/programs/xman/man.c 2850 xc/programs/xman/man.h 2851 xc/programs/xman/misc.c 2852 xman cannot display SGML man pages on Solaris 2853 2854commit 721fafebf3cfd58f5823ecb97dc9ac1adc5bd0ab 2855Author: Eric Anholt <anholt@freebsd.org> 2856Date: Tue May 18 21:29:45 2004 +0000 2857 2858 - Clean up xorg.cf by factoring out many common defines. 2859 - Make the fbdev driver only build on Linux (fbdevhw is just stubs on other 2860 OSes). 2861 - Add AFB to AMD64 build, and include XF86OSCardDrivers. 2862 http://freedesktop.org/cgi-bin/bugzilla/attachment.cgi?bugid=448 2863 http://freedesktop.org/cgi-bin/bugzilla/attachment.cgi?bugid=449 2864 2865commit bde1ebc6f9626b11da56a0530ff1307a60df30fc 2866Author: Egbert Eich <eich@suse.de> 2867Date: Thu May 6 17:31:16 2004 +0000 2868 2869 BugZilla #601: Fixing makedepend choking on floating point exception 2870 because CHAR_BIT is defined to __CHAR_BIT__ which is a compiler 2871 intrinsic define. BugZilla #605: Fixing build on IA64 which is broken 2872 due to the inclusion of the kernel header asm/page.h. Kernel headers 2873 however don't work with 2874 -ansi. The inclusion of asm/page.h can however savely be removed as it 2875 there are plenty of other ways to determine the page size. 2876 2877commit d19d0fc7f12a0887330330f622b6858610a377b1 2878Author: Roland Mainz <roland.mainz@nrubsig.org> 2879Date: Thu May 6 15:08:25 2004 +0000 2880 2881 No bugid - removing |#define HasFreetype2 NO| from xc/config/cf/site.def 2882 which was checked-in accidently with one of my recent patches. Sorry... 2883 2884commit 748dbd1782ba839fd81f1d4b3b3d12cf258ec07a 2885Author: Roland Mainz <roland.mainz@nrubsig.org> 2886Date: Tue May 4 22:58:59 2004 +0000 2887 2888 Fix for http://pdx.freedesktop.org/cgi-bin/bugzilla/show_bug.cgi?id=595 - 2889 RFE: Retire XTT font module and FreeType1 from xorg tree. The 2890 functionality of XTT has been integrated into the FreeType font module 2891 and the old XTT1.x code (incl. FreeType1 in xc/extras/) is no longer 2892 needed anymore. 2893 2894commit a759a065c3ad4ac288e5770735b1928e857843bb 2895Author: Alan Coopersmith <Alan.Coopersmith@sun.com> 2896Date: Mon Apr 26 02:39:57 2004 +0000 2897 2898 xc/config/cf/sun.cf 2899 xc/config/cf/sv4Lib.rules 2900 xc/programs/Xserver/Imakefile 2901 xc/programs/Xserver/hw/xfree86/os-support/sunos/find_deps.pl Make Solaris 2902 builds work when using MakeDllModules (it's not the default yet, but at 2903 least it works now if you turn it on) Also improve default compiler, 2904 optimizer, & linker flags for Solaris builds using either Sun cc or gcc 2905 xc/programs/Xserver/cfb/Imakefile.inc 2906 xc/programs/Xserver/cfb/stipsparc.s 2907 xc/programs/Xserver/cfb/stipsprc32.s Remove text relocation error when 2908 building shared versions 2909 2910commit 21c3ff0a21a18bf7242fb92857245b19e9f34745 2911Author: Roland Mainz <roland.mainz@nrubsig.org> 2912Date: Sun Apr 25 23:06:26 2004 +0000 2913 2914 Fix for http://pdx.freedesktop.org/cgi-bin/bugzilla/show_bug.cgi?id=547 - 2915 RFE: Disable FONTCACHE extension in the Xorg default build 2916 2917commit 94eeb6d89d65e4818d62093fe1b3c40b4180d827 2918Author: Roland Mainz <roland.mainz@nrubsig.org> 2919Date: Sun Apr 25 22:54:00 2004 +0000 2920 2921 Fix for http://pdx.freedesktop.org/cgi-bin/bugzilla/show_bug.cgi?id=549 - 2922 RFE: Xorg default build should run with |BuildType1| set to |NO| (The 2923 xc/lib/font/FreeType/ font rasterizer will now handle PBA/PFB fonts by 2924 default). 2925 2926commit 064ef4db36b71b03ec920e5934633af9c9ddaf82 2927Author: Roland Mainz <roland.mainz@nrubsig.org> 2928Date: Sun Apr 25 22:34:12 2004 +0000 2929 2930 Fix for http://pdx.freedesktop.org/cgi-bin/bugzilla/show_bug.cgi?id=548 - 2931 RFE: Remove Speedo font support from the Xorg default build 2932 2933commit d32b8d447fd6b91294fc73b406a98b45fdf0611a 2934Author: Alan Coopersmith <Alan.Coopersmith@sun.com> 2935Date: Sat Apr 24 23:39:25 2004 +0000 2936 2937 XOpenDisplay should try tcp connection if local connections fail (aka Sun 2938 bug id #4624183). 2939 Also includes fix from NetBSD Problem Report #25098 (Michael van Elst) 2940 (Xlib segfaults with IPv6 if compiled with HASXDMAUTH). 2941 xc/config/cf/sunLib.tmpl 2942 xc/lib/FS/Imakefile Add missing shared library dependencies for Solaris 2943 2944commit a3ff52d12aa7d5f4e5a138bc7c62b5f44d29e8b4 2945Author: Egbert Eich <eich@suse.de> 2946Date: Fri Apr 23 18:41:59 2004 +0000 2947 2948 Merging XORG-CURRENT into trunk 2949 2950commit 2ca96d133adb9063b728d9b70827ba8c750e209a 2951Author: Egbert Eich <eich@suse.de> 2952Date: Tue Mar 23 12:46:30 2004 +0000 2953 2954 file xorgsite.def was initially added on branch XORG-RELEASE-1-TM. 2955 2956commit 1912c1edc51b610efbac2ad9127cd5623fa4a12b 2957Author: Egbert Eich <eich@suse.de> 2958Date: Wed Mar 17 20:18:12 2004 +0000 2959 2960 file xorg.cf was initially added on branch XORG-RELEASE-1-TM. 2961 2962commit 8b19ad0b8f884e7978cabeb4a63a60c328225582 2963Author: Egbert Eich <eich@suse.de> 2964Date: Wed Mar 17 20:18:12 2004 +0000 2965 2966 file xorg.tmpl was initially added on branch XORG-RELEASE-1-TM. 2967 2968commit cc997af0f29c37a18f5785582c866b28f3a1204b 2969Author: Egbert Eich <eich@suse.de> 2970Date: Sun Mar 14 08:27:25 2004 +0000 2971 2972 Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004 2973 2974commit 8ba8d0cc309746d7944325bf8b9fda480a33b187 2975Author: Egbert Eich <eich@suse.de> 2976Date: Wed Mar 3 12:09:38 2004 +0000 2977 2978 Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004 2979 2980commit 7a4946bb20fa6bbfabda5e536afc6745fba5b69a 2981Author: Egbert Eich <eich@suse.de> 2982Date: Thu Feb 26 13:34:15 2004 +0000 2983 2984 readding XFree86's cvs IDs 2985 2986commit 42f2be27111fad93eaa75b87dacd4a7904c470ec 2987Author: Egbert Eich <eich@suse.de> 2988Date: Thu Feb 26 09:21:14 2004 +0000 2989 2990 Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004 2991 2992commit b90aa2f43159e264e0811160df32c6da88ee8b66 2993Author: Kaleb Keithley <kaleb@freedesktop.org> 2994Date: Mon Feb 23 20:33:15 2004 +0000 2995 2996 Import most of XFree86 4.4RC3. This import excludes files which have the 2997 new license. If we want to, later we can import 4.4RC3 again and pick 2998 up the files that have the new license, but for now the vendor branch 2999 is "pure." 3000 3001commit 0f069ce681ea5268712b6cb19a7baae1dea4550a 3002Author: Egbert Eich <eich@suse.de> 3003Date: Thu Jan 29 08:06:33 2004 +0000 3004 3005 Importing vendor version xf86-012804-2330 on Thu Jan 29 00:06:33 PST 2004 3006 3007commit b777f9330ca35d78ee1fdfd69cfd90023c08da7a 3008Author: Kaleb Keithley <kaleb@freedesktop.org> 3009Date: Fri Dec 19 20:52:51 2003 +0000 3010 3011 XFree86 4.3.99.902 (RC 2) 3012 3013commit 609e67134f76f287a2b83d5b62bc53bce57253fa 3014Author: Kaleb Keithley <kaleb@freedesktop.org> 3015Date: Thu Dec 4 22:01:30 2003 +0000 3016 3017 XFree86 4.3.99.901 (RC 1) 3018 3019commit ea2a0b7d5958a702bdbcecc17c9c4dea8ce6def5 3020Author: Kaleb Keithley <kaleb@freedesktop.org> 3021Date: Tue Nov 25 19:26:55 2003 +0000 3022 3023 XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folks 3024 3025commit 272f68b2bffd736cede856a96231afe237261c8d 3026Author: Kaleb Keithley <kaleb@freedesktop.org> 3027Date: Fri Nov 14 16:48:20 2003 +0000 3028 3029 XFree86 4.3.0.1 3030 3031commit 978fce56ab5d93678618fad722f69c464df12c3f 3032Author: Kaleb Keithley <kaleb@freedesktop.org> 3033Date: Fri Nov 14 16:48:20 2003 +0000 3034 3035 Initial revision 3036 3037commit eed72b25dc7cb310799989a441f16e1ef346d424 3038Author: Kaleb Keithley <kaleb@freedesktop.org> 3039Date: Fri Nov 14 15:54:29 2003 +0000 3040 3041 R6.6 is the Xorg base-line 3042