diff options
author | andreas <andreas@FreeBSD.org> | 2005-10-19 20:41:32 +0800 |
---|---|---|
committer | andreas <andreas@FreeBSD.org> | 2005-10-19 20:41:32 +0800 |
commit | e7c0c5240e9c1bca0871aae064214d3e110b377a (patch) | |
tree | 225e9848778a25d0726c82fb340646e0c063bc08 /print | |
parent | 845bcf35c9e6343389516db32b0ca6f6e9854635 (diff) | |
download | freebsd-ports-gnome-e7c0c5240e9c1bca0871aae064214d3e110b377a.tar.gz freebsd-ports-gnome-e7c0c5240e9c1bca0871aae064214d3e110b377a.tar.zst freebsd-ports-gnome-e7c0c5240e9c1bca0871aae064214d3e110b377a.zip |
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 <aarredon@cs.nmsu.edu>
Diffstat (limited to 'print')
-rw-r--r-- | print/apsfilter/Makefile | 3 | ||||
-rw-r--r-- | print/apsfilter/scripts/configure | 6 |
2 files changed, 5 insertions, 4 deletions
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 |