aboutsummaryrefslogtreecommitdiff
path: root/print/ghostscript8
diff options
context:
space:
mode:
authorHiroki Sato <hrs@FreeBSD.org>2010-08-03 15:39:45 +0000
committerHiroki Sato <hrs@FreeBSD.org>2010-08-03 15:39:45 +0000
commitcf15b47e2e0699090f8d805bc18002177eb9c69d (patch)
tree88c85a29d753862da8bfb54009cc3cd71030037e /print/ghostscript8
parentca488fa30e88823189ba223137f24a2d7899ff5b (diff)
downloadports-cf15b47e2e0699090f8d805bc18002177eb9c69d.tar.gz
ports-cf15b47e2e0699090f8d805bc18002177eb9c69d.zip
Use graphics/jbig2dec for libjbig2dec instead of the bundled one.
Submitted by: mi
Notes
Notes: svn path=/head/; revision=258699
Diffstat (limited to 'print/ghostscript8')
-rw-r--r--print/ghostscript8/Makefile5
-rw-r--r--print/ghostscript8/files/patch-jbig2dec__os_types.h11
2 files changed, 3 insertions, 13 deletions
diff --git a/print/ghostscript8/Makefile b/print/ghostscript8/Makefile
index 80523a5f5cda..27bf5114cba0 100644
--- a/print/ghostscript8/Makefile
+++ b/print/ghostscript8/Makefile
@@ -7,7 +7,7 @@
PORTNAME= ghostscript8
PORTVERSION= 8.71
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= print
MASTER_SITES= http://ghostscript.com/releases/:gs_srcs \
SF/ghostscript/files/GPL%20Ghostscript/${PORTVERSION}:gs_srcs \
@@ -25,6 +25,7 @@ COMMENT= Ghostscript 8.x PostScript interpreter
LIB_DEPENDS= expat:${PORTSDIR}/textproc/expat2 \
jasper:${PORTSDIR}/graphics/jasper \
+ jbig2dec:${PORTSDIR}/graphics/jbig2dec \
jpeg:${PORTSDIR}/graphics/jpeg \
png:${PORTSDIR}/graphics/png \
tiff:${PORTSDIR}/graphics/tiff
@@ -84,7 +85,7 @@ MLINKS= gslp.1 gsbj.1 \
ps2ps.1 eps2eps.1
CIDFONTDIR= ${DATADIR}/${PORTVERSION}/Resource
-EXCLUDE_DIRS= jpeg expat jasper libpng tiff zlib
+EXCLUDE_DIRS= jbig2dec jpeg expat jasper libpng tiff zlib
.include "Makefile.drivers"
.include <bsd.port.pre.mk>
diff --git a/print/ghostscript8/files/patch-jbig2dec__os_types.h b/print/ghostscript8/files/patch-jbig2dec__os_types.h
deleted file mode 100644
index 4ce75024cc04..000000000000
--- a/print/ghostscript8/files/patch-jbig2dec__os_types.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- jbig2dec/os_types.h.orig Thu Dec 29 04:56:24 2005
-+++ jbig2dec/os_types.h Sun May 28 01:10:59 2006
-@@ -47,7 +47,7 @@
-
- #if defined(HAVE_STDINT_H) || defined(__MACOS__)
- # include <stdint.h>
--#elif defined(__VMS)
-+#elif defined(__VMS) || defined(__FreeBSD__)
- # include <inttypes.h>
- #endif
-