commit f83c3406389d0487e7b2cbdc2cfbd32fd1aa2fed
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Tue Feb 21 18:21:16 2023 -0800

    xorg-cf-files 1.0.8
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit ebb320bf2aa8de75270eb580705deb2b1d144a54
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Wed Feb 15 11:15:32 2023 -0800

    configure: Switch to XORG_DEFAULT_NOCODE_OPTIONS
    
    Stop running all sorts of compiler tests we don't need since there
    is no code in this module to compile.  Requires xorg-macros 1.20.
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit b6ece89e454a94c96e6f4592fe58ac6d534f16f3
Author: WANG Xuerui <xen0n@gentoo.org>
Date:   Sun Jan 22 16:44:50 2023 +0800

    Add support for Linux/LoongArch

commit 3cf266086c36169b019973c71d9752bae6445222
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Tue Jan 10 15:28:31 2023 -0800

    meson: simplify installation of empty *.def files
    
    Suggested-by: Emmanuele Bassi <ebassi@gnome.org>
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit 86e14513f1246b12525909f01a78b99901b33435
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Tue Jan 10 15:20:28 2023 -0800

    meson: modernize some usage in meson.build & .gitlab-CI.yml
    
    Suggested-by: Emmanuele Bassi <ebassi@gnome.org>
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit e3d3b1906560db61daacdcfc23908918dfa54f84
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Sun Jan 1 15:37:55 2023 -0800

    meson: Add option to build with meson
    
    Also updates the gitlab CI config to test both build type
    and compare the generated output/installed files.
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit 889f8a9c9ac733c62a86fa2fbc6614554eefd3ba
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Sun Jan 1 15:16:24 2023 -0800

    configure.ac: Don't pass through '${FONTROOTDIR}' into site.def
    
    Imake doesn't know how to expand shell variables, so instead we
    rely on the FontDir #define already in the site.def file.
    
    (I don't think this setting is really used in X11R7.0 or later,
     which is why no one has noticed before now, but since we set it,
     might as well set it to something that can be used instead of
     "#define FontEncDir ${FONTROOTDIR}/encodings".)
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit 8d88c559b177e832b581c8ac0aa383b6cf79e0d0
Author: Weijia <contact@weijia.wang>
Date:   Thu Dec 22 20:44:16 2022 +0100

    Add support for aarch64-darwin

commit 90b66dc73deb9ef303690370395cf831425547c7
Author: Yasuhiro Kimura <yasu@utahime.org>
Date:   Thu Oct 13 15:22:02 2022 +0900

    Fix incompatibility issue of GNU binutils 2.36 and later on FreeBSD.
    
    Commit a6d4d6223ef75119d5373fa4cc04161bcdb4e769 fixes incompatibility
    issue of GNU binutils 2.36 and later. If I check the diff of the
    commit, there seems to be asumption that the issue is specific to
    Linux. But it also happens on FreeBSD if user installs GNU binutils
    from FreeBSD ports/packages collections and '/usr/local/bin' comes
    before '/usr/bin' in the value of PATH enviroment variable. So fix the
    issue also on FreeBSD with following way.
    
    1. Introduce new macro 'HasGnuAr'.
    2. Change Imake.tmpl so it defines 'ArCmd' as 'ArCmdBase cq' if
       'HasGnuAr' is defined.
    3. Define 'HasGnuAr' in both FreeBSD.cf and linux.cf.
    
    Since 'ar' command of FreeBSD base system simply ignores 'l' option,
    it also works fine even if GNU binutils isn't installed.

commit 159a6b5118a6d8a7ed1660620657337e09c58eaa
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Thu Oct 13 15:03:22 2022 -0700

    More typo fixes
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit 219b2cb0350817d9fff9ee3ca746ccec162dc6af
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Thu Jul 28 17:30:21 2022 -0700

    gitlab CI: stop requiring Signed-off-by in commits
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit 01357ea5e3072b16a89e087355d2c7bb5db7d7d4
Author: Emil Velikov <emil.l.velikov@gmail.com>
Date:   Mon Mar 9 12:00:52 2015 +0000

    autogen.sh: use quoted string variables
    
    Place quotes around the $srcdir, $ORIGDIR and $0 variables to prevent
    fall-outs, when they contain space.
    
    Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
    Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit e9bda51aebd2eacf32ecbfc1c76457fc7066a5eb
