Bug 40804

Summary: /usr/devel/atk port depends on pkgconfig
Product: Ports & Packages Reporter: Nimrod Mesika <nimrodme>
Component: Individual Port(s)Assignee: freebsd-gnome (Nobody) <gnome>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Nimrod Mesika 2002-07-20 11:00:10 UTC
	gtk2 depends on libatk (the accessibility toolkit). /usr/ports/devel/atk needs a new version of pkgconfig -  yet the port does not depend on pkgconfig. The result is a configure script failure.

Fix: 

workaround: portsupgrade pkgconfig before installing gtk2
	fix: fix the atk makefile.
How-To-Repeat: 	if you don't have a new pkgconfig:
	cd /usr/ports/devel/atk
	make
Comment 1 Ying-Chieh Liao freebsd_committer freebsd_triage 2002-07-20 19:47:37 UTC
Responsible Changed
From-To: freebsd-ports->gnome

over to maintainer
Comment 2 Joe Marcus Clarke freebsd_committer freebsd_triage 2002-08-11 06:48:18 UTC
State Changed
From-To: open->closed

atk indirectly depends on pkgconfig.  If you do a make package-depends from 
within the atk directory, you will see the dependency on pkgconfig.  Now, 
currently, the ports system does not offer a way to verify that all 
the dependencies are up-to-date.  This is something that the 
sysutils/portupgrade system does quite well, however.