Bug 69146 - [patch] devel/dotconf installs .pc files in $(prefix)/lib
Summary: [patch] devel/dotconf installs .pc files in $(prefix)/lib
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: Clement Laforet
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-07-16 14:20 UTC by Konstantin Oznobihin
Modified: 2004-07-16 23:19 UTC (History)
0 users

See Also:


Attachments
patch-Makefile (309 bytes, text/plain)
2004-07-16 14:20 UTC, Konstantin Oznobihin
no flags Details
file.diff (329 bytes, patch)
2004-07-16 14:20 UTC, Konstantin Oznobihin
no flags Details | Diff

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