summaryrefslogtreecommitdiffstats
path: root/print/ghostscript-afpl/Makefile
diff options
context:
space:
mode:
authortrevor <trevor@FreeBSD.org>2002-01-22 02:36:52 +0000
committertrevor <trevor@FreeBSD.org>2002-01-22 02:36:52 +0000
commit2de833523a76af868f2579e4bee8a93ff9a60196 (patch)
treea91d46a533add76bdfd6738c2b96e78f8181a017 /print/ghostscript-afpl/Makefile
parentb1e605700499c7366c84f672c0ec0d31e3a56f1c (diff)
downloadFreeBSD-ports-2de833523a76af868f2579e4bee8a93ff9a60196.zip
FreeBSD-ports-2de833523a76af868f2579e4bee8a93ff9a60196.tar.gz
Update HPIJS (HP inkjet) driver to 1.0.2. This version adds the
phrase "PATENT INFRINGEMENT" to one hundred (100) disclaimers and allows full-bleed printing on the Photosmart 100. Therefore do the PORTVERSION Bump. Invoke perl more specifically. Support Microsoft .htm standard for home page. PR: 34139 Submitted by: KATO Tsuguru <tkato@prontomail.com>
Diffstat (limited to 'print/ghostscript-afpl/Makefile')
-rw-r--r--print/ghostscript-afpl/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/print/ghostscript-afpl/Makefile b/print/ghostscript-afpl/Makefile
index 54a6d88..8e54c50 100644
--- a/print/ghostscript-afpl/Makefile
+++ b/print/ghostscript-afpl/Makefile
@@ -7,7 +7,7 @@
PORTNAME= ghostscript
PORTVERSION= 7.03
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= print
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
http://members.ozemail.com.au/~geoffk/pdfencrypt/ \
@@ -111,7 +111,7 @@ GPRINT_SRC= ${GPRINT_NAME}.tar.gz
# HPinkjet - HP developed printer driver for PhotoSmart/DeskJet series
# http://hpinkjet.sourceforge.net/
HPIJS= hpijs
-HPIJS_VERS= 1.0.1
+HPIJS_VERS= 1.0.2
HPIJS_NAME= ${HPIJS}-${HPIJS_VERS}
HPIJS_SRC= ${HPIJS_NAME}.tar.gz
@@ -173,8 +173,8 @@ post-patch:
${PERL} -pi -e 's|CFLAGS="-O2 -Wall"|CFLAGS="\$$CFLAGS"|g ; \
s|CXXFLAGS="-O2 -Wall"|CXXFLAGS="\$$CXXFLAGS"|g' \
${WRKSRC}/${HPIJS_NAME}/configure
- find ${WRKSRC}/${HPIJS_NAME} -name '*.h' | xargs ${PERL} -pi -e \
- 's|#include <malloc.h>||g'
+ ${PERL} -pi -e 's|#include <malloc.h>||g' \
+ ${WRKSRC}/${HPIJS_NAME}/platform.h
# here we apply the modifications necessary to build the 3rd party drivers
# advantage: you see unmodified makefiles after a pure make extract
OpenPOWER on IntegriCloud