Bug 69146

Summary: [patch] devel/dotconf installs .pc files in $(prefix)/lib
Product: Ports & Packages Reporter: Konstantin Oznobihin <bork>
Component: Individual Port(s)Assignee: Clement Laforet <clement>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
patch-Makefile
none
file.diff none

Description Konstantin Oznobihin 2004-07-16 14:20:20 UTC
	devel/dotconf installs it's .pc files in $(prefix)/lib, while FreeBSD
	hierarchy rules says that such files should go into libdata. pkgconfig
	was changed to comply with these rules so it can not find .pc files which does
	not reside in libdata.

Fix: Added USE_GNOME=gnomehack to devel/dotconf/Makefile and changed
	devel/dotconf/pkg-plist accordingly
How-To-Repeat: 	cd /usr/ports/devel/dotconf
	make install
	pkg-config dotconf
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2004-07-16 23:05:21 UTC
Responsible Changed
From-To: freebsd-ports-bugs->clement

Over to maintainer.
Comment 2 Clement Laforet freebsd_committer freebsd_triage 2004-07-16 23:19:03 UTC
State Changed
From-To: open->closed

Committed, thanks!