svn commit: r480382 - head/print/ghostscript9-agpl-base

Tijl Coosemans tijl at FreeBSD.org
Sat Sep 22 13:01:39 UTC 2018


Author: tijl
Date: Sat Sep 22 13:01:38 2018
New Revision: 480382
URL: https://svnweb.freebsd.org/changeset/ports/480382

Log:
  Remove bundled CUPS in post-patch so its headers cannot be included.
  
  This fixes the powerpc64 build.
  
  PR:		231549
  Reported by:	Piotr Kubaj <pkubaj at anongoth.pl>

Modified:
  head/print/ghostscript9-agpl-base/Makefile

Modified: head/print/ghostscript9-agpl-base/Makefile
==============================================================================
--- head/print/ghostscript9-agpl-base/Makefile	Sat Sep 22 12:49:01 2018	(r480381)
+++ head/print/ghostscript9-agpl-base/Makefile	Sat Sep 22 13:01:38 2018	(r480382)
@@ -2,6 +2,7 @@
 
 PORTNAME=	ghostscript
 PORTVERSION=	9.25
+PORTREVISION=	1
 CATEGORIES=	print
 MASTER_SITES=	https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs${PORTVERSION:S/.//}/
 PKGNAMESUFFIX=	9-agpl-base
@@ -66,9 +67,9 @@ IJS_DESC=		Support libijs based Ghostscript devices
 IJS_LIB_DEPENDS=	libijs.so:print/libijs
 
 post-patch:
-	@${RM} -r ${WRKSRC}/freetype ${WRKSRC}/ijs ${WRKSRC}/jbig2dec \
-		${WRKSRC}/jpeg ${WRKSRC}/libpng ${WRKSRC}/openjpeg \
-		${WRKSRC}/zlib
+	@${RM} -r ${WRKSRC}/cups/libs ${WRKSRC}/freetype ${WRKSRC}/ijs \
+		${WRKSRC}/jbig2dec ${WRKSRC}/jpeg ${WRKSRC}/libpng \
+		${WRKSRC}/openjpeg ${WRKSRC}/zlib
 
 post-install:
 	${MV} ${STAGEDIR}${PREFIX}/bin/gsc ${STAGEDIR}${PREFIX}/bin/gs


More information about the svn-ports-head mailing list