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
This commit is contained in:
Hiroki Sato 2008-07-11 15:34:47 +00:00
parent fc6aa06eab
commit 18d2230e8a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=216703
4 changed files with 2 additions and 22 deletions

View file

@ -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 \

View file

@ -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

View file

@ -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 \

View file

@ -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