Author: Peter Hutterer <peter.hutterer@who-t.net>
Date:   Tue Jan 24 10:32:07 2017 +1000

    autogen.sh: use exec instead of waiting for configure to finish
    
    Syncs the invocation of configure with the one from the server.
    
    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
    Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit 123946c0ed54fa8b74d9a6200b71e2da5eb84ef1
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Fri Jun 17 12:21:01 2022 -0700

    Use AC_CONFIG_FILES to replace the deprecated AC_OUTPUT with parameters
    
    configure.ac:36: warning: AC_OUTPUT should be used without arguments.
    configure.ac:36: You should run autoupdate.
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit 2b250d86fb74910f0022686fc4161945aba2be34
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Sat Jan 15 16:05:37 2022 -0800

    Fix spelling/wording issues
    
    Found by using:
        codespell --builtin clear,rare,usage,informal,code,names
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit 027da8ee0f3628078e5fd364a4d67fa84a35b304
Author: Marek Szuba <marecki@gentoo.org>
Date:   Tue Aug 10 08:57:00 2021 -0700

    Linux/RISC-V support
    
    Fixes: #2
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit b147369cb685929c62efcd29b4a6c0313cb90d39
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Sat Jan 15 14:51:01 2022 -0800

    Build xz tarballs instead of bzip2
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit d74f9cfe2fd2f62baeaf9f68c6ac637c48917024
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Sat Jan 15 14:49:53 2022 -0800

    gitlab CI: add a basic build test
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit 8142029c10379002a3f00094060b78e9d55e8322
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Sun Aug 1 17:59:14 2021 -0700

    xorg-cf-files 1.0.7
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit a6d4d6223ef75119d5373fa4cc04161bcdb4e769
Author: Petr Písař < <ppisar@redhat.com>
Date:   Mon Mar 29 10:45:10 2021 +0200

    Imake.tmpl: Invoke "ar cq" with binutils
    
    GNU binutils 2.36 repurposed "l" modifier. It used to be ignored, now
    it specifies the dependencies of a static library to be recorded in an
    archive.
    
    That broke nas which uses imake as a build configiration tool:
    
    $ 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
    ar: libdeps specified more than once
    
    This patch changes AR command from "ar clq" to "ar cq" if binutils are
    used.
    
    <https://bugzilla.redhat.com/show_bug.cgi?id=1943274>

commit ab38ff414778dd115414da00b065c73608dfd0d9
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Fri Dec 7 20:17:33 2018 -0800

    Update configure.ac bug URL for gitlab migration
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit d9ac2abeabc4b39bd2c1f1d903d34b0d055a4b30
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Mon Nov 19 23:33:43 2018 -0800

    Update README for gitlab migration
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit d47131ed97ee491bb883c29ec0b106e8d5acfcd3
Author: Than Ngo <than@redhat.com>
Date:   Thu Jul 5 10:42:09 2018 -0400

    linux: Update LinuxDistribution == LinuxRedHat section
    
    The imake config files in Fedora Core 5+ and Red Hat Enterprise Linux 5+
    have been shipping with this patch, which has then shamefully languished
    in the srpm and never been merged. Correct this oversight.
    
    [Than wrote the patch, I just wrote the commit message - ajax]
    
    Signed-off-by: Adam Jackson <ajax@redhat.com>

commit fbeeff56339e4d15a4a42b5e19edc12befde8f6e
Author: Mihail Konev <k.mvc@ya.ru>
Date:   Thu Jan 26 14:00:22 2017 +1000

    autogen: add default patch prefix
    
    Signed-off-by: Mihail Konev <k.mvc@ya.ru>

