svn commit: r375601 - head/print/ghostscript7

Baptiste Daroussin bapt at FreeBSD.org
Thu Dec 25 20:59:38 UTC 2014


Author: bapt
Date: Thu Dec 25 20:59:37 2014
New Revision: 375601
URL: https://svnweb.freebsd.org/changeset/ports/375601
QAT: https://qat.redports.org/buildarchive/r375601/

Log:
  Mark as broken after png update

Modified:
  head/print/ghostscript7/Makefile

Modified: head/print/ghostscript7/Makefile
==============================================================================
--- head/print/ghostscript7/Makefile	Thu Dec 25 20:58:25 2014	(r375600)
+++ head/print/ghostscript7/Makefile	Thu Dec 25 20:59:37 2014	(r375601)
@@ -21,6 +21,8 @@ COMMENT=	Ghostscript 7.x PostScript inte
 
 LICENSE=	GPLv2
 
+BROKEN=		Does not support modern png
+
 LIB_DEPENDS=	libjpeg.so:${PORTSDIR}/graphics/jpeg \
 		libpng.so:${PORTSDIR}/graphics/png
 RUN_DEPENDS=	${LOCALBASE}/share/ghostscript/fonts/a010013l.pfb:${PORTSDIR}/print/gsfonts
@@ -46,8 +48,7 @@ MAKE_ENV=	CFLAGS_STANDARD="${CFLAGS}" \
 		XCFLAGS="${XCFLAGS}" XLDFLAGS="${XLDFLAGS}" \
 		EXTRALIBS="${EXTRALIBS}"
 CPPFLAGS+=	-fPIC -DUPD_SIGNAL=0 -I. -I${WRKSRC}/gimp-print		\
-		-I${LOCALBASE}/include/libpng -I${LOCALBASE}/include	\
-		-I${LOCALBASE}/include/libpng15
+		-I${LOCALBASE}/include
 LDFLAGS+=	${XLDFLAGS}
 XCFLAGS=	${PTHREAD_CFLAGS}
 XLDFLAGS=	-L${LOCALBASE}/lib -L${WRKSRC}/gimp-print ${PTHREAD_LIBS}


More information about the svn-ports-head mailing list