Bug 123390 - x11-toolkits/gtk20 records xdamge
Summary: x11-toolkits/gtk20 records xdamge
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-05-04 10:40 UTC by dirk.meyer
Modified: 2008-05-04 21:30 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description dirk.meyer 2008-05-04 10:40:04 UTC
	11-toolkits/gtk20 detects xrender and records it in its
	*.pc files.

Fix: 

Appy this micro patch:

-USE_XORG=	xext xrender x11 xinerama xi xrandr xcursor xfixes
+USE_XORG=	xext xrender x11 xinerama xi xrandr xcursor xfixes xdamage
How-To-Repeat: 
	build and install x11-toolkits/gtk20 while xrender ist installed.

	grep -r xrender /usr/local/libdata/pkgconfig
/usr/local/libdata/pkgconfig/gdk-2.0.pc:Requires: gdk-pixbuf-2.0 pango pangocairo fontconfig x11 xext xrender xinerama xi xrandr xcursor xfixes xdamage
/usr/local/libdata/pkgconfig/gdk-x11-2.0.pc:Requires: gdk-pixbuf-2.0 pango pangocairo fontconfig x11 xext xrender xinerama xi xrandr xcursor xfixes xdamage

	deinstall xrender and try to build a gtk related port.
	e.G.	databases/animenfo-client-gtk
		deskutils/hot-babe
		graphics/dia
		graphics/poppler-gtk
		graphics/swfdec
		mail/thunderbird
		misc/lingoteach
		net/wireshark
		net-im/pidgin
		www/firefox
		www/nvu
		x11-fm/rox-filer
		x11-toolkits/gtkmm24

	stoping with this error whice configure:
[...]
checking for pkg-config... /usr/local/bin/pkg-config
checking for gtk+-2.0 >= 1.3.13... gnome-config: not found
gnome-config: not found
Package xdamage was not found in the pkg-config search path. Perhaps you should add the directory containing `xdamage.pc' to the PKG_CONFIG_PATH environment variable Package 'xdamage', required by 'GDK', not found
configure: error: Library requirements (gtk+-2.0 >= 1.3.13) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonsta
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-05-04 10:40:12 UTC
Responsible Changed
From-To: freebsd-ports-bugs->gnome

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Joe Marcus Clarke freebsd_committer freebsd_triage 2008-05-04 21:23:27 UTC
State Changed
From-To: open->closed

Committed, thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2008-05-04 21:23:28 UTC
marcus      2008-05-04 20:23:23 UTC

  FreeBSD ports repository

  Modified files:
    x11-toolkits/gtk20   Makefile 
  Log:
  Add a missing dependency on xdamage.
  
  PR:             123390
  Submitted by:   dinoex
  
  Revision  Changes    Path
  1.217     +2 -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"