commit 689d873a035c05a9d6a39feb13a028762bf781e0
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Mon Dec 21 17:25:23 2015 -0800

    xorg-cf-files 1.0.6
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit 94a91b48847cd0af8ba15e2edac7a36114974979
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Fri Dec 11 17:03:45 2015 -0800

    Remove os2def.db from EXTRA_DIST
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit 6238441708c58156015a8db66881ff49b380ba49
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Fri Dec 11 17:01:45 2015 -0800

    README: reword status section
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit 8c11e021a8412d53ae01d351e66ebc07267a3ad9
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Fri Dec 11 16:52:16 2015 -0800

    sun.cf: Sun Studio 12.0 & later compilers prefer -m32/-m64
    
    Use those flags instead of -xarch when the compiler is new enough
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit 513f4a0a8f68491995c7a6a3594c51b6ab84a3a1
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Fri Dec 11 16:28:38 2015 -0800

    sun.cf: limit SysV man page sections to Solaris 2.0-11
    
    All others (including other SunOS/Solaris releases) use the
    traditional Bell Labs / BSD / Linux section numbering.
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit 9d00e1f1f5cbb05ad45cc50efce7663ab92bb225
Author: Andreas Boll <andreas.boll.dev@gmail.com>
Date:   Thu Dec 10 21:38:35 2015 +0100

    Imake.tmpl: Use gzip -n to not save the timestamps
    
    Change default GzipCmd to `gzip -n` so that packages depending on
    xutils-dev (Debian package which contains util/cf) can be built
    reproducibly.
    
    As an example xtel can be built reproducible with this patch.
    
    Fixes bug:
    https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=789964
    
    Suggested-by: Dhole <dhole@openmailbox.org>
    Signed-off-by: Andreas Boll <andreas.boll.dev@gmail.com>
    Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit a7cbc7b0c905f11fe4ee20e50dc4284e116c11ac
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Sun Jul 26 11:17:55 2015 -0700

    Remove very out of date OS2 DLL mappings for no-longer-shipped makedef.cmd
    
    Haven't been updated since 2003 to reflect new functions and libraries
    and can't be used since we no longer ship xc/config/util/makedef.cmd.

commit fa898f4fe6f7dbdd7c07ab32b3b57f5d7c25901a
Author: James Cloos <cloos@jhcloos.com>
Date:   Sat Sep 6 14:05:57 2014 -0400

    Minor adjustment to the or1k patch.
    
    Protect the definition of OpenRISC1000Architecture w/in an ifndef
    like the other cpu sections do.
    
    Signed-off-by: James Cloos <cloos@jhcloos.com>

commit 3c4f28ceeefcb038eb3cf0ff65c4e80f16f26a50
Author: Manuel A. Fernandez Montecelo <manuel.montezelo@gmail.com>
Date:   Mon Aug 11 00:18:59 2014 +0100

    Add support for OpenRISC 1000 (or1k) CPU
    
    Signed-off-by: Manuel A. Fernandez Montecelo <manuel.montezelo@gmail.com>
    Signed-off-by: James Cloos <cloos@jhcloos.com>

commit 5bf89151abdfdb1e5c183df9f28ee57b75e33c03
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Sat May 31 21:39:32 2014 -0700

    autogen.sh: Honor NOCONFIGURE=1
    
    See http://people.gnome.org/~walters/docs/build-api.txt
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit e3275108cb618a8b42d30cff9116821e767c78b7
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Sat May 31 21:38:41 2014 -0700

    configure: Drop AM_MAINTAINER_MODE
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit e5be807d9e91f11d7244c8e895b6266d54125b1d
Author: Thomas Klausner <wiz@NetBSD.org>
Date:   Thu Mar 20 11:33:06 2014 +0100

    Always include xorg.cf for GccAliasingArgs.
    
    (regardless of server support on this plattform)
    
    Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
    Signed-off-by: Thomas Klausner <wiz@NetBSD.org>

commit c91790bc2a6eb024ae09a8e78a889375fd6c74f0
Author: Thomas Klausner <wiz@NetBSD.org>
Date:   Thu Mar 20 11:32:39 2014 +0100

    NetBSD: add AMD64Architecture, fix Arm32Architecture.
    
    Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
    Signed-off-by: Thomas Klausner <wiz@NetBSD.org>

