commit 6c4a1c79b3b73c63ee7f9fc52318df3c356f7eb3
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Mon Feb 27 15:50:39 2023 -0800

    font-bitstream-75dpi 1.0.4
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit cc52650593b04d54574135b53977414ac61c19ce
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Wed Feb 22 17:59:17 2023 -0800

    Use COMPRESS_FLAGS to improve build reproducibility
    
    Raises required version of font-util from 1.2 to 1.4
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit 0f2f73f94da6967e45a3f3a3b24b4649ee1381a2
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Wed Feb 15 16:03:14 2023 -0800

    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 8f800fb0f561cc83e5095e78a1ad27ebbb38773e
Author: Gaetan Nadon <memsize@videotron.ca>
Date:   Sun Nov 7 10:10:39 2010 -0800

    config: update AC_PREREQ statement to 2.60
    
    Unrelated to the previous patches, the new value simply reflects
    the reality that the minimum level for autoconf to configure
    all x.org modules is 2.60 dated June 2006.
    
    ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.60.tar.gz
    
    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>

commit 11a49b99300ea21c9ca58f6b0676cd015472e13b
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 85e313b8f5a9c73a44911ac167db9bb4b34bde22
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Wed Dec 8 15:59:41 2021 -0800

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

commit 3ba9394658cd6a0e816cf77673fcbc0c56b8f8ba
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Wed Dec 8 15:59:41 2021 -0800

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

commit 252cb4bac0e8ee563d21e8529ff0c293e36b7818
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Fri Dec 7 19:26:26 2018 -0800

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

commit 4b05eead73a73772917fcd5c1ee9285bf835bc05
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Sun Nov 18 18:27:31 2018 -0800

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

commit e5b282c3d5735ed8b1b04224e96af21d3883fe63
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 ffe085cc05d2d34356d80b1f2673c9cfd6349853
Author: Emil Velikov <emil.l.velikov@gmail.com>
Date:   Mon Mar 9 12:00:52 2015 +0000

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

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

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

commit 65d9937694a3aff5a613b4b471557cfd7dd9fd48
Author: Matthieu Herrb <matthieu@herrb.eu>
Date:   Mon Sep 12 10:39:55 2016 +0200

    Typo: font.dir -> fonts.dir
    
    Signed-off-by: Matthieu Herrb <matthieu@herrb.eu>
    
    Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
    Reviewed-by: Hans de Goede <hdegoede@redhat.com>

commit e3cc9cbcc1ce789439563bd96f2f4665eca6e2b2
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 350653c7b7e10bdfcf02a4248ab94eea81ee90c4
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 874402e3124446502da3ac708cf0731e60c23511
Author: Gaetan Nadon <memsize@videotron.ca>
Date:   Mon Oct 28 08:08:55 2013 -0400

    config: replace deprecated use of AC_OUTPUT with AC_CONFIG_FILES
    
    Fix Automake warning: AC_OUTPUT should be used without arguments.
    www.gnu.org/software/autoconf/manual/autoconf.html#Configuration-Files
    
    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>

commit e508a9afd88bf773a4c548ee722a0b8329926916
Author: Rémi Cardona  <remi@gentoo.org>
Date:   Mon Nov 15 21:42:17 2010 +0100

    font-bitstream-75dpi 1.0.3

commit 050d87416606e012d8b54de59170e73b46b810a1
Author: Gaetan Nadon <memsize@videotron.ca>
Date:   Fri Oct 15 20:09:55 2010 -0400

    config: Use the shorthand --disable-all-encodings option in font-util v1.2
    
    This option is useful to disable all possible font encodings at once,
    without fine-graining the calling ebuilds for a list of encodings
    supported by each font package.
    
    The option is parsed before all other encoding options, so it basically
    sets defaults for all of them. Afterwards, any encoding can be
    re-enabled back using '--enable-<encoding>' (much like
    '--disable-all-encodings --enable-iso8859-2').
    
    Reviewed-by: Rémi Cardona <remi@gentoo.org>
    
    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>

commit d7fa2d43630d97f21ea3cc8a0facfef969d89f9a
Author: Jesse Adkins <jesserayadkins@gmail.com>
Date:   Tue Sep 28 13:29:57 2010 -0700

    Purge cvs tags.
    
    Signed-off-by: Jesse Adkins <jesserayadkins@gmail.com>
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit e7a70399848f35806332f033b3255f20aa8bca50
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Mon Oct 4 23:56:41 2010 -0700

    font-bitstream-75dpi 1.0.2
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit 95db8e410f15f8453f4fc29052e91d9a1a07109c
Author: Gaetan Nadon <memsize@videotron.ca>
Date:   Mon Nov 23 14:23:51 2009 -0500

    Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
    
    Now that the INSTALL file is generated.
    Allows running make maintainer-clean.

commit 47848ffd0ee01e8b2d6c4e533b02039489323a2d
Author: Gaetan Nadon <memsize@videotron.ca>
Date:   Sun Oct 18 20:49:07 2009 -0400

    Makefile.am: add INSTALL target and clean ChangeLog DIST targets
    
    Add INSTALL target to generate file with INSTALL_CMD #24206
    ChangeLog is not required in EXTRA_DIST  #24432
    ChangeLog is not required in MAINTAINERCLEANFILES #24432

