1commit ef8ad9ed09f10ad8d14eaad4350fcd14e0376871 2Author: Alan Coopersmith <alan.coopersmith@oracle.com> 3Date: Mon Feb 27 15:53:51 2023 -0800 4 5 font-bitstream-type1 1.0.4 6 7 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 8 9commit cc60e26d357ed545bf81e2ca7ffd6fb6ff2a784a 10Author: Alan Coopersmith <alan.coopersmith@oracle.com> 11Date: Wed Feb 15 16:04:27 2023 -0800 12 13 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 23a3163991dc6df8dbaa05ec22aa8526ba8258ee 21Author: Gaetan Nadon <memsize@videotron.ca> 22Date: Sun Nov 7 10:10:39 2010 -0800 23 24 config: update AC_PREREQ statement to 2.60 25 26 Unrelated to the previous patches, the new value simply reflects 27 the reality that the minimum level for autoconf to configure 28 all x.org modules is 2.60 dated June 2006. 29 30 ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.60.tar.gz 31 32 Signed-off-by: Gaetan Nadon <memsize@videotron.ca> 33 34commit 82501310c71effcb07aadc936ceddcfb591bc4f1 35Author: Alan Coopersmith <alan.coopersmith@oracle.com> 36Date: Thu Jul 28 17:30:21 2022 -0700 37 38 gitlab CI: stop requiring Signed-off-by in commits 39 40 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 41 42commit c28417bc110e586089bb3d769ca792893d0c9ad8 43Author: Alan Coopersmith <alan.coopersmith@oracle.com> 44Date: Wed Dec 8 16:00:04 2021 -0800 45 46 Build xz tarballs instead of bzip2 47 48 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 49 50commit 33ab277afa97b2309afb74ee7011241c45182f73 51Author: Alan Coopersmith <alan.coopersmith@oracle.com> 52Date: Wed Dec 8 16:00:04 2021 -0800 53 54 gitlab CI: add a basic build test 55 56 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 57 58commit 8972c0a0a74407492ab22103e3df7efce80d79ac 59Author: Alan Coopersmith <alan.coopersmith@oracle.com> 60Date: Fri Dec 7 19:26:30 2018 -0800 61 62 Update configure.ac bug URL for gitlab migration 63 64 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 65 66commit defdf0b4c4295a63b560927de686d2802a19b595 67Author: Alan Coopersmith <alan.coopersmith@oracle.com> 68Date: Sun Nov 18 18:27:54 2018 -0800 69 70 Update README for gitlab migration 71 72 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 73 74commit 594cfeabc798d3f8769e7208dd98b87842c36b2a 75Author: Mihail Konev <k.mvc@ya.ru> 76Date: Thu Jan 26 14:00:22 2017 +1000 77 78 autogen: add default patch prefix 79 80 Signed-off-by: Mihail Konev <k.mvc@ya.ru> 81 82commit aa22ebb18f892bb8d4a03d642b670333c5b16ecd 83Author: Emil Velikov <emil.l.velikov@gmail.com> 84Date: Mon Mar 9 12:00:52 2015 +0000 85 86 autogen.sh: use quoted string variables 87 88 Place quotes around the $srcdir, $ORIGDIR and $0 variables to prevent 89 fall-outs, when they contain space. 90 91 Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com> 92 Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net> 93 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> 94 95commit 90d96f0e63307854728ab0cd3ecb5a8fb39fc48f 96Author: Peter Hutterer <peter.hutterer@who-t.net> 97Date: Tue Jan 24 10:32:07 2017 +1000 98 99 autogen.sh: use exec instead of waiting for configure to finish 100 101 Syncs the invocation of configure with the one from the server. 102 103 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> 104 Reviewed-by: Emil Velikov <emil.velikov@collabora.com> 105 106commit e826af4eb1098c9e70aaaa0d1e0d2de56c956b31 107Author: Matthieu Herrb <matthieu@herrb.eu> 108Date: Mon Sep 12 10:41:27 2016 +0200 109 110 Typo: font.dir -> fonts.dir 111 112 Signed-off-by: Matthieu Herrb <matthieu@herrb.eu> 113 114 Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> 115 Reviewed-by: Hans de Goede <hdegoede@redhat.com> 116 117commit e6c57d86f3b62322bba5dadcb053e8db00c947bc 118Author: Alan Coopersmith <alan.coopersmith@oracle.com> 119Date: Sat May 31 21:39:32 2014 -0700 120 121 autogen.sh: Honor NOCONFIGURE=1 122 123 See http://people.gnome.org/~walters/docs/build-api.txt 124 125 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 126 127commit 832ba7bf084e6adaf4f81cda88d8bd57f2645597 128Author: Alan Coopersmith <alan.coopersmith@oracle.com> 129Date: Sat May 31 21:38:41 2014 -0700 130 131 configure: Drop AM_MAINTAINER_MODE 132 133 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 134 135commit 0281a437d36127810d6a8c8ae70a754e964c8b12 136Author: Gaetan Nadon <memsize@videotron.ca> 137Date: Mon Oct 28 08:08:55 2013 -0400 138 139 config: replace deprecated use of AC_OUTPUT with AC_CONFIG_FILES 140 141 Fix Automake warning: AC_OUTPUT should be used without arguments. 142 www.gnu.org/software/autoconf/manual/autoconf.html#Configuration-Files 143 144 Signed-off-by: Gaetan Nadon <memsize@videotron.ca> 145 146commit ed229e2119276054bb8bf6a85447952cfeb5eae3 147Author: Rémi Cardona <remi@gentoo.org> 148Date: Mon Nov 15 21:53:38 2010 +0100 149 150 font-bitstream-type1 1.0.3 151 152commit 1fc8db6b6cb07c2fc08364fdb20aafed76842879 153Author: Gaetan Nadon <memsize@videotron.ca> 154Date: Fri Oct 15 20:09:55 2010 -0400 155 156 config: Use the shorthand --disable-all-encodings option in font-util v1.2 157 158 This option is useful to disable all possible font encodings at once, 159 without fine-graining the calling ebuilds for a list of encodings 160 supported by each font package. 161 162 The option is parsed before all other encoding options, so it basically 163 sets defaults for all of them. Afterwards, any encoding can be 164 re-enabled back using '--enable-<encoding>' (much like 165 '--disable-all-encodings --enable-iso8859-2'). 166 167 Reviewed-by: Rémi Cardona <remi@gentoo.org> 168 169 Signed-off-by: Gaetan Nadon <memsize@videotron.ca> 170 171commit 64666ca4d2c90e953525471cc844911b0d346325 172Author: Alan Coopersmith <alan.coopersmith@oracle.com> 173Date: Mon Oct 4 23:58:03 2010 -0700 174 175 font-bitstream-type1 1.0.2 176 177 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 178 179commit 6638132a0b682156a334273b740088cc2be7f8a4 180Author: Gaetan Nadon <memsize@videotron.ca> 181Date: Mon Nov 23 14:23:51 2009 -0500 182 183 Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES 184 185 Now that the INSTALL file is generated. 186 Allows running make maintainer-clean. 187 188commit 0c3e88a00033d75bab8bd8453fb99348dfc07fc6 189Author: Gaetan Nadon <memsize@videotron.ca> 190Date: Sun Oct 18 20:49:07 2009 -0400 191 192 Makefile.am: add INSTALL target and clean ChangeLog DIST targets 193 194 Add INSTALL target to generate file with INSTALL_CMD #24206 195 ChangeLog is not required in EXTRA_DIST #24432 196 ChangeLog is not required in MAINTAINERCLEANFILES #24432 197 198commit eccb024d1e692cf70e075c5a55cd0b4a8607b34f 199Author: Gaetan Nadon <memsize@videotron.ca> 200Date: Sun Oct 18 20:34:34 2009 -0400 201 202 INSTALL, NEWS, README COPYING or AUTHORS files are missing/incorrect #24206 203 204 Add missing INSTALL file. Use standard GNU file on building tarball 205 README may have been updated 206 COPYING may have been updated 207 Remove AUTHORS file as it is empty and no content available yet. 208 Remove NEWS file as it is empty and no content available yet. 209 210commit 5faa0bdff6a0318a034f7f846dd2b2464ad24b07 211Author: Gaetan Nadon <memsize@videotron.ca> 212Date: Mon Nov 23 13:38:51 2009 -0500 213 214 .gitignore: use common defaults with custom section # 24239 215 216 Using common defaults will reduce errors and maintenance. 217 Only the very small or inexistent custom section need periodic maintenance 218 when the structure of the component changes. Do not edit defaults. 219 220commit 442d80e6990cfb4d0c4cbc8673bc62d63cc35458 221Author: Alan Coopersmith <alan.coopersmith@sun.com> 222Date: Sat Oct 10 17:33:43 2009 -0700 223 224 font-bitstream-type1 1.0.1 225 226 Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> 227 228commit 43a8529507b903e9b80fd896ac9b5ad512c3e620 229Author: Alan Coopersmith <alan.coopersmith@sun.com> 230Date: Wed Oct 7 15:17:49 2009 -0700 231 232 Migrate to xorg macros 1.3 & font-util 1.1 macros 233 234 Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> 235 236commit 72527a36fa191284f940c9cf66953861dbf6fe4a 237Author: Alan Coopersmith <alan.coopersmith@sun.com> 238Date: Tue Oct 6 19:14:27 2009 -0700 239 240 Add pointers to mailing lists, bugzilla, & git to README 241 242 Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> 243 244commit dbca5ca974d6cec77357082a6f86a2e0259e451a 245Author: Ryan Hill <dirtyepic@gentoo.org> 246Date: Sun Aug 16 14:48:15 2009 -0600 247 248 bitstream-type1: Skip fc-cache with DESTDIR. 249 250 Fontconfig-2.7.0 runs chmod on the cachedir, causing access violations 251 when installing into a sandboxed environment. 252 253 Signed-off-by: Ryan Hill <dirtyepic@gentoo.org> 254 Signed-off-by: Rémi Cardona <remi@gentoo.org> 255 256commit fca975ffcac8a4455c24300396e652e646c8476c 257Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br> 258Date: Tue Jan 27 19:11:07 2009 -0200 259 260 Janitor: Correct make distcheck and configure.ac simplification 261 262commit aee9204788007ebb2fbe842108735e36672c9215 263Author: Andres Salomon <dilinger@debian.org> 264Date: Sat Oct 25 20:50:21 2008 +0200 265 266 Bug#5176: cause configure to bail if mkfontscale or mkfontdir are not found 267 268 Signed-off-by: Julien Cristau <jcristau@debian.org> 269 270commit 59ef1c711cc8382ee603d10b90709f6357c9df92 271Author: James Cloos <cloos@jhcloos.com> 272Date: Thu Dec 6 16:37:52 2007 -0500 273 274 Replace static ChangeLog with dist-hook to generate from git log 275 276commit b90e48819b0a52139f290116fac44a533e566b25 277Author: James Cloos <cloos@jhcloos.com> 278Date: Mon Sep 3 05:53:06 2007 -0400 279 280 Add *~ to .gitignore to skip patch/emacs droppings 281 282commit f90da3ecb3f344922f48218eef0603a2069b1e13 283Author: James Cloos <cloos@jhcloos.com> 284Date: Thu Aug 23 19:26:26 2007 -0400 285 286 Rename .cvsignore to .gitignore 287 288commit 790a52d9740fc6772caa5d9a2db1c3faa72639c2 289Author: Kevin E Martin <kem@kem.org> 290Date: Thu Dec 15 00:24:23 2005 +0000 291 292 Update package version number for final X11R7 release candidate. 293 294commit 2cadeab4c3d6b5490f697959ed5ddd897d344f09 295Author: Kevin E Martin <kem@kem.org> 296Date: Sat Dec 3 17:08:52 2005 +0000 297 298 Add m4 magic to allow AS_HELP_STRING to work with older versions of 299 autoconf 2.57. 300 301commit 2f6d282826cf3746c0611eeb442ad7c9482a050e 302Author: Kevin E Martin <kem@kem.org> 303Date: Sat Dec 3 05:49:39 2005 +0000 304 305 Update package version number for X11R7 RC3 release. 306 307commit 3fcfbaa507cdfe59a0caec80d2d7ebd65b6ce118 308Author: Eric Anholt <anholt@freebsd.org> 309Date: Tue Nov 22 02:00:19 2005 +0000 310 311 Add .cvsignores for fonts. 312 313commit 8224335cc21ebb6a3e68dd634ff0846f2fecd834 314Author: Kevin E Martin <kem@kem.org> 315Date: Tue Nov 15 08:29:17 2005 +0000 316 317 Add configure option to change the installed font dir. 318 319commit 28e98a4f2d36a508243df045d496a51b6f7509cd 320Author: Kevin E Martin <kem@kem.org> 321Date: Fri Jul 29 21:22:47 2005 +0000 322 323 Various changes preparing packages for RC0: 324 - Verify and update package version numbers as needed 325 - Implement versioning scheme 326 - Change bug address to point to bugzilla bug entry form 327 - Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to 328 reenable it) 329 - Fix makedepend to use pkgconfig and pass distcheck 330 - Update build script to build macros first 331 - Update modular Xorg version 332 333commit 45cc6669398ada16c81cea99464a7accf753434b 334Author: Kevin E Martin <kem@kem.org> 335Date: Thu Jun 30 22:28:07 2005 +0000 336 337 Initial build system files for font module 338 339commit 86efdda71cba55dc91f8c3e4d6d21656d7c6f520 340Author: Kaleb Keithley <kaleb@freedesktop.org> 341Date: Fri Nov 14 16:48:42 2003 +0000 342 343 XFree86 4.3.0.1 344 345commit c9c05992f6d2e2df72f642b2e3aa18de69d9c439 346Author: Kaleb Keithley <kaleb@freedesktop.org> 347Date: Fri Nov 14 15:54:35 2003 +0000 348 349 R6.6 is the Xorg base-line 350