commit 2d586d8c0fe5190a6ab0958ee586e9a8c0a02d72
Author: Riku Voipio <riku.voipio@linaro.org>
Date:   Fri Dec 6 15:37:36 2013 -0800

    add DefaultGcc2AArch64Opt to xorg.cf
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit 2e0400cfc1d946f22efd40a6780a830d2210c83d
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Mon Jul 22 22:23:02 2013 -0700

    xorg-cf-files 1.0.5
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit 6028282ab3270b392ca5139bf2ddb66fee683a25
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Sun Jul 7 17:39:05 2013 -0700

    sun.cf: stop linking libraries merged into libc in later Solaris releases
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit f39ce4263c1fdc9ebd56ad721bf34736a861066e
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Sun Jun 30 12:46:18 2013 -0700

    Remove xprint_host.def
    
    Was used for controlling build of Xprint server & components in the
    old monolithic tree, not relevant for imake's remaining tasks of
    building old X programs/libraries from outside the monolith that
    haven't yet moved to a newer build system.
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit 31f5bd379984f78bbbecf493e6344664ef1d83df
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Sun Jun 30 12:41:15 2013 -0700

    Trim trailing whitespace
    
    Performed with: perl -i -p -e 's{[\t ]+$}{}' *
    Verified with: git diff --ignore-space-at-eol
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit 0d1be73c26f3636e024637d12c3befd8a9956cfc
Author: Riku Voipio <riku.voipio@linaro.org>
Date:   Mon Apr 22 14:24:13 2013 +0300

    Add Aarch64 support
    
    This patch is based on follow patch by Dirk Müller <dirk@dmllr.de> :
    
    https://build.opensuse.org/package/view_file?expand=1&file=aarch64-support.diff&package=xorg-cf-files&project=devel%3AARM%3AAArch64%3A12.3
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit 6630dfc049ab9a00807befe9e1d9853dbc703050
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Mon Aug 6 21:56:07 2012 -0700

    Update xorgversion.def from 7.6 to 7.7
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit 509259ea17285eda77bdc07161298af767447e67
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Thu Aug 2 17:55:47 2012 -0700

    On Solaris 11 & later, use /usr/gnu/bin/install for InstallCmd
    
    Older Solaris releases use /usr/ucb/install from the SunOS 4 compatibility
    packages, but the EOL of that package has been announced now that it has
    been 20 years since the SunOS 4.x -> Solaris 2.x transition.
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
    Reviewed-by: Jay Cotton <jay.cotton@oracle.com>

commit a724e4438e76438a9524ea7b112adc9d8e075ccb
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Wed Jan 5 20:31:00 2011 -0800

    xorg-cf-files 1.0.4
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit 5e65933ae549ef31e81c0255bcf9548437f9b535
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Wed Jan 5 20:29:37 2011 -0800

    config: Add missing AC_CONFIG_SRCDIR
    
    Regroup AC statements under the Autoconf initialization section.
    Regroup AM statements under the Automake initialization section.
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit db69115d0795bf12b096e38a95b1668b580c93f0
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Wed Jan 5 20:28:26 2011 -0800

    Update xorgversion.def from 7.5 to 7.6
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit de29e23f62d2c7deab4ace29d5897b36f5166076
Author: Jeremy Huddleston <jeremyhu@apple.com>
Date:   Tue Aug 17 10:30:51 2010 -0700

    Add support for darwin x86_64
    
    Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>

commit d43a6b81c76a51a3d29376c86183955e4490ada0
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Mon Apr 26 23:40:42 2010 -0700

    Add .gitignore
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit 6f2b44b45dafa01839960793b763509d7a72fd6b
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Mon Apr 26 23:37:49 2010 -0700

    Update README & COPYING files
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit 7331d171b0d1c5da62e9f168cf59eeb19eddec19
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Mon Apr 26 23:21:44 2010 -0700

    Use INSTALL_CMD from xorg-macros-1.4 to make INSTALL file
    
    Also bump minimum autoconf version to 2.60 for consistency with other
    X.Org modules
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit 245bf35aa111b0aace9d4de3e81c07f68776c9d4
Author: Matthieu Herrb <matthieu.herrb@laas.fr>
Date:   Thu Apr 22 22:43:39 2010 +0200

    Remove libXp from XawClientLibs
    
    libXaw has lost Xp support some times ago.
    
    Signed-off-by: Matthieu Herrb <matthieu.herrb@laas.fr>
    
    Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit e042d1e888893f61deb1d3b30f89bd6196ac9169
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date:   Thu Oct 15 16:00:33 2009 -0700

    Use font-util 1.1 macros to set FontDir and FontEncDir in site.def
    
    Replaces cygwin.cf rules to manually set these paths.
    
    Signed-off-by: Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>

commit 4b8577d83788bc7613c1e27eba9d80bd8bda9c08
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date:   Thu Oct 15 09:57:01 2009 -0700

    List X.Org version as 7.5 instead of 6.8.99.903
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>

commit 6c7e5535955e9beb15fb4e8d3e83b7e5d9298829
Author: Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
Date:   Thu Oct 15 11:25:51 2009 -0500

    cf: Update Cygwin rules
    
    Signed-off-by: Yaakov Selkowitz <yselkowitz@users.sourceforge.net>

