View | Details | Raw Unified | Return to bug 270989 | Differences between
and this patch

Collapse All | Expand All

(-)b/print/ghostscript10/Makefile (-5 / +8 lines)
Lines 1-8 Link Here
1
PORTNAME=	ghostscript
1
PORTNAME=	ghostscript
2
DISTVERSION=	10.01.1
2
DISTVERSION=	10.01.1
3
PORTREVISION=	2
3
PORTREVISION=	3
4
CATEGORIES=	print
4
CATEGORIES=	print
5
MASTER_SITES=	https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs${DISTVERSION:S/.//g}/
5
MASTER_SITES=	https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs${DISTVERSION:S/.//g}/
6
PKGNAMESUFFIX=	10
6
7
7
MAINTAINER=	michael.osipov@siemens.com
8
MAINTAINER=	michael.osipov@siemens.com
8
COMMENT=	PostScript and PDF interpreter
9
COMMENT=	PostScript and PDF interpreter
Lines 59-66 CONFIGURE_ARGS= --disable-compile-inits \ Link Here
59
		--with-libiconv=maybe \
60
		--with-libiconv=maybe \
60
		--with-libidn \
61
		--with-libidn \
61
		--with-libpaper \
62
		--with-libpaper \
62
		--with-system-libtiff \
63
		--with-system-libtiff
63
		--without-x
64
64
65
GS_MINOR_VERSION=	${DISTVERSION:R:E}
65
GS_MINOR_VERSION=	${DISTVERSION:R:E}
66
PLIST_SUB=	GS_MINOR_VERSION=${GS_MINOR_VERSION}
66
PLIST_SUB=	GS_MINOR_VERSION=${GS_MINOR_VERSION}
Lines 68-74 PLIST_SUB= GS_MINOR_VERSION=${GS_MINOR_VERSION} Link Here
68
ALL_TARGET=	so
68
ALL_TARGET=	so
69
INSTALL_TARGET=	soinstall
69
INSTALL_TARGET=	soinstall
70
70
71
OPTIONS_DEFINE=	CUPS IJS TESSERACT
71
OPTIONS_DEFINE=	CUPS IJS TESSERACT X11
72
OPTIONS_DEFAULT=CUPS
72
OPTIONS_DEFAULT=CUPS
73
73
74
IJS_DESC=		Support libijs based Ghostscript devices
74
IJS_DESC=		Support libijs based Ghostscript devices
Lines 85-90 TESSERACT_CONFIGURE_WITH= tesseract Link Here
85
# No TESSERACT_LIB_DEPENDS=	libtesseract.so:graphics/tesseract
85
# No TESSERACT_LIB_DEPENDS=	libtesseract.so:graphics/tesseract
86
# See https://bugs.ghostscript.com/show_bug.cgi?id=706490
86
# See https://bugs.ghostscript.com/show_bug.cgi?id=706490
87
87
88
X11_CONFIGURE_WITH=	x
89
X11_USES=	xorg
90
X11_USE=	xorg=ice,sm,x11,xext,xt
91
88
post-patch:
92
post-patch:
89
	@${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \
93
	@${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \
90
		${PATCH_WRKSRC}/man/gs.1
94
		${PATCH_WRKSRC}/man/gs.1
91
- 

Return to bug 270989