391 lines
13 KiB
Text
391 lines
13 KiB
Text
commit 05282e1160350c2340d51ac991704f7e390f8420
|
|
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
|
|
Date: Mon Feb 27 15:20:00 2023 -0800
|
|
|
|
font-alias 1.0.5
|
|
|
|
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
|
|
|
|
commit 6c91212aaa04e56008954d807b63cc11b2457257
|
|
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
|
|
Date: Wed Feb 15 15:19:31 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 b0b5d11db0dc13d4999021d936c3036479dbba64
|
|
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
|
|
Date: Mon Feb 6 17:22:24 2023 -0800
|
|
|
|
configure: replace deprecated AC_HELP_STRING with AS_HELP_STRING
|
|
|
|
This silences an autoconf warning:
|
|
|
|
configure.ac:43: warning: The macro `AC_HELP_STRING' is obsolete.
|
|
configure.ac:43: You should run autoupdate.
|
|
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
|
|
configure.ac:43: the top level
|
|
|
|
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
|
|
|
|
commit fb44b3f7caa440cee9bafb505ee4719c946a93d7
|
|
Author: Gaetan Nadon <memsize@videotron.ca>
|
|
Date: Sun Nov 7 10:10:39 2010 -0800
|
|
|
|
configure: 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 3bf5b398c0d61bb311b6e99158e2b00719ffb59b
|
|
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 e8a37317f8e5b8006a3d4419849b9a489962af7b
|
|
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
|
|
Date: Wed Dec 8 15:25:12 2021 -0800
|
|
|
|
Build xz tarballs instead of bzip2
|
|
|
|
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
|
|
|
|
commit 9f21966e52acd1a1beccdc3974331905074c8265
|
|
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
|
|
Date: Wed Dec 8 15:25:04 2021 -0800
|
|
|
|
gitlab CI: add a basic build test
|
|
|
|
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
|
|
|
|
commit 55ad2d3f0abcfc5e2ee2198e7615d2a372ed44ca
|
|
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
|
|
Date: Thu Aug 6 14:04:03 2020 -0700
|
|
|
|
font-alias 1.0.4
|
|
|
|
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
|
|
|
|
commit eda62eb3528808cfd6acc97372959136ec276801
|
|
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
|
|
Date: Fri Dec 7 19:25:57 2018 -0800
|
|
|
|
Update configure.ac bug URL for gitlab migration
|
|
|
|
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
|
|
|
|
commit 727b2422a81b08889d7107298852c801b9cadc5a
|
|
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
|
|
Date: Sun Nov 18 17:34:56 2018 -0800
|
|
|
|
Update README for gitlab migration
|
|
|
|
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
|
|
|
|
commit de34ddc03112256b4c0608d5f387419de0d723f3
|
|
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 883e29ef4942f374ee91757e78d70c57617a8e7f
|
|
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 45d892282fc05f8a1ed254c4fa7bf3723f4c9549
|
|
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 50f4974b6092f158cbce7450a6b1c7f573725038
|
|
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 a6f93e35ec46a08490413e31e3beca3fa06bd815
|
|
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 4f63896a7793bda7c57f51c64b6628fdeae4f21b
|
|
Author: Gaetan Nadon <memsize@videotron.ca>
|
|
Date: Mon Oct 28 08:08:54 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 347a616283b8e96120e8d8a95558c6204b8eecd2
|
|
Author: Gaetan Nadon <memsize@videotron.ca>
|
|
Date: Fri Oct 15 20:17:20 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 725970d993e44a2760b91bfdee7d6c2af61bffd2
|
|
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 06cff15ace5ef49bfe4ebbb02d715cbe9cedd30b
|
|
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
|
|
Date: Mon Oct 4 23:14:45 2010 -0700
|
|
|
|
font-alias 1.0.3
|
|
|
|
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
|
|
|
|
commit 0966dfa6a518d83e0883ac9ec8ff4754a1038db6
|
|
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 0f48ff7126195d15c4d55f55c97ff037e3d09ed2
|
|
Author: Gaetan Nadon <memsize@videotron.ca>
|
|
Date: Sun Oct 18 20:49:06 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 1f8141a5e3b585dfccc748400b05c9c24b41e767
|
|
Author: Gaetan Nadon <memsize@videotron.ca>
|
|
Date: Sun Oct 18 20:34:33 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 832490f187a9cb47220aa3dbf6f510b5abe446e4
|
|
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 0b43084d10596794a23760b4e43fce6f0cf58f58
|
|
Author: Alan Coopersmith <alan.coopersmith@sun.com>
|
|
Date: Sat Oct 10 16:53:57 2009 -0700
|
|
|
|
font-alias 1.0.2
|
|
|
|
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
|
|
|
|
commit a3f949590e752adc43a22c86f02d24ac02c597ba
|
|
Author: Alan Coopersmith <alan.coopersmith@sun.com>
|
|
Date: Wed Oct 7 14:20:13 2009 -0700
|
|
|
|
Migrate to xorg macros 1.3 & font-util 1.1 macros
|
|
|
|
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
|
|
|
|
commit 70faca34b52a6b53b746e34c1f06bc4358266204
|
|
Author: Alan Coopersmith <alan.coopersmith@sun.com>
|
|
Date: Tue Oct 6 19:14:25 2009 -0700
|
|
|
|
Add pointers to mailing lists, bugzilla, & git to README
|
|
|
|
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
|
|
|
|
commit 6912df83bc761a6ecd902d03883bffd536a41416
|
|
Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
|
|
Date: Tue Jan 27 19:11:06 2009 -0200
|
|
|
|
Janitor: Correct make distcheck and configure.ac simplification
|
|
|
|
commit e3321d06ca1772a79a9ea947711fbabaa6b690ab
|
|
Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
|
|
Date: Tue Jan 27 19:10:57 2009 -0200
|
|
|
|
Janitor: Correct make distcheck and configure.ac simplification
|
|
|
|
commit 6a059e8b817333e738317f3a148e24fa1d61f6ae
|
|
Author: James Cloos <cloos@jhcloos.com>
|
|
Date: Thu Dec 6 16:37:42 2007 -0500
|
|
|
|
Replace static ChangeLog with dist-hook to generate from git log
|
|
|
|
commit 1223e5a4b5f0f7f1f5ed9ca4ec656a0f61fe3c30
|
|
Author: James Cloos <cloos@jhcloos.com>
|
|
Date: Mon Sep 3 05:52:57 2007 -0400
|
|
|
|
Add *~ to .gitignore to skip patch/emacs droppings
|
|
|
|
commit e7e161150c83f1d273707e4d840b632c99b8fc26
|
|
Author: James Cloos <cloos@jhcloos.com>
|
|
Date: Thu Aug 23 19:26:12 2007 -0400
|
|
|
|
Rename .cvsignore to .gitignore
|
|
|
|
commit 45dc59e6d2162d8fa81901e49740181fa13f7648
|
|
Author: Kevin E Martin <kem@kem.org>
|
|
Date: Wed Dec 21 02:30:05 2005 +0000
|
|
|
|
Update package version for X11R7 release.
|
|
|
|
commit ae366e7094154d17990c6d80d2f131c27835bda4
|
|
Author: Adam Jackson <ajax@nwnk.net>
|
|
Date: Mon Dec 19 16:26:49 2005 +0000
|
|
|
|
Stub COPYING files
|
|
|
|
commit 05ef0e2ad65985e5c45c61e1740e2fc41213ee36
|
|
Author: Kevin E Martin <kem@kem.org>
|
|
Date: Thu Dec 15 00:24:22 2005 +0000
|
|
|
|
Update package version number for final X11R7 release candidate.
|
|
|
|
commit 97350d6338fd9f14a5fbe15d77701aa39b868741
|
|
Author: Kevin E Martin <kem@kem.org>
|
|
Date: Fri Dec 9 20:11:25 2005 +0000
|
|
|
|
Bug #5293: Use --with-top-fontdir instead of --with-aliasdir.
|
|
|
|
commit c16cca19ed1fed6541c63d8e59830caf88facb88
|
|
Author: Kevin E Martin <kem@kem.org>
|
|
Date: Fri Dec 9 05:31:36 2005 +0000
|
|
|
|
Bug #5293: Make aliasdir configurable (Donnie Berkholz).
|
|
|
|
commit cc0188ab131000dd893f165153efbc81d7bb936f
|
|
Author: Eric Anholt <anholt@freebsd.org>
|
|
Date: Tue Nov 22 02:00:19 2005 +0000
|
|
|
|
Add .cvsignores for fonts.
|
|
|
|
commit 655a0d27c1503f00fabe644df558c23f85a8bac7
|
|
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 7188b27551b11a11e797b1093fe02d968ee4890d
|
|
Author: Kevin E Martin <kem@kem.org>
|
|
Date: Tue Jul 12 04:23:08 2005 +0000
|
|
|
|
Add build system for font.alias files
|
|
|
|
commit 1b2fef911e2eca971c6f8a9cd23403b4d40feeef
|
|
Author: Egbert Eich <eich@suse.de>
|
|
Date: Fri Apr 23 18:43:01 2004 +0000
|
|
|
|
Merging XORG-CURRENT into trunk
|
|
|
|
commit d2b134646d3d0dc15e38f874997ececb4a9edecc
|
|
Author: Egbert Eich <eich@suse.de>
|
|
Date: Sun Mar 14 08:31:08 2004 +0000
|
|
|
|
Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004
|
|
|
|
commit c60589ba6eadb3f2b5ec67f96afb56d319f69d66
|
|
Author: Egbert Eich <eich@suse.de>
|
|
Date: Wed Mar 3 12:10:49 2004 +0000
|
|
|
|
Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004
|
|
|
|
commit d8a444f96cc8077eacaf5b4a9f4df4dbad4f9d02
|
|
Author: Egbert Eich <eich@suse.de>
|
|
Date: Thu Feb 26 13:35:10 2004 +0000
|
|
|
|
readding XFree86's cvs IDs
|
|
|
|
commit 79f46f23e9ca4e1e40881c0858c8da4f4c78e2ca
|
|
Author: Egbert Eich <eich@suse.de>
|
|
Date: Thu Feb 26 09:22:20 2004 +0000
|
|
|
|
Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004
|
|
|
|
commit e9230055b9a0674dd8d7a479abee1106c65508a1
|
|
Author: Kaleb Keithley <kaleb@freedesktop.org>
|
|
Date: Fri Nov 14 16:48:42 2003 +0000
|
|
|
|
XFree86 4.3.0.1
|
|
|
|
commit 4cd3412a2d8778a74a6567bcbe49c45f20183770
|
|
Author: Kaleb Keithley <kaleb@freedesktop.org>
|
|
Date: Fri Nov 14 16:48:41 2003 +0000
|
|
|
|
Initial revision
|
|
|
|
commit 806fa2721e3e289455295a03197e699fa2514bfd
|
|
Author: Kaleb Keithley <kaleb@freedesktop.org>
|
|
Date: Fri Nov 14 15:54:34 2003 +0000
|
|
|
|
R6.6 is the Xorg base-line
|