commit 46ec61a400c67120584188c035378019a5f31bc5
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date:   Wed Oct 14 10:40:55 2009 -0700

    xorg-cf-files 1.0.3
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>

commit 97c5d4f2165e23189ba56323c33b1b8c805d2efa
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date:   Wed Oct 14 08:35:22 2009 -0700

    Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>

commit e2b8ea83e5cd13efe30e48e87523280baa71b64d
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date:   Wed Oct 14 08:31:08 2009 -0700

    Change default MotifDir from /usr/X11R6 to ProjectRoot (Bug #5614)
    
    Reported-by: Bernhard Rosenkraenzer <bero@arklinux.org>
    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>

commit 47c32af372a2ed1abd746b30691fbe46b839b4c4
Author: Peter Hutterer <peter.hutterer@who-t.net>
Date:   Tue Jul 21 14:19:52 2009 +1000

    Remove duplicate os2Lib.rules entry from Makefile.am.
    
    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>

commit e9b3646e9148d37c816c7efe5d3341a1b613dad7
Author: Gaetan Nadon <memsize@videotron.ca>
Date:   Wed Jul 8 10:15:25 2009 -0400

    cf: use XORG_CHANGELOG macro to create ChangeLog. #22611
    
    Build break: Makefile.am: command not found: git-log
    
    Adding the macro in configure.ac and use it in Makefile.am
    Refer to: https://bugs.freedesktop.org/show_bug.cgi?id=22611
    Tested: running autogen.sh, make and 'make dist'
    
    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>

commit 579a13903a9981a02defaa0cb2b32ea640afd574
Author: James Cloos <cloos@jhcloos.com>
Date:   Thu Dec 6 16:39:15 2007 -0500

    Replace static ChangeLog with dist-hook to generate from git log

commit 66a03083cc1ceede4fe0d999533fab5247b77ad0
Author: Jeremy C. Reed <reed@glacier.reedmedia.net>
Date:   Tue Dec 19 19:13:45 2006 -0600

    For DragonFly: if BuildDmx is not defined, set to YES. And
    change CompressManPages to NO. This is from "pkgsrc" which is the
    package system for DragonFly.

commit 7f58ae2adf46407b3f128fbdd29ef5eda39dc5be
Author: Jeremy C. Reed <reed@glacier.reedmedia.net>
Date:   Tue Dec 19 19:01:26 2006 -0600

    For NetBSD.cf: Support AMD64/ia64 and use GccAliasingArgs (so doesn't
    lose -fno-strict-aliasing on non-i386). This is from NetBSD's pkgsrc.

commit 9c8ca4fe2066924754c3c1ea78ef0788ceaf320b
Author: Robert Millan <rmh@aybabtu.com>
Date:   Fri Jul 14 18:50:34 2006 -0700

    Bug #6310: GNUArchitecture needed for GNU/kFreeBSD
    
    <https://bugs.freedesktop.org/show_bug.cgi?id=6310>

commit d09fa6e0b3b021cd4f16f444964f05d4bcae0557
Author: Adam Jackson <ajax@nwnk.net>
Date:   Fri May 19 18:40:24 2006 +0000

    Bump to 1.0.2

commit 3ca574a51927067f958f2eca5f106cf215aee2f5
Author: Matthieu Herrb <matthieu.herrb@laas.fr>
Date:   Sat Apr 15 15:55:25 2006 +0000

    rman is not built by modular tree.
    DefaultRGBDatabase is now in share/X11
    Generate site.def from site.def.in to set ProjectRoot to $prefix
    Add
    Remove Bugzilla #6607. ok ajax.

commit 8a28830626893e7730acf54b8dce17bb23b44436
Author: Jeremy C. Reed <reed@reedmedia.net>
Date:   Fri Feb 3 03:02:44 2006 +0000

    INSTALLMINORREV = true for DragonFly. Help DragonFly since the package
        build system knows and uses these "minor revisions". As discussed with
        DragonFly developer, Joerg Sonnenberger. And I was told this is
        probably just an historic artifact from a.out versioning (but would be
        hard to change for FreeBSD because many ports pkg-plists would need to
        be changed).

commit c9398641220d49a3b07ba24b8f516529a3138ee7
Author: Kevin E Martin <kem@kem.org>
Date:   Wed Dec 21 02:30:07 2005 +0000

    Update package version for X11R7 release.

commit 3cdf87736d17ad8b420d5eac4a3fa07c9ef89c01
Author: Adam Jackson <ajax@nwnk.net>
Date:   Mon Dec 19 16:36:01 2005 +0000

    Stub COPYING files

commit 792492c53d200e0bac653756790434a170983ca7
Author: Kevin E Martin <kem@kem.org>
Date:   Thu Dec 15 00:24:40 2005 +0000

    Update package version number for final X11R7 release candidate.

commit c6ac2005b95ed188821fd877b467d85e1e2019e8
Author: Kevin E Martin <kem@kem.org>
Date:   Sat Dec 10 16:29:39 2005 +0000

    Add configure option to set config install dir.

commit cb6a93f506301182dd654618167a7c41bd53c410
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
Date:   Sun Dec 4 03:17:09 2005 +0000

    Version bump

commit 4fc8995d6bdcd564ddd94a58ea1703018c81a612
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
Date:   Sat Dec 3 17:20:48 2005 +0000

    Set DlLibrary to -lc on Solaris 10, since libdl was merged into libc.
    Replace hardcoded -ldl with DlLibrary.

commit 9582b2c69749a368b810b4789f7143bfd9648a12
Author: Kevin E Martin <kem@kem.org>
Date:   Sat Dec 3 05:49:47 2005 +0000

    Update package version number for X11R7 RC3 release.

commit 5010028352206714829552fc1f0c7dfe7a001ec4
Author: Adam Jackson <ajax@nwnk.net>
Date:   Wed Nov 30 05:59:07 2005 +0000

    typo fix again. what's wrong with me?

commit 0d9083eecd632b9c670cef21896ca4b15eaeae8c
Author: Adam Jackson <ajax@nwnk.net>
Date:   Wed Nov 30 05:20:06 2005 +0000

    Bug #4828: Better fix for NetBSD thread lib. (Jeremy C. Reed)

commit 6216dae3d4f4a822cd4f4db7ced091b53d60d229
Author: Kean Johnson <kean@armory.com>
Date:   Mon Nov 21 01:16:18 2005 +0000

    Set HasSnprintf to NO becuase setting it to YES implies at least UNIX98,
        possibly C99 semantics, which neither OS supports.

commit 576211ebe60870752fef382e79a301ada9ca509a
Author: Adam Jackson <ajax@nwnk.net>
Date:   Fri Nov 18 19:25:33 2005 +0000

    typo fixes

commit d0ec042e61b1d0c4f06ae508c6a1dba44cfd0d4d
Author: Adam Jackson <ajax@nwnk.net>
Date:   Fri Nov 18 18:15:23 2005 +0000

    Bug #4578: Fix cross-build of Xming. (Colin Harrison)

commit 7ed28b712a7f0d3a20abdb3b111a48a9e43edbfa
Author: Adam Jackson <ajax@nwnk.net>
Date:   Fri Nov 18 17:48:09 2005 +0000

    Bug #4726: Placate imake by building dummy host.def and friends. (Joshua
        Baergen)

