Bug 189026 - graphics/clutter-gtk 0.10.8_5 fails to build
Summary: graphics/clutter-gtk 0.10.8_5 fails to build
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: freebsd-gnome (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-26 17:20 UTC by Sean Bruno
Modified: 2014-04-27 18:01 UTC (History)
0 users

See Also:


Attachments
file.txt (30.26 KB, text/plain)
2014-04-26 17:20 UTC, Sean Bruno
no flags Details
clutter-gtk.patch (450 bytes, patch)
2014-04-26 17:50 UTC, Tijl Coosemans
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sean Bruno freebsd_committer freebsd_triage 2014-04-26 17:20:00 UTC
Build failure of clutter-gtk

Fix: Patch attached with submission follows:
How-To-Repeat: build port
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-04-26 17:25:11 UTC
Responsible Changed
From-To: freebsd-ports-bugs->gnome

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Tijl Coosemans freebsd_committer freebsd_triage 2014-04-26 17:50:08 UTC
Please try the attached patch.
Comment 3 sbruno 2014-04-26 18:00:28 UTC
On Sat, 2014-04-26 at 18:50 +0200, Tijl Coosemans wrote:
> Please try the attached patch.


Confirmed fixed.  Thanks!

sean
Comment 4 dfilter service freebsd_committer freebsd_triage 2014-04-27 17:52:37 UTC
Author: tijl
Date: Sun Apr 27 16:52:34 2014
New Revision: 352438
URL: http://svnweb.freebsd.org/changeset/ports/352438
QAT: https://qat.redports.org/buildarchive/r352438/

Log:
  Fix build after r351936 by disabling the examples subdirectory.  One of
  the examples uses gthread API but doesn't link to it.
  
  PR:		ports/189026

Modified:
  head/graphics/clutter-gtk/Makefile

Modified: head/graphics/clutter-gtk/Makefile
==============================================================================
--- head/graphics/clutter-gtk/Makefile	Sun Apr 27 16:29:44 2014	(r352437)
+++ head/graphics/clutter-gtk/Makefile	Sun Apr 27 16:52:34 2014	(r352438)
@@ -23,4 +23,7 @@ CPPFLAGS+=	-I${LOCALBASE}/include ${PTHR
 LDFLAGS+=	-L${LOCALBASE}/lib ${PTHREAD_LIBS}
 INSTALL_TARGET=	install-strip
 
+post-patch:
+	@${REINPLACE_CMD} '/SUBDIRS =/s/examples//' ${WRKSRC}/Makefile.in
+
 .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 Tijl Coosemans freebsd_committer freebsd_triage 2014-04-27 18:01:23 UTC
State Changed
From-To: open->closed

Fixed in r352438.