Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Dec 2014 20:59:38 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r375601 - head/print/ghostscript7
Message-ID:  <201412252059.sBPKxcDY041993@svn.freebsd.org>

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



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