commit 85f54a98979f99149aaebc6fc46bb3dc5277d495
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
Date:   Thu Nov 10 07:27:41 2005 +0000

    Version bump

commit 21859854d74c4c8ccce6eb1bc96e1d2374764316
Author: Kevin E Martin <kem@kem.org>
Date:   Wed Nov 9 21:25:56 2005 +0000

    Update package version number for X11R7 RC2 release.

commit d7adf2661c07a4fd7fddf3e7926e8ec9046dc708
Author: Kean Johnson <kean@armory.com>
Date:   Tue Nov 8 06:33:24 2005 +0000

    See ChangeLog entry 2005-11-07 for details.

commit 56d6b039c20a2c1b88805a7a91a5fca78c298c5f
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
Date:   Sun Nov 6 17:27:29 2005 +0000

    "# else if" needs to be "#elif" to work properly

commit e4d1b467358ff92951fd6e91ad71256ff1d5bd95
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
Date:   Sun Nov 6 03:49:22 2005 +0000

    Fix asm flags for 64-bit SPARC builds with Sun compilers.
    Use asm flags from sun.cf instead of duplicating settings here.

commit 589cc04561c610cc4c2c51c9286869e0ba0f04f4
Author: Adam Jackson <ajax@nwnk.net>
Date:   Sun Oct 23 18:56:08 2005 +0000

    Bug #4828: Fix compilation on NetBSD 2.1 and up. (Germain Le-Chapelain)

