Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Sep 2018 13:01:39 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r480382 - head/print/ghostscript9-agpl-base
Message-ID:  <201809221301.w8MD1dDg094484@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809221301.w8MD1dDg094484>