Page MenuHomeFreeBSD

libpmcstat: Don't install the header
AbandonedPublic

Authored by manu on Mar 23 2020, 12:27 PM.
Tags
None
Referenced Files
F153038383: D24163.id.diff
Sat, Apr 18, 6:58 PM
Unknown Object (File)
Thu, Apr 16, 10:57 PM
Unknown Object (File)
Sun, Apr 12, 5:10 PM
Unknown Object (File)
Wed, Apr 8, 11:47 PM
Unknown Object (File)
Mon, Apr 6, 1:37 AM
Unknown Object (File)
Fri, Apr 3, 3:32 AM
Unknown Object (File)
Mar 19 2026, 4:11 AM
Unknown Object (File)
Mar 19 2026, 4:08 AM
Subscribers

Details

Reviewers
emaste
pizzamig
bapt
Group Reviewers
pkgbase
Summary

libpmcstat is an internallib so don't install the header.
This "solves" a problem with pkgbase where a libpmcstat-development package
is created and due to how packages are created we add a dependency to a
libpmcstat package that doesn't exists.

Reported-by: pizzamig
Signed-off-by: Emmanuel Vadot <manu@freebsd.org>

Diff Detail

Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 30058
Build 27869: arc lint + arc unit

Event Timeline

Why not just removing the line?

In D24163#531328, @bapt wrote:

Why not just removing the line?

Just in case one day we stop making libpmcstat internallib, but I can remove it now if you prefer.

This revision is now accepted and ready to land.Mar 23 2020, 12:42 PM

Fine with me, but I wonder, can we just have the mk file automatically not install headers if INTERNALLIB?