summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorAndreas Klemm <andreas@FreeBSD.org>2005-02-13 20:17:45 +0000
committerAndreas Klemm <andreas@FreeBSD.org>2005-02-13 20:17:45 +0000
commitfef4c66c8618dd8a2f9cee90ac9cb60c5125da2e (patch)
tree5f7cf622000f958e19e0dbb953527d7c5104ed86 /print
parent- Fix plist on amd64 by putting i386 specific items under WITH_VIDIX (diff)
remove redundant patch which is contained in new apsfilter version
Notes
Notes: svn path=/head/; revision=128724
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