This port is broken on FreeBSD 10. Adding a single CFLAG (see attached patch) will fix it. Please approve for commit. Fix: Patch attached with submission follows:
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Maintainer of graphics/flam3, Please note that PR ports/183575 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/183575 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org
Responsible Changed From-To: freebsd-ports-bugs->marino I'll take it.
Author: marino Date: Mon Nov 18 09:37:33 2013 New Revision: 334162 URL: http://svnweb.freebsd.org/changeset/ports/334162 Log: graphics/flam3: Unbreak on F10 PR: ports/183575 Approved by: maintainer timeout Modified: head/graphics/flam3/Makefile Modified: head/graphics/flam3/Makefile ============================================================================== --- head/graphics/flam3/Makefile Mon Nov 18 09:13:32 2013 (r334161) +++ head/graphics/flam3/Makefile Mon Nov 18 09:37:33 2013 (r334162) @@ -22,7 +22,7 @@ GNU_CONFIGURE= yes USES= gmake pathfix pkgconfig CONFIGURE_ENV+= LIBS="-L${LOCALBASE}/lib" -CFLAGS+= -I${LOCALBASE}/include/libpng15 +CFLAGS+= -I${LOCALBASE}/include/libpng15 -I${LOCALBASE}/include NO_STAGE= yes .include <bsd.port.mk> _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: feedback->closed Committed. Thanks!