diff options
author | trevor <trevor@FreeBSD.org> | 2002-01-22 03:08:18 +0000 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2002-01-22 03:08:18 +0000 |
commit | fca42c6c02085c01f151f3f40208781548885119 (patch) | |
tree | 61061e4c874fbc1b9a5edcdbcab9c186edcaba8d /print/ghostscript7 | |
parent | 6b620b8d65c8c000a79544448ee49d79ac51ee8c (diff) | |
download | FreeBSD-ports-fca42c6c02085c01f151f3f40208781548885119.zip FreeBSD-ports-fca42c6c02085c01f151f3f40208781548885119.tar.gz |
Upgrade HPIJS (HP inkjet) driver to 1.0.2, featuring the latest
disclaimer technology (and allowing full-bleed printing on the
Photosmart 100), so increment PORTREVISION.
fix CAPS In Comment.
Invoke perl more specifically.
PR: 34140
Submitted by: KATO Tsuguru <tkato@prontomail.com>
Diffstat (limited to 'print/ghostscript7')
-rw-r--r-- | print/ghostscript7/Makefile | 10 | ||||
-rw-r--r-- | print/ghostscript7/distinfo | 2 |
2 files changed, 6 insertions, 6 deletions
diff --git a/print/ghostscript7/Makefile b/print/ghostscript7/Makefile index 7a0362b..dc89b97 100644 --- a/print/ghostscript7/Makefile +++ b/print/ghostscript7/Makefile @@ -7,7 +7,7 @@ PORTNAME= ghostscript PORTVERSION= 6.52 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_GNU} \ ${MASTER_SITE_SOURCEFORGE} \ @@ -98,7 +98,7 @@ PCL3_MAN1= gs-pcl3.1 pcl3opts.1 # http://www.harsch.net/Ghostscript/ghostscript.html HP970_DRV= gdevdj9.c.gz -# gimp-print - very high quality driver for Epson, HPs,... +# Gimp-Print - very high quality driver for Epson, HPs,... # http://gimp-print.sourceforge.net/ GPRINT= gimp-print GPRINT_VERS= 4.2.0 @@ -108,7 +108,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 @@ -168,8 +168,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 diff --git a/print/ghostscript7/distinfo b/print/ghostscript7/distinfo index b497370..828b8de 100644 --- a/print/ghostscript7/distinfo +++ b/print/ghostscript7/distinfo @@ -7,4 +7,4 @@ MD5 (ghostscript/hpdj-2.6.tar.gz) = dcc402281f36afd2041144e0e97917be MD5 (ghostscript/pcl3-3.3.tar.gz) = 34e664c2a98b847598f8441f8cac7ab6 MD5 (ghostscript/gdevdj9.c.gz) = f09ef883b8ba837fb42c608c01af7375 MD5 (ghostscript/gimp-print-4.2.0.tar.gz) = 4350e2ac1f27eccad0d7ce2aab90cdf6 -MD5 (ghostscript/hpijs-1.0.1.tar.gz) = 4ac76910a69eb781e35c8eca31db6008 +MD5 (ghostscript/hpijs-1.0.2.tar.gz) = 750923f29a5b70551ddea1d91b819cfa |