commit 54a379558594878297f649d913ef596105ccd5cb
Author: Gaetan Nadon <memsize@videotron.ca>
Date:   Sun Oct 18 20:34:34 2009 -0400

    INSTALL, NEWS, README COPYING or AUTHORS files are missing/incorrect #24206
    
    Add missing INSTALL file. Use standard GNU file on building tarball
    README may have been updated
    COPYING may have been updated
    Remove AUTHORS file as it is empty and no content available yet.
    Remove NEWS file as it is empty and no content available yet.

commit 3482b0cceb993f88c8305557f62c0c5490fb4854
Author: Gaetan Nadon <memsize@videotron.ca>
Date:   Mon Nov 23 13:38:51 2009 -0500

    .gitignore: use common defaults with custom section # 24239
    
    Using common defaults will reduce errors and maintenance.
    Only the very small or inexistent custom section need periodic maintenance
    when the structure of the component changes. Do not edit defaults.

commit 527c470f1f35f065c3ad995a7c9be7bb5ecf23a8
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date:   Sat Oct 10 17:29:09 2009 -0700

    font-bitstream-75dpi 1.0.1
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>

commit 2d62eb5bcaef252643db6ae8c613d970d65c0634
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date:   Wed Oct 7 15:08:06 2009 -0700

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

commit ed50df218b74259d020b5c38da54880781a0dc05
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date:   Tue Oct 6 19:14:27 2009 -0700

    Add pointers to mailing lists, bugzilla, & git to README
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>

commit a9006c4b969f42031786c801a4eceb4d6a368495
Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
Date:   Tue Jan 27 19:11:07 2009 -0200

    Janitor: Correct make distcheck and configure.ac simplification

commit f929976295548976899070862ce7270173d7ec59
Author: Andres Salomon <dilinger@debian.org>
Date:   Sat Oct 25 20:50:21 2008 +0200

    Bug#5176: cause configure to bail if mkfontscale or mkfontdir are not found
    
    Signed-off-by: Julien Cristau <jcristau@debian.org>

commit 56e59f1d37d22ca466a4956600364b0fc587e1c5
Author: James Cloos <cloos@jhcloos.com>
Date:   Thu Dec 6 16:37:51 2007 -0500

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

commit a285684d00cf51ed9cb38288b8d9397ebd3c6785
Author: James Cloos <cloos@jhcloos.com>
Date:   Mon Sep 3 05:53:04 2007 -0400

    Add *~ to .gitignore to skip patch/emacs droppings

commit a86f24e85b8db9e750995283a301c620b0c69ea5
Author: James Cloos <cloos@jhcloos.com>
Date:   Thu Aug 23 19:26:24 2007 -0400

    Rename .cvsignore to .gitignore

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

    Update package version number for final X11R7 release candidate.

commit fe0a1b1521c8632692fcea3406e699770bd3d725
Author: Kevin E Martin <kem@kem.org>
Date:   Sat Dec 3 17:08:52 2005 +0000

    Add m4 magic to allow AS_HELP_STRING to work with older versions of
        autoconf 2.57.

commit 46ec43dcbb9ce9601ee97b102b5174eb8548a244
Author: Kevin E Martin <kem@kem.org>
Date:   Sat Dec 3 05:49:39 2005 +0000

    Update package version number for X11R7 RC3 release.

commit f01683d02f7fdad880349876310038094e01717e
Author: Eric Anholt <anholt@freebsd.org>
Date:   Thu Nov 24 05:21:14 2005 +0000

    Bug #5122: Use $< instead of $^ to be portable to FreeBSD's make.

commit 7e768e1d9fbe1e4d9e9563c6b521c4b90ce33d63
Author: Eric Anholt <anholt@freebsd.org>
Date:   Tue Nov 22 02:00:19 2005 +0000

    Add .cvsignores for fonts.

commit 646dc0710c0ce3ceb68d6b602da135464428f097
Author: Kevin E Martin <kem@kem.org>
Date:   Tue Nov 15 08:29:17 2005 +0000

    Add configure option to change the installed font dir.

commit a99ef3d3211f0439b89bf2d19867f0319c0520d0
Author: Kevin E Martin <kem@kem.org>
Date:   Fri Jul 29 21:22:47 2005 +0000

    Various changes preparing packages for RC0:
    - Verify and update package version numbers as needed
    - Implement versioning scheme
    - Change bug address to point to bugzilla bug entry form
    - Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to
        reenable it)
    - Fix makedepend to use pkgconfig and pass distcheck
    - Update build script to build macros first
    - Update modular Xorg version

commit b06ba6676e27edade37a156bc77a54e902719c95
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
Date:   Tue Jul 19 02:40:05 2005 +0000

    Convert $(foreach...) to more portable suffix substitution rules

commit 239b6bf90950c96fc20c5c680e9e86aeaa5cee97
Author: Kevin E Martin <kem@kem.org>
Date:   Thu Jun 30 22:28:07 2005 +0000

    Initial build system files for font module

commit 7cd6545644229b78a0e8b1e699a5f757071e52a6
Author: Kaleb Keithley <kaleb@freedesktop.org>
Date:   Fri Nov 14 16:48:40 2003 +0000

    XFree86 4.3.0.1

commit 65770591fa6bc021949f7202c78e8f5fb6e89ace
Author: Kaleb Keithley <kaleb@freedesktop.org>
Date:   Fri Nov 14 16:48:35 2003 +0000

    Initial revision

commit 77dbca6e6e06092a52dd8e66e0b4f6c7456490a8
Author: Kaleb Keithley <kaleb@freedesktop.org>
Date:   Fri Nov 14 15:54:34 2003 +0000

    R6.6 is the Xorg base-line
