blob: 6365147baaebefa95d6e0aee9817d1183ac08f3a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
|
commit 13f867e9f5be0fcc4776f323f5d5f8f354d2a2c0
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date: Mon Feb 27 11:30:50 2023 -0800
font-adobe-100dpi 1.0.4
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
commit f96db9c57a8fec75775854db31ebd22c52e91a85
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date: Wed Feb 22 17:50:53 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 f5f1ee749dfe19c2ffbc7e91359194b73cdf36ff
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date: Wed Feb 15 14:19:17 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 d31a384fb3aade453506fe3ed9703d8ee98ded95
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 d01c20c829eb09c05a7c1454ab6963a8520c96ba
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 dd69f32b6c0d81d5db3c7deb2e201fe8f7ef40be
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date: Wed Dec 8 14:40:15 2021 -0800
Build xz tarballs instead of bzip2
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
commit 6d1e35e708e0a9a2f17446030ddef0be08f2285f
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date: Wed Dec 8 14:40:12 2021 -0800
gitlab CI: add a basic build test
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
commit 80053a7fda24c7c1eda27eff943d584c06c9d77a
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date: Fri Dec 7 19:25:41 2018 -0800
Update configure.ac bug URL for gitlab migration
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
commit a21e308b781136f6219caead8003a3fe34adc202
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date: Sun Nov 18 16:51:02 2018 -0800
Update README for gitlab migration
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
commit 6a207a0151b64606a53e3a36d82b007934f5c610
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 2579c10579c93fbe797dfa629f870e1a59031bed
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 56886e89a8b88547f60ac458a2d21dfcfe9acdbc
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 4f0e505573f9108b376f9407f798f6c793aae7c0
Author: Matthieu Herrb <matthieu@herrb.eu>
Date: Sun Sep 11 22:03:23 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 5da51978e495145f0bcc6a106dea220527fd5ae6
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 24e4f8fc585573d7943508382002e0fc4c435363
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 3e9d160673cb8a9ad7f3eaab13ebff104d559b0a
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 571e7ff230b6b67bb0f36f9fcebcbae423747500
Author: Rémi Cardona <remi@gentoo.org>
Date: Mon Nov 15 00:39:59 2010 +0100
font-adobe-100dpi 1.0.3
Signed-off-by: Rémi Cardona <remi@gentoo.org>
commit 1d92a6a876c9d9d515d17c422e66207cd324d2f6
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 cdfb21e921d28fa24b53371458f1b571cc61d6ef
Author: Jesse Adkins <jesserayadkins@gmail.com>
Date: Tue Sep 28 13:29:53 2010 -0700
Purge cvs tags.
Signed-off-by: Jesse Adkins <jesserayadkins@gmail.com>
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
commit 015075e2e4168ae7ee874c984222e33e10ddd982
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date: Mon Oct 4 22:15:53 2010 -0700
font-adobe-100dpi 1.0.2
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
commit a4a184291b400de7adfab8c260eae9ff336ca1fd
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 fff0542acae6eba1e236e057c1e3463aab1b9499
Author: Gaetan Nadon <memsize@videotron.ca>
Date: Sun Oct 18 20:48:27 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 694bc27b03a2dfce574dd106ff0ea6a236d95d6c
Author: Gaetan Nadon <memsize@videotron.ca>
Date: Sun Oct 18 20:33:38 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 ae5b128097ff6e0b7236ea23012a48eb42f693ca
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 db9920040c4f3a8479137515c8730c85fc724fee
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date: Sat Oct 10 16:45:16 2009 -0700
font-adobe-100dpi 1.0.1
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
commit 1509b58bc46959bc271f8731fb0e8ddef6ac8349
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date: Tue Oct 6 18:51:52 2009 -0700
Migrate to xorg macros 1.3 & font-util 1.1 macros
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
commit 7a3b22bf5d102654ea01ff80d264f8b10316f75b
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date: Tue Oct 6 19:14:24 2009 -0700
Add pointers to mailing lists, bugzilla, & git to README
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
commit f73f1b58bb027665dfe5b28da9d0b57c5b0639c1
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 c0eac451df92feb38a71db01416e3f4c6c54e183
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 6b130967516b10c70beed98798b5031a63de1302
Author: James Cloos <cloos@jhcloos.com>
Date: Thu Dec 6 16:37:37 2007 -0500
Replace static ChangeLog with dist-hook to generate from git log
commit 04593ae98be9ea80d2a37cfbed5f45efc443be34
Author: James Cloos <cloos@jhcloos.com>
Date: Mon Sep 3 05:52:53 2007 -0400
Add *~ to .gitignore to skip patch/emacs droppings
commit 635d1ec0a8438bed97f40f10ffdf829d876d7c57
Author: James Cloos <cloos@jhcloos.com>
Date: Thu Aug 23 19:26:05 2007 -0400
Rename .cvsignore to .gitignore
commit ff4e39f76d70afd63c2a7efe0262097ff48a8896
Author: Kevin E Martin <kem@kem.org>
Date: Thu Dec 15 00:24:21 2005 +0000
Update package version number for final X11R7 release candidate.
commit 778b66edb4dc278b60f1d67759e4c8b96226c75b
Author: Kevin E Martin <kem@kem.org>
Date: Sat Dec 3 17:08:50 2005 +0000
Add m4 magic to allow AS_HELP_STRING to work with older versions of
autoconf 2.57.
commit 985b05a57411e75c9457d796dcbd641a4ad29d2a
Author: Kevin E Martin <kem@kem.org>
Date: Sat Dec 3 05:49:37 2005 +0000
Update package version number for X11R7 RC3 release.
commit bdae83ecb63d0259e372d949a28af3f70b9db5c8
Author: Eric Anholt <anholt@freebsd.org>
Date: Thu Nov 24 05:21:13 2005 +0000
Bug #5122: Use $< instead of $^ to be portable to FreeBSD's make.
commit 4539aee3289f13614ddc0b1d2c4083766b973f99
Author: Eric Anholt <anholt@freebsd.org>
Date: Tue Nov 22 02:00:17 2005 +0000
Add .cvsignores for fonts.
commit e3b4d3c2385d28baf6bb0b2246ac611f075c9abb
Author: Kevin E Martin <kem@kem.org>
Date: Tue Nov 15 08:26:46 2005 +0000
Add configure options to change the installed font dir and disable
ISO8859-* fonts.
commit 10b0f7e1585f0621e71881487a9b3848de526ad5
Author: Kevin E Martin <kem@kem.org>
Date: Wed Oct 19 02:48:06 2005 +0000
Update package version number for RC1 release.
commit 174931f1975d5a494211f097e00e1b4155df8eaa
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
Date: Sun Oct 2 18:19:53 2005 +0000
Add explicit all-local targets so Solaris make can build, since it won't
recursively follow the implicit targets (.bdf -> -ISO-8859-1.bdf ->
pcf.gz)
Fix a couple of remaining GNU-make-isms
commit 626f8c540e4ff6c09695c053211c89917cf66c23
Author: Kevin E Martin <kem@kem.org>
Date: Fri Jul 29 21:22:46 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 99d9262e027c60e9c9a58f4cda8908bf87769ef6
Author: Kevin E Martin <kem@kem.org>
Date: Fri Jul 22 04:13:43 2005 +0000
Fix distcheck for fonts with multiple encodings
commit 422317e65cc1743f7acd58a48f46de50953f0ff4
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 8bc392f13970232e5e1bf77c105e8e1a5fad6c52
Author: Kevin E Martin <kem@kem.org>
Date: Thu Jun 30 22:28:05 2005 +0000
Initial build system files for font module
commit 3811ca1218ed8536e1b6cd082f3bec32083dadc5
Author: Kaleb Keithley <kaleb@freedesktop.org>
Date: Fri Nov 14 16:48:35 2003 +0000
XFree86 4.3.0.1
commit 4a251a571b0a64719c25701634aa1ce174a6c18f
Author: Kaleb Keithley <kaleb@freedesktop.org>
Date: Fri Nov 14 15:54:33 2003 +0000
R6.6 is the Xorg base-line
|