Bug 216577 - devel/pkgconf: install libpkgconf.pc to libdata instead of lib
Summary: devel/pkgconf: install libpkgconf.pc to libdata instead of lib
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Baptiste Daroussin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-01-29 17:09 UTC by John Hein
Modified: 2017-01-29 17:12 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (bapt)


Attachments
[patch] install .pc file to libdata/pkgconfig (1.42 KB, patch)
2017-01-29 17:09 UTC, John Hein
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description John Hein 2017-01-29 17:09:13 UTC
Created attachment 179402 [details]
[patch] install .pc file to libdata/pkgconfig

libpkgconf.pc is currently installed to lib/pkgconfig, resulting in:

% pkgconf --libs libpkgconf                                                                                                    Package libpkgconf was not found in the pkg-config search path.
Perhaps you should add the directory containing `libpkgconf.pc'
to the PKG_CONFIG_PATH environment variable
Package 'libpkgconf', required by 'virtual:world', not found

The attached patch puts libpkgconf.pc into the normal freebsd pkgconf search path (libdata/pkgconfig).
Comment 1 commit-hook freebsd_committer freebsd_triage 2017-01-29 17:12:21 UTC
A commit references this bug:

Author: bapt
Date: Sun Jan 29 17:11:59 UTC 2017
New revision: 432786
URL: https://svnweb.freebsd.org/changeset/ports/432786

Log:
  Install the .pc file in the right place

  PR:		216577
  Submitted by:	John Hein <z7dr6ut7gs@snkmail.com>

Changes:
  head/devel/pkgconf/Makefile
  head/devel/pkgconf/pkg-plist
Comment 2 Baptiste Daroussin freebsd_committer freebsd_triage 2017-01-29 17:12:45 UTC
Thank note that I have use USES=pathfix instead of a custom patch