aboutsummaryrefslogtreecommitdiffstats
path: root/print
diff options
context:
space:
mode:
authorandreas <andreas@FreeBSD.org>2005-02-14 04:17:45 +0800
committerandreas <andreas@FreeBSD.org>2005-02-14 04:17:45 +0800
commit527db503c21f77ebcc2391004652ede595114b55 (patch)
tree5cf200f25aed7ca71102d8c1581ad30453a0d2c5 /print
parente5eeb04784a97d5993b8c58fc08e42325053af8f (diff)
downloadfreebsd-ports-gnome-527db503c21f77ebcc2391004652ede595114b55.tar.gz
freebsd-ports-gnome-527db503c21f77ebcc2391004652ede595114b55.tar.zst
freebsd-ports-gnome-527db503c21f77ebcc2391004652ede595114b55.zip
remove redundant patch which is contained in new apsfilter version
Diffstat (limited to 'print')
-rw-r--r--print/apsfilter/files/patch-bin_apsfilter.in13
1 files changed, 0 insertions, 13 deletions
diff --git a/print/apsfilter/files/patch-bin_apsfilter.in b/print/apsfilter/files/patch-bin_apsfilter.in
deleted file mode 100644
index 1726fe16cac2..000000000000
--- a/print/apsfilter/files/patch-bin_apsfilter.in
+++ /dev/null
@@ -1,13 +0,0 @@
---- bin/apsfilter.in.orig Sun May 11 09:32:08 2003
-+++ bin/apsfilter.in Sun May 11 09:32:48 2003
-@@ -1040,7 +1040,9 @@
- ${ACROREAD_OPTS:--level2 -fast}"
-
- cat > "$APS_TMPDIR/pdf"
-- if find_filter acroread4; then
-+ if find_filter acroread5; then
-+ eval acroread5 $ACROREAD_OPTS -pairs "$APS_TMPDIR/pdf" /dev/stdout
-+ elif find_filter acroread4; then
- eval acroread4 $ACROREAD_OPTS -pairs "$APS_TMPDIR/pdf" /dev/stdout
- elif find_filter acroread; then
- eval acroread $ACROREAD_OPTS -pairs "$APS_TMPDIR/pdf" /dev/stdout