diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2007-03-27 19:59:21 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2007-03-27 19:59:21 +0000 |
commit | 20352fa29823ad73e4f06d086dc9598d1a274ab8 (patch) | |
tree | 8dca0c9c79381ab1af57f988e6007e2e7b2e40fa /print/ghostscript8/files/patch-lib:gs_init.ps | |
parent | 5524c9d83c74a287547f607c80964d27868191c1 (diff) |
- Update to 8.56
- Switch to GTK 2.x
- SWitch to ship-in jasper which contains some fixes for gs
PR: ports/110818
Submitted by: KATO Tsuguru <tkato432 at yahoo.com>
Notes
Notes:
svn path=/head/; revision=188581
Diffstat (limited to 'print/ghostscript8/files/patch-lib:gs_init.ps')
-rw-r--r-- | print/ghostscript8/files/patch-lib:gs_init.ps | 16 |
1 files changed, 4 insertions, 12 deletions
diff --git a/print/ghostscript8/files/patch-lib:gs_init.ps b/print/ghostscript8/files/patch-lib:gs_init.ps index 22d48fd79896..11ec1bba61cd 100644 --- a/print/ghostscript8/files/patch-lib:gs_init.ps +++ b/print/ghostscript8/files/patch-lib:gs_init.ps @@ -1,14 +1,6 @@ ---- 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 @@ +--- lib/gs_init.ps.orig Sat Mar 5 07:02:23 2005 ++++ lib/gs_init.ps Thu Apr 21 13:05:43 2005 +@@ -1440,7 +1440,7 @@ % Set the default screen and BG/UCR. /.setdefaultbgucr { systemdict /setblackgeneration known { @@ -17,7 +9,7 @@ } if } bind def /.useloresscreen { % - .useloresscreen <bool> -@@ -2199,3 +2200,7 @@ +@@ -2241,3 +2241,7 @@ ifelse % The interpreter will run the initial procedure (start). |