blob: ba526d1dfe95571c0e7d2ddb922921e10457ffb0 (
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
|
commit 152be3c032eb8f1a5157ae3bbfe1f36876467855
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date: Mon Feb 27 17:15:50 2023 -0800
font-winitzki-cyrillic 1.0.4
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
commit 584f5603341616f00e46c8d8e9a73aa1375c3694
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 3a0e1ed64e47de67e53ebada8a5884ac451efc60
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date: Wed Feb 15 16:37:34 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 f12c743747f9fdfd4540504c708a01583f2c01a5
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 adf7ea7870ddaa231662fa5bacfd0b27c8659781
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 7fe15a5568f2cdd32b7905cc12e27f4a2e1855a3
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date: Wed Dec 8 16:24:58 2021 -0800
Build xz tarballs instead of bzip2
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
commit 9af34f38f758a03e4fec8466be533f060b6e1643
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date: Wed Dec 8 16:24:58 2021 -0800
gitlab CI: add a basic build test
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
commit a4fe6626a476690d7e99af7f0c9e3120e8cc919a
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date: Fri Dec 7 19:27:35 2018 -0800
Update configure.ac bug URL for gitlab migration
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
commit fb28f3b407de30a3d58a111e9500667adcfb851e
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date: Sun Nov 18 21:42:16 2018 -0800
Update README for gitlab migration
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
commit 4bcce50b3ab2e8859ce0692b0d6e32b2b6e2d8f3
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 ca0e438a8d3cbf5229a09cd915f9757bfb0007ab
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 77a674abad67fef600a0a10ce22cb3a6b9106645
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 38c1e31cb6c701d57e17d8caaa27b0f1cf9ba813
Author: Matthieu Herrb <matthieu@herrb.eu>
Date: Mon Sep 12 10:53:47 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 4dc9e36770264d9d6c3715d5a7733258f9a8874a
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 a45726c656f6c46a8b1fd7b909b790e2adc5743b
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 4bd2f90613ac43a1efc16f0e805eb7ae869e06fe
Author: Gaetan Nadon <memsize@videotron.ca>
Date: Mon Oct 28 08:08:56 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 a107f0b7de9335a6f150f02f75070dcca70b90a6
Author: Rémi Cardona <remi@gentoo.org>
Date: Tue Nov 16 00:20:13 2010 +0100
font-winitzki-cyrillic 1.0.3
commit b4ba672ecffc87fb381992eb498a8e52c538c948
Author: Gaetan Nadon <memsize@videotron.ca>
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-<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 4609b10ce626b8a7c9aee5fa65427d0cf0c5b914
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date: Tue Oct 5 00:31:22 2010 -0700
font-winitzki-cyrillic 1.0.2
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
commit 9ae013ea40e42f50badee61388d72db0a4cd98f5
Author: Gaetan Nadon <memsize@videotron.ca>
Date: Mon Nov 23 14:23:52 2009 -0500
Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
Now that the INSTALL file is generated.
Allows running make maintainer-clean.
commit 13890b7c704f078f7f44dbe3c6f10b0205fedab8
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 9c50e50b66a233857120b1715941f35b230494ae
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 15abe84efbb51e024aa4750064cadc8c5fc1b05f
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 d302ef5f07b8abfa3883ab094de457f686ccc494
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date: Sat Oct 10 17:51:57 2009 -0700
font-winitzki-cyrillic 1.0.1
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
commit 6e3050400a87993616fceec7ab8188b89a6b4156
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date: Wed Oct 7 20:06:32 2009 -0700
Migrate to xorg macros 1.3 & font-util 1.1 macros
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
commit 4c32e24528294394f0fb8f095bf9aa860c75b5df
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date: Tue Oct 6 19:14:31 2009 -0700
Add pointers to mailing lists, bugzilla, & git to README
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
commit 099261ffb519e871c9ded98872a1f14a6645ea0b
Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
Date: Tue Jan 27 19:11:08 2009 -0200
Janitor: Correct make distcheck and configure.ac simplification
commit 99979c1c2c74aa8db498392528defac50e0c46b9
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 278dc5aae467690cd7c9b67b7f59f90d016c3e79
Author: James Cloos <cloos@jhcloos.com>
Date: Thu Dec 6 16:38:08 2007 -0500
Replace static ChangeLog with dist-hook to generate from git log
commit 487b32a11054b0e2a921871dd32a283e7a6c831d
Author: James Cloos <cloos@jhcloos.com>
Date: Mon Sep 3 05:53:25 2007 -0400
Add *~ to .gitignore to skip patch/emacs droppings
commit b4abbe682e3ad934b43ff6a032084e209cd02a00
Author: James Cloos <cloos@jhcloos.com>
Date: Thu Aug 23 19:26:52 2007 -0400
Rename .cvsignore to .gitignore
commit 38e2252d3236e0d51f3d1b4d565517ca8273febc
Author: Kevin E Martin <kem@kem.org>
Date: Thu Dec 15 00:24:26 2005 +0000
Update package version number for final X11R7 release candidate.
commit 2003a353de16f1c711f1652695da650af852eafd
Author: Kevin E Martin <kem@kem.org>
Date: Sat Dec 3 17:08:54 2005 +0000
Add m4 magic to allow AS_HELP_STRING to work with older versions of
autoconf 2.57.
commit 79258722ace4ccc38f56c840e5ca56ed868e286a
Author: Kevin E Martin <kem@kem.org>
Date: Sat Dec 3 05:49:41 2005 +0000
Update package version number for X11R7 RC3 release.
commit c7fa8e6e6d640ee677455fa13d8a6d38f1ea02dc
Author: Eric Anholt <anholt@freebsd.org>
Date: Thu Nov 24 05:21:16 2005 +0000
Bug #5122: Use $< instead of $^ to be portable to FreeBSD's make.
commit 30ee97080785c9fcbf86e907fd05e3b300b8ae6b
Author: Eric Anholt <anholt@freebsd.org>
Date: Tue Nov 22 02:00:22 2005 +0000
Add .cvsignores for fonts.
commit f32715e8014c110a868f7cabc7ab93e69b2c54eb
Author: Kevin E Martin <kem@kem.org>
Date: Tue Nov 15 08:29:20 2005 +0000
Add configure option to change the installed font dir.
commit fcbfa2df3c9ddc9b1ddfc66531381d18f0ec3fed
Author: Kevin E Martin <kem@kem.org>
Date: Fri Jul 29 21:22:49 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 e36ad8fd67868eff93e8125f7f54ac97af08402e
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
Date: Tue Jul 19 02:40:06 2005 +0000
Convert $(foreach...) to more portable suffix substitution rules
commit ef4585efc4105abdba4db58942f8e5e34f26b95d
Author: Kevin E Martin <kem@kem.org>
Date: Thu Jun 30 22:28:09 2005 +0000
Initial build system files for font module
commit 8a8522666f81423b386abf3a94ab266b65138d33
Author: Egbert Eich <eich@suse.de>
Date: Fri Apr 23 18:43:01 2004 +0000
Merging XORG-CURRENT into trunk
commit 46f9bf49b68969a4c1c4086c8c6acc7888436b40
Author: Egbert Eich <eich@suse.de>
Date: Sun Mar 14 08:31:10 2004 +0000
Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004
commit 2f952aa85301772168bff48ac77d8d6e2d66542b
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 65baf7d802c7ead77e66638d1517e1d01cfc647e
Author: Egbert Eich <eich@suse.de>
Date: Thu Feb 26 13:35:10 2004 +0000
readding XFree86's cvs IDs
commit a4a9ef37125fe9b2e1266400db4a85d1591a5247
Author: Egbert Eich <eich@suse.de>
Date: Thu Feb 26 09:22:22 2004 +0000
Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004
commit f7ccb21c8db14690f606f4a4c5c8b44b9a35e1f3
Author: Kaleb Keithley <kaleb@freedesktop.org>
Date: Fri Nov 14 16:48:41 2003 +0000
XFree86 4.3.0.1
commit 72ae3ed3d984a33ebad9c8cab3edd69f39643e38
Author: Kaleb Keithley <kaleb@freedesktop.org>
Date: Fri Nov 14 16:48:41 2003 +0000
Initial revision
|