commit a05341fad262dbd199d1835e60a4ab6bbb02e82b
Author: Adam Jackson <ajax@nwnk.net>
Date:   Fri Oct 21 19:10:27 2005 +0000

    Bug #1466: Make building libGL with/without -fPIC configurable. (ISHIKAWA
        Mutsumi)

commit e6a39f2d971bff2625b4f32ad796e3f64091a2c6
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
Date:   Wed Oct 19 03:59:43 2005 +0000

    Version bump

commit 544e3f6ee000eeb54757a9089e6e042f859b334f
Author: Kevin E Martin <kem@kem.org>
Date:   Wed Oct 19 02:48:16 2005 +0000

    Update package version number for RC1 release.

commit f7060f5c922f0f3f9509f9d626997d6f322b0847
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
Date:   Tue Oct 18 07:06:00 2005 +0000

    Make sure FramePtrFlags is defined

commit 6f4a4b2d624f4ccaefddb3c66e23b00567551cfd
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
Date:   Mon Oct 17 02:22:33 2005 +0000

    Set HasVarRun to YES for Solaris 8 and later.

commit 00b11b1cfc2e564ce1cacccc5ee0270591e5825c
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
Date:   Fri Oct 14 02:07:56 2005 +0000

    #warning breaks older compilers

commit f8891a72747e9025a35efd11db764313fb5248a0
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
Date:   Tue Oct 11 01:20:38 2005 +0000

    Add Solaris definitions for SharedXcompositeReqs & SharedXevieReqs, add
        $(GLXLIB) to Solaris definition of SharedGLwReqs
    Solaris linker runtime library path flag fixes. Add -norunpath when
        building with Sun C++ compiler to avoid recording compiler build-time
        runpaths in output binaries.

commit bffa56a17ba4e737929792137808b7d293632a99
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
Date:   Sun Oct 9 21:52:42 2005 +0000

    Bug #975 <https://bugs.freedesktop.org/show_bug.cgi?id=975> Xfixes code in
        Xcursor not compiled when imake is used (Chris Lee)
    Add SharedXcursorReqs settings for Solaris

commit c5c4af735abc21e4af05e38fdfdf735958fe4d8f
Author: Kevin E Martin <kem@kem.org>
Date:   Thu Oct 6 04:00:51 2005 +0000

    Build system for cf files

commit 1ba9f50ade27d7f30305f6445c9722a922efcc14
Author: Adam Jackson <ajax@nwnk.net>
Date:   Wed Oct 5 17:50:28 2005 +0000

    Bug #4645: Fix InstallDriverSDKObjectSubModule for dlloader builds.

commit 14f48f35dc0e4ff844677d9dd7fb5d9b6eae0ffe
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
Date:   Mon Oct 3 16:08:44 2005 +0000

    Bug #3814 <https://bugs.freedesktop.org/show_bug.cgi?id=3814> Patch #3461
        <https://bugs.freedesktop.org/attachment.cgi?id=3461> GNU/kFreeBSD
        monolithic build system support (Robert Millan)

commit 273c9901548b5471b4e9d4cb6c5df6ee69daf9b7
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
Date:   Mon Oct 3 01:17:20 2005 +0000

    Bug #2539 <https://bugs.freedesktop.org/show_bug.cgi?id=2539> Patch #1901
        <https://bugs.freedesktop.org/attachment.cgi?id=1901> Big-endian ARM
        processor support (Lennert Buytenhek)

commit b16b95eae455aebe78f098e8e9569061daf848d9
Author: Matthieu Herrb <matthieu.herrb@laas.fr>
Date:   Sat Oct 1 16:45:48 2005 +0000

    set libxrx and libxrxnest shared revisions in X11.tmpl so that OS specific
        library template can override them if needed.

commit 8d0b1f2564a4d700544210854ebca6876325ad6f
Author: Matthieu Herrb <matthieu.herrb@laas.fr>
Date:   Sat Oct 1 16:42:11 2005 +0000

    Enable the module loader on OpenBSD/amd64. The dlopen() based loader works
        on this platform.

commit 142d9d8c35d6f86a2593b52e6edc974e9fa41d99
Author: Matthieu Herrb <matthieu.herrb@laas.fr>
Date:   Sun Sep 25 17:07:30 2005 +0000

    Update shared libraries revisions for OpenBSD 3.8.

