diff options
author | Simon Barner <barner@FreeBSD.org> | 2005-06-10 17:10:07 +0000 |
---|---|---|
committer | Simon Barner <barner@FreeBSD.org> | 2005-06-10 17:10:07 +0000 |
commit | 807d62154b1b5d67bce73e19e964891eeb8e0433 (patch) | |
tree | 3ed518c5b672e576a07afef43edcb7e9b0ee13ad /print/ghostscript8/files/patch-lib:gs_init.ps | |
parent | b2e2b7af72975563b3b5b02227f8971df838c0f9 (diff) |
- Fix build on 4-stable when PCL3 driver is enabled [1]
- Update MASTER_SITES for MD2K driver
- Add DMPRT driver
- Add patches necessary for building cups-pstoraster
- Add KRGB support patch for IJS driver
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Tested by: Jose M Rodriguez <josemi@freebsd.jazztel.es>
Pointy hat to: barner [1]
Reported by: kris via pointyhat [1]
Notes
Notes:
svn path=/head/; revision=137206
Diffstat (limited to 'print/ghostscript8/files/patch-lib:gs_init.ps')
-rw-r--r-- | print/ghostscript8/files/patch-lib:gs_init.ps | 18 |
1 files changed, 13 insertions, 5 deletions
diff --git a/print/ghostscript8/files/patch-lib:gs_init.ps b/print/ghostscript8/files/patch-lib:gs_init.ps index 70de88245ddc..22d48fd79896 100644 --- a/print/ghostscript8/files/patch-lib:gs_init.ps +++ b/print/ghostscript8/files/patch-lib:gs_init.ps @@ -1,6 +1,14 @@ ---- lib/gs_init.ps.orig Fri Feb 1 12:25:45 2002 -+++ lib/gs_init.ps Sat Feb 9 01:42:10 2002 -@@ -1274,7 +1274,7 @@ +--- lib/gs_init.ps.orig Tue Sep 7 00:40:52 2004 ++++ lib/gs_init.ps Tue May 24 22:19:25 2005 +@@ -122,6 +122,7 @@ + currentdict /DELAYBIND known /DELAYBIND exch def + currentdict /DISKFONTS known /DISKFONTS exch def + currentdict /DOINTERPOLATE .knownget { /INTERPOLATE exch def } if ++currentdict /NOMEDIAATTRS known /NOMEDIAATTRS exch def + currentdict /ESTACKPRINT known /ESTACKPRINT exch def + currentdict /FAKEFONTS known /FAKEFONTS exch def + currentdict /FIXEDMEDIA known /FIXEDMEDIA exch def +@@ -1420,7 +1421,7 @@ % Set the default screen and BG/UCR. /.setdefaultbgucr { systemdict /setblackgeneration known { @@ -9,8 +17,8 @@ } if } bind def /.useloresscreen { % - .useloresscreen <bool> -@@ -1874,3 +1874,7 @@ - userdict /AGM_preserve_spots false put +@@ -2199,3 +2200,7 @@ + ifelse % The interpreter will run the initial procedure (start). + |