summaryrefslogtreecommitdiff
path: root/app/xpr/ChangeLog
blob: 5cb8e355edccd896acbfed197fa009abf53d768f (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
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
commit 0b852ef27abda922ae18b8042acd18104b25d596
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Fri Mar 9 18:17:12 2018 -0800

    xpr 1.0.5
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit db63d2a499ad1e4a9cc650d3ffb6795dea7d290e
Author: Mihail Konev <k.mvc@ya.ru>
Date:   Thu Jan 26 14:00:21 2017 +1000

    autogen: add default patch prefix
    
    Signed-off-by: Mihail Konev <k.mvc@ya.ru>

commit 8aa5668fb698ee43fccf1d71efab88895001d669
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 ef05b01918be35e5837f620d337e69a9279c2a13
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 31d433e78ea47f308119ab38f3e514303f239ab9
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Sat Dec 5 16:36:37 2015 -0800

    Fix man page references to X(1) to use __miscmansuffix__
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit a4680cc6ffde72504b1cea750c164eb0f9852c4d
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Fri Oct 24 16:46:04 2014 -0700

    More constification
    
    Shrinks .data from 1320 bytes to 72 bytes
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit eae93f9edbbcf5494500fcc6527eccabe4e29553
Author: Matthieu Herrb <matthieu@herrb.eu>
Date:   Fri Aug 8 16:23:46 2014 +0200

    Use strcmp() to compare strings and simplify options parser.
    
    Signed-off-by: Matthieu Herrb <matthieu@herrb.eu>
    Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit 5f369174777783fb9544b81cfdfab255d7e990a8
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Sun Jun 1 21:00:47 2014 -0700

    Add -version option to print program version
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit 007a72af45ea48e3ed5e750b4b39e034b102d2c0
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Sun Jun 1 20:54:22 2014 -0700

    Print which option was in error along with usage message
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit e31a646861007e4014d38d6a53a672d63e4f11fa
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Sun Jun 1 19:40:53 2014 -0700

    Fix "missmatch" typo in error message
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit 45922f222d8d91a6faff778f5ceaa34ec8728501
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Sun Jun 1 19:37:27 2014 -0700

    Combine strings in usage message
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit f85404c8f41a14c907d707933ee5643876bdde4d
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Sun Jun 1 19:21:51 2014 -0700

    Remove old CVS id tags
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit 6ac064621493c27c6e31b15e3faf8192638262fa
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Sun Jun 1 00:30:48 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 756f9df2639ef9a58cba414d8c98394173bfbed9
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Sun Jun 1 00:30:48 2014 -0700

    configure: Drop AM_MAINTAINER_MODE
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit 7045be285a72316388814350d3b6bcf7675a2dbd
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Sun Jun 1 00:30:41 2014 -0700

    This is not a GNU project, so declare it foreign.
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit 235b6b1ac77b6f01a3cad60fe7e1b3cbc259879f
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Fri Nov 15 23:04:10 2013 -0800

    Remove unneeded uses of <math.h> & -lm
    
    Can't see why they were ever needed.
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
    Reviewed-by: Gaetan Nadon <memsize@videotron.ca>

commit 699aa034b8368a4052aa0318d4bca74dd688a7c2
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Sat Mar 31 16:57:47 2012 -0700

    xpr 1.0.4
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit c9b09f54d783689261855bd87a2bc68bfb3d9731
Author: Jeremy Huddleston <jeremyhu@apple.com>
Date:   Fri Nov 11 11:32:05 2011 -0800

    Use memmove rather than bcopy
    
    bcopy was removed in POSIX 2008.  I didn't check to see if we could
    safely use memcpy.
    
    Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>

commit 28eaec94f936534573907425cf0fb5198979aab3
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Thu Oct 6 22:40:45 2011 -0700

    Add _X_NORETURN to usage() & leave() as suggested by gcc -Wmissing-noreturn
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit 3b8fed17575db9d8d571d240bbaebd05d4547060
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Thu Oct 6 22:38:36 2011 -0700

    Add const attributes to fix gcc -Wwrite-strings warnings
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit b7d620037e130de1b0b309119c045d4f6a6ba8c5
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Thu Oct 6 22:35:31 2011 -0700

    Fix printf type warnings in LP64 builds
    
    x2jet.c:300:6: warning: format ‘%ld’ expects type ‘long int’, but argument 4 has type ‘CARD32’
    x2jet.c:300:6: warning: format ‘%ld’ expects type ‘long int’, but argument 5 has type ‘CARD32’
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit 787f9d6d8f6dd6663af27e3cd21facaee6bed4f5
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Thu Oct 6 22:33:33 2011 -0700

    Strip trailing whitespace
    
    Performed with: find * -type f | xargs perl -i -p -e 's{[ \t]+$}{}'
    git diff -w & git diff -b show no diffs from this change
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit fbd4b8fe00ba600b44232619425f76a6f4fa8208
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Sat Jan 29 11:45:11 2011 -0800

    Define pixel mask constant as unsigned long
    
    Clears Sun Studio cc warning of:
    "x2jet.c", line 1681: warning: constant promoted to unsigned long
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit 0b7c07a1667c1f7e692b7694d374f27d46c3c923
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Sat Jan 29 11:41:41 2011 -0800

    Refactor invalid depth error reporting to allow printf format checking
    
    Clears gcc warnings:
    x2jet.c: In function `validate_visual':
    x2jet.c:1053: warning: format not a string literal, argument types not checked
    x2jet.c:1055: warning: format not a string literal, argument types not checked
    x2jet.c:1057: warning: format not a string literal, argument types not checked
    x2jet.c:1059: warning: format not a string literal, argument types not checked
    x2jet.c:1064: warning: format not a string literal, argument types not checked
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit a02099a6869064c8b8c04a91acf5ece8568c7389
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Sat Jan 29 11:03:40 2011 -0800

    Replace gcc noreturn & printf attributes with macros from <X11/Xfuncproto.h>
    
    Adds dependency on x11proto 7.0.17 to get the definition of _X_NORETURN
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit 303aa90258f0ceff98e389b226860f0d0afe4c12
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Sat Jan 29 10:48:47 2011 -0800

    config: Replace obsolete argument to AC_OUTPUT with AC_CONFIG_FILES
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit 43f7a9381d0c056ee2a3da193fa8d953e5881dcc
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Sat Jan 29 10:47:32 2011 -0800

    config: Remove unnecessary calls from configure.ac
    
    AC_PROG_CC & AC_PROG_INSTALL are provided by XORG_DEFAULT_OPTIONS now
    PKG_CONFIG_MODULES handles AC_SUBST of the CFLAGS & LIBS variables
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit dde63ef2968b104d6deb99a2a56f576382b763a5
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Sat Jan 29 10:47:04 2011 -0800

    config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
    
    Regroup AC statements under the Autoconf initialization section.
    Regroup AM statements under the Automake initialization section.
    Add missing AC_CONFIG_SRCDIR
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit 9ffea606516f4138d91a163038b03669ce787b4a
Author: Gaetan Nadon <memsize@videotron.ca>
Date:   Sat Jan 29 10:44:22 2011 -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>
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit 96c2e6761517f2d8618e3b252e4825c25b5b7627
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Sat Jan 29 10:43:20 2011 -0800

    config: upgrade to util-macros 1.8 for additional man page support
    
    Use MAN_SUBST now supplied in XORG_MANPAGE_SECTIONS
    The value of MAN_SUBST is the same for all X.Org packages.
    
    Use AC_PROG_SED now supplied by XORG_DEFAULT_OPTIONS
    Enables use of platform appropriate version of sed.
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit 11569289123fb178e23fd1aa284e9fa10e6c1e8c
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Fri Aug 6 15:09:48 2010 -0700

    Fill in COPYING file with copyright notices from source code
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit ae7e1530f9e60e9a8747a1d4c38579510675f023
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date:   Fri Oct 16 19:13:21 2009 -0700

    xpr 1.0.3
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>

commit b4d488d7586892cfb8199b82a27f982a1717be66
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date:   Fri Oct 16 19:12:22 2009 -0700

    Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>

commit 304cd93438d75fe8b6964fe5a7bb077f031cac9e
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date:   Thu Oct 1 14:54:29 2009 -0700

    Add README with pointers to mailing lists, bugzilla, & git
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>

commit f53142c6882f08b646ebe6d614bb6f14d5dcdb57
Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
Date:   Thu Jan 22 17:34:02 2009 -0200

    Correct make distcheck and most gcc/sparse warnings.
    
      Remaining warnings are due to bit/shift operations mixed with
    addition/multiplication/etc. "1<<2-1" should be read as
    "1 << (2 - 1)", and not "(1 << 2) - 1". The first 2 warnings
    appear to be for a confusing case, as a few lines bellow
    it is adding parenthesis to the shift operation, but should be
    being parsed correctly (not added parenthesis to avoid the
    adding them wrong, and "hiding" the warning...)

commit bee786458655a081487f2caff112f85aa0c3c8de
Author: James Cloos <cloos@jhcloos.com>
Date:   Thu Dec 6 15:51:08 2007 -0500

    Add missing PHONY line for automatic ChangeLog generation

commit cceb5d7387f8dcc39000f8e27b82230e9a8f5019
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date:   Sat Jan 27 23:50:00 2007 -0800

    Version bump: 1.0.2

commit b3e250641a02791204a24ee955a41ce9371e35c3
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date:   Sat Jan 27 23:47:11 2007 -0800

    Replace static ChangeLog with dist-hook to generate from git

commit 028ed782e7a3e502e54f1343d66b1311cb00a900
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date:   Tue Jan 2 19:03:44 2007 -0800

    renamed: .cvsignore -> .gitignore

commit 9049071794e0cdf8d72851f52481e053f6d21ca4
Author: Eric S. Raymond <esr@thyrsus.com>
Date:   Tue Jan 2 19:03:09 2007 -0800

    Bug 9518: Markup problems on the xdpr.1 page
    
    <https://bugs.freedesktop.org/show_bug.cgi?id=9518>

commit c7d48ec1d3206d6eb250072fe5eb1511b43f0af2
Author: Kevin E Martin <kem@kem.org>
Date:   Wed Dec 21 02:29:53 2005 +0000

    Update package version for X11R7 release.

commit b5b4935d49c92babb1ff57d25f2e4ecb5491f80f
Author: Adam Jackson <ajax@nwnk.net>
Date:   Mon Dec 19 16:22:46 2005 +0000

    Stub COPYING files

commit d3840fd1c4ee62bb3c556fec71e17fe59740ecc3
Author: Kevin E Martin <kem@kem.org>
Date:   Thu Dec 15 00:24:10 2005 +0000

    Update package version number for final X11R7 release candidate.

commit bd9c0b849104aeb68b297171246cc30bfdb6ddaa
Author: Kevin E Martin <kem@kem.org>
Date:   Tue Dec 6 22:48:24 2005 +0000

    Change *man_SOURCES ==> *man_PRE to fix autotools warnings.

commit 5597c26daba5072fd9a0c6f943a424946af98875
Author: Kevin E Martin <kem@kem.org>
Date:   Sat Dec 3 05:49:27 2005 +0000

    Update package version number for X11R7 RC3 release.

commit 9402168a108ff81c81a8137ed5882b928d9960bc
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
Date:   Mon Nov 28 22:01:46 2005 +0000

    Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4
        update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir)

commit dfc64376daec039f564b023acc136af34a6f71ad
Author: Eric Anholt <anholt@freebsd.org>
Date:   Mon Nov 21 10:35:07 2005 +0000

    Another pass at .cvsignores for apps.

commit 84f2c29fd400a4d484622ac8b2eb7e7e90fda9b3
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
Date:   Mon Nov 21 03:14:16 2005 +0000

    Change dependency from xmu to xmuu since the full xmu (with all its baggage
        like Xt) is not needed here.

commit a1e58da278e8ff4105d96c4e8068ac27e62eb13b
Author: Eric Anholt <anholt@freebsd.org>
Date:   Sun Nov 20 22:08:55 2005 +0000

    Add/improve .cvsignore files for apps.

commit e3857fb739d8f4aaa871e64585a48bff0d6537a4
Author: Kevin E Martin <kem@kem.org>
Date:   Wed Oct 19 02:47:56 2005 +0000

    Update package version number for RC1 release.

commit fa885773b5b96ec051bbc477da5b0eaff28edb3a
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
Date:   Mon Oct 17 23:56:24 2005 +0000

    Use @APP_MAN_SUFFIX@ instead of $(APP_MAN_SUFFIX) in macro substitutions to
        work better with BSD make

commit 0cb5e946c3bdfb49101a6f018734a5cfe0db8f48
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
Date:   Fri Oct 14 00:25:47 2005 +0000

    Use sed to fill in variables in man page

commit 67e02555f85d8c6374bb2618391e200aa5165cea
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
Date:   Mon Aug 1 20:25:32 2005 +0000

    Install man pages to section 1 instead of section m (Patch from Donnie
        Berkholz)

commit ab0d5822ee12d003c1797f78dceec00c68c06be5
Author: Kevin E Martin <kem@kem.org>
Date:   Fri Jul 29 21:22:37 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 869f3a1bc4ff378d2c0437518b91154c43c16e87
Author: Adam Jackson <ajax@nwnk.net>
Date:   Wed Jul 20 19:32:03 2005 +0000

    Use a unique token for PKG_CHECK_MODULES. Otherwise, if you use a global
        configure cache, you cache it, and the cached value is probably wrong.

commit e3928f9b676c1054790b5ef69b8a568e80482189
Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
Date:   Fri Jul 1 21:10:15 2005 +0000

    symlink.sh: add xplsprinters.sgml xprehashprinterlist.sgml xdpr.script
    Check in build systems for xpr, xprehashprinterlist, xplsprinters

commit 5e2412e58e798657ae36bfddf643ff7da7b98e15
Author: Roland Mainz <roland.mainz@nrubsig.org>
Date:   Mon Nov 8 21:38:56 2004 +0000

    xc/programs/xpr/x2jet.c
    //freedesktop.org/bugzilla/show_bug.cgi?id=1795): Fix build bustage caused
        by bug 1779, patch by Bernhard Rosenkraenzer <bero@arklinux.org>.

commit aa81cc55645093145f346aa8ec490df00299c8fb
Author: Roland Mainz <roland.mainz@nrubsig.org>
Date:   Mon Nov 8 07:22:50 2004 +0000

    xc/programs/xpr/x2jet.c
    xc/programs/xpr/x2pmp.c
    xc/programs/xpr/xpr.c
    Fix various warnings, build problems in "xpr" and convert the whole source
        from K&R style to ANSI-C.

commit 9a961d11bea6be64c6f51b4f0829ff4fe2999c4a
Author: Roland Mainz <roland.mainz@nrubsig.org>
Date:   Sun Oct 31 02:14:06 2004 +0000

    Fix for https://freedesktop.org/bugzilla/show_bug.cgi?id=631 - Uploading
        "xpr" and "pclcomp" as they are needed for the RASTER and PCL drivers
        on some platforms.