Bug 126558

Summary: [PATCH] xcomposite needed for x11-toolkits/gtk20
Product: Ports & Packages Reporter: Mel <mel>
Component: Individual Port(s)Assignee: freebsd-gnome (Nobody) <gnome>
Status: Closed FIXED    
Severity: Affects Only Me CC: gnome
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
gtk20.diff none

Description Mel 2008-08-16 01:40:01 UTC
http://sendpr.rachie.is-a-geek.net/firefox-3.0.1_1,1.log

The first few lines are ls -al /var/db/pkg. The gnomeloganalyzer reported
"stale libraries", which couldn't be the case since everything is built
from scratch. Hence, I looked further.

Build is done as make -DBATCH -DUSE_PACKAGE_DEPENDS. Contents of specific
options files from /var/db/ports can be made available if needed.

Fix: The following patch successfully builds firefox3. No further testing has
been done.
How-To-Repeat: 	In a (mostly) clean environment, build www/firefox3 or anything that
	needs x11-toolkits/gtk20.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-08-16 02:13:26 UTC
Responsible Changed
From-To: freebsd-ports-bugs->gnome

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-09-04 23:05:45 UTC
mezz        2008-09-04 22:05:35 UTC

  FreeBSD ports repository

  Modified files:
    x11-toolkits/gtk20   Makefile 
  Log:
  Add xcomposite dependency. Its configure has an autocheck that will build
  with xcomposite library and added dependency requirement in gdk-2.0.pc if
  xcomposite exists in system. Bump the PORTREVISION.
  
  PR:             ports/126558
  Submitted by:   Mel <mel@rachie.is-a-geek.net>
  
  Revision  Changes    Path
  1.222     +3 -2      ports/x11-toolkits/gtk20/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Jeremy Messenger freebsd_committer freebsd_triage 2008-09-04 23:06:57 UTC
State Changed
From-To: open->closed

Committed, thanks!