diff options
author | hrs <hrs@FreeBSD.org> | 2008-07-11 23:34:47 +0800 |
---|---|---|
committer | hrs <hrs@FreeBSD.org> | 2008-07-11 23:34:47 +0800 |
commit | 99133210e2c7226354570865cf9a6831e5dd4cd2 (patch) | |
tree | 714b7da0b8b87226aafa29811ebc7a168ec62b03 /print | |
parent | 7a9df3064d7ca83404e4bc120db482dea4c2339e (diff) | |
download | freebsd-ports-gnome-99133210e2c7226354570865cf9a6831e5dd4cd2.tar.gz freebsd-ports-gnome-99133210e2c7226354570865cf9a6831e5dd4cd2.tar.zst freebsd-ports-gnome-99133210e2c7226354570865cf9a6831e5dd4cd2.zip |
Remove a workaround for PostScript files generated by old
acroread. GS reports an error when it reads some broken (but
should be processed) PS files.
Reported by: Chuck Robey
Diffstat (limited to 'print')
-rw-r--r-- | print/ghostscript-gpl/Makefile | 2 | ||||
-rw-r--r-- | print/ghostscript-gpl/files/patch-lib:gs_init.ps | 10 | ||||
-rw-r--r-- | print/ghostscript8/Makefile | 2 | ||||
-rw-r--r-- | print/ghostscript8/files/patch-lib:gs_init.ps | 10 |
4 files changed, 2 insertions, 22 deletions
diff --git a/print/ghostscript-gpl/Makefile b/print/ghostscript-gpl/Makefile index a77c83e0a339..c66912479d93 100644 --- a/print/ghostscript-gpl/Makefile +++ b/print/ghostscript-gpl/Makefile @@ -7,7 +7,7 @@ PORTNAME= ghostscript PORTVERSION= 8.62 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:S/$/:gs_srcs/} \ ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/GPL/gs${PORTVERSION:S/.//}/:gs_srcs \ diff --git a/print/ghostscript-gpl/files/patch-lib:gs_init.ps b/print/ghostscript-gpl/files/patch-lib:gs_init.ps deleted file mode 100644 index a5c5eaf1b8f3..000000000000 --- a/print/ghostscript-gpl/files/patch-lib:gs_init.ps +++ /dev/null @@ -1,10 +0,0 @@ ---- lib/gs_init.ps.orig Sat Mar 5 07:02:23 2005 -+++ lib/gs_init.ps Thu Apr 21 13:05:43 2005 -@@ -2241,3 +2241,7 @@ - ifelse - - % The interpreter will run the initial procedure (start). -+ -+% unofficial patch: -+% make it possible to print from within acroread pdf viewer -+/Default currenthalftone /Halftone defineresource pop diff --git a/print/ghostscript8/Makefile b/print/ghostscript8/Makefile index 77d9d260b79b..4109f818c342 100644 --- a/print/ghostscript8/Makefile +++ b/print/ghostscript8/Makefile @@ -7,7 +7,7 @@ PORTNAME= ghostscript8 PORTVERSION= 8.62 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:S/$/:gs_srcs/} \ ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/GPL/gs${PORTVERSION:S/.//}/:gs_srcs \ diff --git a/print/ghostscript8/files/patch-lib:gs_init.ps b/print/ghostscript8/files/patch-lib:gs_init.ps deleted file mode 100644 index a5c5eaf1b8f3..000000000000 --- a/print/ghostscript8/files/patch-lib:gs_init.ps +++ /dev/null @@ -1,10 +0,0 @@ ---- lib/gs_init.ps.orig Sat Mar 5 07:02:23 2005 -+++ lib/gs_init.ps Thu Apr 21 13:05:43 2005 -@@ -2241,3 +2241,7 @@ - ifelse - - % The interpreter will run the initial procedure (start). -+ -+% unofficial patch: -+% make it possible to print from within acroread pdf viewer -+/Default currenthalftone /Halftone defineresource pop |