commit f15d9c33bfbe99f93716c26c79bc1adbb8618a22
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
Date:   Thu Sep 22 23:54:18 2005 +0000

    Make libXau & libXdmcp default to shared instead of static libraries to
        match modular build. (See fd.o bugzilla #4200.)

commit b4699f13ed18f489f1752e8e3c9767397ecfa53d
Author: Matthieu Herrb <matthieu.herrb@laas.fr>
Date:   Mon Sep 12 20:46:02 2005 +0000

    Remove unsafe /tmp file creation for the formatted manual page target. Just
        make the file in the current build directory instead of temp directory.
        (Jeremy C Reed).

commit 0868e628dc595b7d4a841e91b44494f4c24090c5
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
Date:   Wed Aug 31 02:12:59 2005 +0000

    Add more shared library rev settings to match Solaris ABI.

commit 7789cbb1988c00b0c5128779963aa898bf6d41e8
Author: Matthieu Herrb <matthieu.herrb@laas.fr>
Date:   Mon Aug 29 20:54:20 2005 +0000

    Fix for StripInstalledPrograms = YES.

commit 9f87dc5696e7ba64ca47e00ae4726257210b562c
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
Date:   Thu Aug 25 04:09:45 2005 +0000

    Use system curses library on Solaris for xorgcfg text mode.

commit 4ac7ca8031b1a81864e5685e7feacd18942f328f
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
Date:   Wed Aug 24 16:27:26 2005 +0000

    Allow platforms to specify SharedGLwReqs to override REQUIREDLIBS.
    Set SharedGLwReqs for Solaris to include system Motif library.

commit eb48b5fc148988d4e357646efb5411db7c90a631
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
Date:   Tue Aug 23 20:05:03 2005 +0000

    Set Solaris linker flags to include ld mapfiles to mark various sections
        non-executable for better security and aligned to allow some
        performance tuning options, like large page-size mappings.

commit 524315413d6ca9b7e80d15ea1a505c169e649b91
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
Date:   Mon Aug 22 21:47:59 2005 +0000

    If MAKE_XKM_OUTPUT_DIR is defined, call trans_mkdir to create directory if
        it doesn't already exist. (ported from Solaris Xsun bug #5039004)
    When BuildLikeSun is set, define MAKE_XKM_OUTPUT_DIR and set the xkb output
        directory to /var/run/xkb.

commit d6d70ab227cd20afd3444bc219284951ed51996f
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
Date:   Thu Aug 18 22:38:58 2005 +0000

    Bugzilla #2901 <https://bugs.freedesktop.org/show_bug.cgi?id=2901> Patch
        #2322 <https://bugs.freedesktop.org/attachment.cgi?id=2322> Fix "make
        -n install" failure (Peter Breitenlohner)

commit 558310f364758b27158f6ce56a2524174c7a666d
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
Date:   Tue Aug 9 01:01:29 2005 +0000

    - Add missing SolarisABIFlag to AMD64 ToolkitStringsABIOptions
    - Add -z combreloc to default linker flags on Solaris
    - Add -B direct to default program link flags on Solaris

commit 2ca0547f7eae659bf49fb26deaf7fb9e518c7ce9
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
Date:   Tue Aug 2 03:21:40 2005 +0000

    Version bump

commit 62c2819a93c2cd30860b3cef2ae5d517f452b8b9
Author: Adam Jackson <ajax@nwnk.net>
Date:   Sun Jul 31 17:19:19 2005 +0000

    Post-merge fixups:
    - Disable building the gamma driver
    - Fix numerous Imakefiles to get header paths and subdirs right
    - Symlink client-side GLX lib source from Mesa
    - Add new shader subdirs to the Mesa core build
    - Tweak the DDX drivers to not ask for "xf86dri.h"; they don't need it,
        since they don't generate protocol, and it was breaking the build.

commit 7ce7c908b8e5bf4fa17975c533e2d53b216dc3e1
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
Date:   Wed Jul 27 00:34:57 2005 +0000

    Switch xload on Solaris from libkvm to libkstat so it works with both
        32-bit and 64-bit kernels, and without group kmem. Add #include
        "config.h" for modularization

commit 462fabc26459b81e681f0d5b375aa4eb5f00c68f
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
Date:   Sun Jul 24 16:28:06 2005 +0000

    Version bump

commit e071e3dd51d1c6fc14c8b162e741efa64d032482
Author: Alan Hourihane <alanh@fairlite.demon.co.uk>
