From e7c0c5240e9c1bca0871aae064214d3e110b377a Mon Sep 17 00:00:00 2001 From: andreas Date: Wed, 19 Oct 2005 12:41:32 +0000 Subject: Thanks for the bugreport including fix. Fix was not complete, I added the missing changes for manual config. - Depend on acroread7 instead of acroread5. Acroread5 is outdated and marked BROKEN due to multiple security issues So the port didn't build/install - changed manual config and batch mode - portrevision bump Submitted by: Antonio Arredondo --- print/apsfilter/Makefile | 3 ++- print/apsfilter/scripts/configure | 6 +++--- 2 files changed, 5 insertions(+), 4 deletions(-) (limited to 'print') diff --git a/print/apsfilter/Makefile b/print/apsfilter/Makefile index fbae81e9817b..ae70138171c7 100644 --- a/print/apsfilter/Makefile +++ b/print/apsfilter/Makefile @@ -7,6 +7,7 @@ PORTNAME= apsfilter PORTVERSION= 7.2.6 +PORTREVISION= 1 CATEGORIES= print MASTER_SITES= http://www.apsfilter.org/download/ @@ -86,7 +87,7 @@ RUN_DEPENDS+= htmldoc:${PORTSDIR}/textproc/htmldoc RUN_DEPENDS+= psnup:${PORTSDIR}/print/psutils-${PAPERSIZE} .if !defined(WITHOUT_X11) # "xxx to ps" filter utilities that require X -RUN_DEPENDS+= acroread5:${PORTSDIR}/print/acroread +RUN_DEPENDS+= acroread7:${PORTSDIR}/print/acroread7 RUN_DEPENDS+= convert:${PORTSDIR}/graphics/ImageMagick RUN_DEPENDS+= dvips:${PORTSDIR}/print/teTeX RUN_DEPENDS+= wmf2eps:${PORTSDIR}/graphics/libwmf diff --git a/print/apsfilter/scripts/configure b/print/apsfilter/scripts/configure index 611bd57b4626..7e8c701bcb63 100644 --- a/print/apsfilter/scripts/configure +++ b/print/apsfilter/scripts/configure @@ -19,7 +19,7 @@ GS_NO_X11 "Postscript for non-PS printer, no X11" OFF \ GS_PDF_CRYPT "print encrypted PDF files using gs" ON \ PSUTILS "for pseudo duplex printing + paper handling" ON \ A2PS "ASCII files in different styles/orientation" ON \ -ACROREAD5 "PDF files, needs Linux emulation" ON \ +ACROREAD7 "PDF files, needs Linux emulation" ON \ CONVERT "support for lots of graphic file formats" ON \ DVIPS "TeX DVI files" OFF \ FIG2DEV "XFIG drawings" OFF \ @@ -101,8 +101,8 @@ while [ "$1" ]; do ;; esac ;; - \"ACROREAD5\") - echo RUN_DEPENDS+=acroread5:${PORTSDIR}/print/acroread + \"ACROREAD7\") + echo RUN_DEPENDS+=acroread7:${PORTSDIR}/print/acroread7 ;; \"CONVERT\") echo RUN_DEPENDS+=convert:${PORTSDIR}/graphics/ImageMagick -- cgit