Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Dec 2014 20:58:26 +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: r375600 - head/graphics/sng
Message-ID:  <201412252058.sBPKwQn4041766@svn.freebsd.org>

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



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