svn commit: r375600 - head/graphics/sng

Baptiste Daroussin bapt at FreeBSD.org
Thu Dec 25 20:58:27 UTC 2014


Author: bapt
Date: Thu Dec 25 20:58:25 2014
New Revision: 375600
URL: https://svnweb.freebsd.org/changeset/ports/375600
QAT: https://qat.redports.org/buildarchive/r375600/

Log:
  Mark as broken after png update

Modified:
  head/graphics/sng/Makefile

Modified: head/graphics/sng/Makefile
==============================================================================
--- head/graphics/sng/Makefile	Thu Dec 25 20:55:54 2014	(r375599)
+++ head/graphics/sng/Makefile	Thu Dec 25 20:58:25 2014	(r375600)
@@ -9,12 +9,13 @@ MASTER_SITES=	SF/${PORTNAME}/
 MAINTAINER=	robak at FreeBSD.org
 COMMENT=	Compiler/decompiler for Scriptable Network Graphics
 
+BROKEN=		Does not support modern png
+
 BUILD_DEPENDS=	${LOCALBASE}/lib/X11/rgb.txt:${PORTSDIR}/x11/rgb
 RUN_DEPENDS=	${LOCALBASE}/lib/X11/rgb.txt:${PORTSDIR}/x11/rgb
 LIB_DEPENDS=	libpng.so:${PORTSDIR}/graphics/png
 
 GNU_CONFIGURE=	yes
-CFLAGS+=	-I${LOCALBASE}/include/libpng15
 LDFLAGS+=	-L${LOCALBASE}/lib
 CONFIGURE_ARGS=	--with-png-inc=${LOCALBASE}/include \
 		--with-rgbtxt=${LOCALBASE}/lib/X11/rgb.txt


More information about the svn-ports-head mailing list