Bug 183575 - [PATCH] graphics/flam3: Fix breakage on FreeBSD 10
Summary: [PATCH] graphics/flam3: Fix breakage on FreeBSD 10
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: John Marino
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-01 22:00 UTC by John Marino
Modified: 2013-11-18 10:10 UTC (History)
0 users

See Also:


Attachments
file.diff (430 bytes, patch)
2013-11-01 22:00 UTC, John Marino
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description John Marino 2013-11-01 22:00:02 UTC
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:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-11-01 22:00:10 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2013-11-01 22:00:10 UTC
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
Comment 3 John Marino freebsd_committer freebsd_triage 2013-11-12 10:04:56 UTC
Responsible Changed
From-To: freebsd-ports-bugs->marino

I'll take it.
Comment 4 dfilter service freebsd_committer freebsd_triage 2013-11-18 09:37:41 UTC
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"
Comment 5 John Marino freebsd_committer freebsd_triage 2013-11-18 10:10:16 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!