Bug 69149 - [patch] security/opensc installs .pc files in $(prefix)/lib
Summary: [patch] security/opensc 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: Bruce M Simpson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-07-16 14:20 UTC by Konstantin Oznobihin
Modified: 2004-08-30 14:08 UTC (History)
0 users

See Also:


Attachments
patch-src::libopensc::Makefile.in (370 bytes, text/plain)
2004-07-16 14:20 UTC, Konstantin Oznobihin
no flags Details
file.diff (361 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:22 UTC
	security/opensc 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: Changed src/libopensc/Makefile.in to use libdata (patch should be
        placed in security/opensc/files) and fixed security/opensc/pkg-plist
	accordingly.
How-To-Repeat: 	cd /usr/ports/security/opensc
	make install
	pkg-config libopensc
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2004-07-16 23:07:34 UTC
Responsible Changed
From-To: freebsd-ports-bugs->bms

Over to maintainer.
Comment 2 Volker Stolz freebsd_committer freebsd_triage 2004-08-30 14:08:06 UTC
State Changed
From-To: open->closed

Committed, thanks!