commit 8da1fbf9d2f0b101ff44f044723d9cb09e5fc941 Author: Alan Coopersmith Date: Mon Feb 27 16:27:55 2023 -0800 font-jis-misc 1.0.4 Signed-off-by: Alan Coopersmith commit 181e77b07b8fbfaf0581c5ace701274273f76b50 Author: Alan Coopersmith 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 commit cb9d4b6c526e5faaed35f28bb61c7b752d42c2ef Author: Alan Coopersmith Date: Wed Feb 15 16:21:41 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 commit 8347c721918aac85d9afb6c38b3ef9ac7865ad52 Author: Gaetan Nadon 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 commit 749ada043214496698227a7cb1a8f53ab78835cb Author: Alan Coopersmith Date: Thu Jul 28 17:30:21 2022 -0700 gitlab CI: stop requiring Signed-off-by in commits Signed-off-by: Alan Coopersmith commit 1b4cb0f357affffc83bb6bdc9abd803cccc37445 Author: Alan Coopersmith Date: Wed Dec 8 16:12:37 2021 -0800 Build xz tarballs instead of bzip2 Signed-off-by: Alan Coopersmith commit 1f4f501882613a3f3c2dc8e58d3077677efe4474 Author: Alan Coopersmith Date: Wed Dec 8 16:12:37 2021 -0800 gitlab CI: add a basic build test Signed-off-by: Alan Coopersmith commit a480bf869127c5e619e3f3f417ef3af860c5b89c Author: Alan Coopersmith Date: Fri Dec 7 19:26:56 2018 -0800 Update configure.ac bug URL for gitlab migration Signed-off-by: Alan Coopersmith commit 7d8f161b4017a31e1893f442c454e8b91647bf06 Author: Alan Coopersmith Date: Sun Nov 18 18:37:13 2018 -0800 Update README for gitlab migration Signed-off-by: Alan Coopersmith commit 6295f8e398bb444393f791a4300549a20008f5d4 Author: Mihail Konev Date: Thu Jan 26 14:00:22 2017 +1000 autogen: add default patch prefix Signed-off-by: Mihail Konev commit 313dff831af7226cc40fab42095abcb4ddee4450 Author: Emil Velikov 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 Reviewed-by: Peter Hutterer Signed-off-by: Peter Hutterer commit 7fd9527ebd5fb59bed7dd18f231837c4f24ce906 Author: Peter Hutterer 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 Reviewed-by: Emil Velikov commit 0c9cc5dc3aca4e5b5df1c27e1a65a87fc125f4d0 Author: Matthieu Herrb Date: Mon Sep 12 10:46:26 2016 +0200 Typo: font.dir -> fonts.dir Signed-off-by: Matthieu Herrb Reviewed-by: Alan Coopersmith Reviewed-by: Hans de Goede commit 7e6e747869583f27a4377c1bf3991c3514be25b6 Author: Alan Coopersmith 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 commit 28ff260f16c12eab2259c6263e8c79f227ef174f Author: Alan Coopersmith Date: Sat May 31 21:38:41 2014 -0700 configure: Drop AM_MAINTAINER_MODE Signed-off-by: Alan Coopersmith commit 7acf42280dadbd29343ff65d94cf3062ddfebce9 Author: Gaetan Nadon 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 commit ba93e7e02b4f25b91d5c3954c9d8b491403bafa6 Author: Rémi Cardona Date: Mon Nov 15 23:28:07 2010 +0100 font-jis-misc 1.0.3 commit 11d1c50c9b89cee472061f080c976ce6f227ffb2 Author: Gaetan Nadon Date: Fri Oct 15 20:09:56 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-' (much like '--disable-all-encodings --enable-iso8859-2'). Reviewed-by: Rémi Cardona Signed-off-by: Gaetan Nadon commit d63e81c92beddcf8e7b3f27be8736dc19ca10134 Author: Alan Coopersmith Date: Tue Oct 5 00:08:34 2010 -0700 font-jis-misc 1.0.2 Signed-off-by: Alan Coopersmith commit b17809f7e81c3fa9ac2d40d9f475b812c0d61f52 Author: Gaetan Nadon 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 05dccba9a18cdc48fd1dff3263a7389e7724ea80 Author: Gaetan Nadon 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 97dc30ba4aa53037e5657ca19a1f812bd1234555 Author: Gaetan Nadon 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 72f1050dc8fc7d95087324b3db31b1364da75544 Author: Gaetan Nadon 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 e72b364f613aa58514baf4daaba85abf86d9cf22 Author: Alan Coopersmith Date: Sat Oct 10 17:40:20 2009 -0700 font-jis-misc 1.0.1 Signed-off-by: Alan Coopersmith commit 9f7b1db901f91041b3b35255237bd016f0e4e1da Author: Alan Coopersmith Date: Wed Oct 7 16:53:51 2009 -0700 Migrate to xorg macros 1.3 & font-util 1.1 macros Signed-off-by: Alan Coopersmith commit 3ab3b692d762eaf573766308d0576f555c800440 Author: Alan Coopersmith Date: Tue Oct 6 19:14:28 2009 -0700 Add pointers to mailing lists, bugzilla, & git to README Signed-off-by: Alan Coopersmith commit b34f028f1dd572049621e2f9e597351b8b11e3ec Author: Paulo Cesar Pereira de Andrade Date: Tue Jan 27 19:11:08 2009 -0200 Janitor: Correct make distcheck and configure.ac simplification commit fd71310b351161a26ca5eb320dc6c486094c5096 Author: Andres Salomon 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 commit 14bde1ec96a42ba050a1b626e50816a6fb5137b0 Author: James Cloos Date: Thu Dec 6 16:37:58 2007 -0500 Replace static ChangeLog with dist-hook to generate from git log commit fefda33b8c26da1ac386fcb532c20bcc559d77cd Author: James Cloos Date: Mon Sep 3 05:53:12 2007 -0400 Add *~ to .gitignore to skip patch/emacs droppings commit 7f219a44ce37e044378f9cce15f1bda173460c9c Author: James Cloos Date: Thu Aug 23 19:26:36 2007 -0400 Rename .cvsignore to .gitignore commit d8084b166fe95210ff53c68518b9981d81f39f8d Author: Kevin E Martin Date: Thu Dec 15 00:24:24 2005 +0000 Update package version number for final X11R7 release candidate. commit 7c7fcc3f1bb8b5d3cb263a03f95e5038d0ce61e9 Author: Kevin E Martin Date: Sat Dec 3 17:08:53 2005 +0000 Add m4 magic to allow AS_HELP_STRING to work with older versions of autoconf 2.57. commit cfc3044a17c0761f3b53b2f4fc3d19c690f167f9 Author: Kevin E Martin Date: Sat Dec 3 05:49:40 2005 +0000 Update package version number for X11R7 RC3 release. commit 81c5caf6fe889d66a86150c5973a3a38a5ee439d Author: Eric Anholt Date: Thu Nov 24 05:21:15 2005 +0000 Bug #5122: Use $< instead of $^ to be portable to FreeBSD's make. commit edc8e28cf58678d167e797c7e0e751dd0fd3b7e6 Author: Eric Anholt Date: Tue Nov 22 02:00:20 2005 +0000 Add .cvsignores for fonts. commit 1e380ad6aeb7e98cee5a33a2fbaacbcd38adaa99 Author: Kevin E Martin Date: Tue Nov 15 08:29:18 2005 +0000 Add configure option to change the installed font dir. commit c3c567f8e335b292e2161dfa03584fbd24b903c7 Author: Kevin E Martin Date: Fri Jul 29 21:22:48 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 87733cd9324e1e1db2d0f283a59c46d344e99e16 Author: Alan Coopersmith Date: Tue Jul 19 02:40:06 2005 +0000 Convert $(foreach...) to more portable suffix substitution rules commit f2f5a27d7f57d4b27aaf12d7d14343d4463c9d4b Author: Kevin E Martin Date: Thu Jun 30 22:28:07 2005 +0000 Initial build system files for font module commit 6277a7c71f81ca466108cd005fb8ef8c84ebdd0a Author: Kaleb Keithley Date: Fri Nov 14 16:48:42 2003 +0000 XFree86 4.3.0.1 commit 5b54b1798ba76092850fe947d4958409ca61e86d Author: Kaleb Keithley Date: Fri Nov 14 15:54:35 2003 +0000 R6.6 is the Xorg base-line