Bug 126558 - [PATCH] xcomposite needed for x11-toolkits/gtk20
Summary: [PATCH] xcomposite needed for x11-toolkits/gtk20
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: 2008-08-16 01:40 UTC by Mel
Modified: 2008-09-04 23:10 UTC (History)
1 user (show)

See Also:


Attachments
gtk20.diff (718 bytes, patch)
2008-08-16 01:40 UTC, Mel
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!