Summary: | x11/fireflies buildfailure | ||
---|---|---|---|
Product: | Ports & Packages | Reporter: | Sean Bruno <sbruno> |
Component: | Individual Port(s) | Assignee: | Stefan Walter <stefan> |
Status: | Closed FIXED | ||
Severity: | Affects Only Me | ||
Priority: | Normal | ||
Version: | Latest | ||
Hardware: | Any | ||
OS: | Any |
Description
Sean Bruno
2013-03-05 14:50:01 UTC
Responsible Changed From-To: freebsd-bugs->freebsd-ports-bugs Ports PR Dear maintainer of x11/fireflies, a problem report has been submitted for your port for which your feedback might be required; its contents can be found at [1]. If it contains a patch or suggestions for a change, please send a followup to the PR explaining whether or not you approve it and want it to be committed. Regards, Stefan [1]: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/176666 Hi, I tried to build x11/fireflies on my desktop machine here, and it failed just like with Sean. Building it in a tinderbox on redports.org finished without problems, though. It looks like it pulls in headers installed by some other port - probably graphics/png. The fix for this will have to be provided by someone else, though... Best regards, Stefan State Changed From-To: open->feedback Awaiting maintainer's feedback. Responsible Changed From-To: freebsd-ports-bugs->stefan Track this while waiting for maintainer's feedback. Author: stefan Date: Thu May 2 10:43:53 2013 New Revision: 317093 URL: http://svnweb.freebsd.org/changeset/ports/317093 Log: Mark as BROKEN: does not compile when graphics/png is installed. PR: 176666 Submitted by: sbruno Modified: head/x11/fireflies/Makefile Modified: head/x11/fireflies/Makefile ============================================================================== --- head/x11/fireflies/Makefile Thu May 2 10:08:24 2013 (r317092) +++ head/x11/fireflies/Makefile Thu May 2 10:43:53 2013 (r317093) @@ -14,6 +14,8 @@ MASTER_SITES= http://somewhere.fscked.or MAINTAINER= umeno@rr.iij4u.or.jp COMMENT= Extension of xscreensaver +BROKEN= does not compile when graphics/png is installed (see ports/176666) + GNU_CONFIGURE= yes USE_GMAKE= yes USE_GL= yes _______________________________________________ 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" Adding "LIB_DEPENDS=png15:${PORTSDIR}/graphics/png" to the Makefile and testing it on redports.org led to the compile time error, so I've marked the port as BROKEN for now. Author: stefan Date: Sun May 5 16:36:32 2013 New Revision: 317421 URL: http://svnweb.freebsd.org/changeset/ports/317421 Log: - Use CONFLICTS instead of BROKEN. [1] - While here, convert to new style Makefile header. PR: 176666 [1] Submitted by: sbruno [1] Suggested by: eadler [1] Modified: head/x11/fireflies/Makefile Modified: head/x11/fireflies/Makefile ============================================================================== --- head/x11/fireflies/Makefile Sun May 5 16:12:13 2013 (r317420) +++ head/x11/fireflies/Makefile Sun May 5 16:36:32 2013 (r317421) @@ -1,9 +1,5 @@ -# New ports collection makefile for: fireflies -# Date created: 11 Feb 2006 -# Whom: UMENO Takashi <umeno@rr.iij4u.or.jp> -# +# Created by: UMENO Takashi <umeno@rr.iij4u.or.jp> # $FreeBSD$ -# PORTNAME= fireflies PORTVERSION= 2.07 @@ -14,7 +10,7 @@ MASTER_SITES= http://somewhere.fscked.or MAINTAINER= umeno@rr.iij4u.or.jp COMMENT= Extension of xscreensaver -BROKEN= does not compile when graphics/png is installed (see ports/176666) +CONFLICTS= png-[0-9]* GNU_CONFIGURE= yes USE_GMAKE= yes _______________________________________________ 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" Hi Sean, the patch in ports/178600 fixes the build for me. Can you verify that the port builds and works with it for you as expected, too? Best regards, Stefan On Mon, 2013-05-13 at 23:34 +0200, Stefan Walter wrote:
> ports/178600
Yup, perfect compile. PATCH away! :-)
Sean
State Changed From-To: feedback->closed Since ports/178600 has a patch that solves this issue, close my ticket as a duplicate. |