Bug 69192 - [patch] x11-toolkits/gtkmathview installs .pc files in $(X11BASE)/lib
Summary: [patch] x11-toolkits/gtkmathview installs .pc files in $(X11BASE)/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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-07-17 16:00 UTC by Konstantin Oznobihin
Modified: 2004-08-13 15:39 UTC (History)
0 users

See Also:


Attachments
patch-Makefile (356 bytes, text/plain)
2004-07-17 16:00 UTC, Konstantin Oznobihin
no flags Details
file.diff (622 bytes, patch)
2004-07-17 16:00 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-17 16:00:35 UTC
	x11-toolkits/gtkmathview installs it's .pc files in $(X11BASE)/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 gnomehack to USE_GNOME in x11-toolkits/gtkmathview/Makefile and changed
	x11-toolkits/gtkmathview/pkg-plist accordingly
How-To-Repeat: 	cd /usr/ports/x11-toolkits/gtkmathview
	make install
	pkg-config gtkmathview
Comment 1 Volker Stolz freebsd_committer freebsd_triage 2004-07-20 12:39:21 UTC
Dear maintainer, please review the proposed patch!

Volker
Comment 2 Volker Stolz freebsd_committer freebsd_triage 2004-07-20 12:39:43 UTC
State Changed
From-To: open->feedback

Forwarded PR to maintainer
Comment 3 Volker Stolz freebsd_committer freebsd_triage 2004-08-13 15:39:22 UTC
State Changed
From-To: feedback->closed

Committed, thanks!