Page MenuHomeFreeBSD

libifconfig: Don't install the header
AbandonedPublic

Authored by manu on Mar 23 2020, 12:07 PM.
Tags
None
Referenced Files
F136939335: D24162.id.diff
Thu, Nov 20, 6:26 PM
F136938992: D24162.id69791.diff
Thu, Nov 20, 6:24 PM
F136937493: D24162.diff
Thu, Nov 20, 6:13 PM
Unknown Object (File)
Thu, Nov 20, 2:40 AM
Unknown Object (File)
Sun, Nov 16, 2:45 AM
Unknown Object (File)
Sat, Nov 15, 10:46 AM
Unknown Object (File)
Oct 18 2025, 9:24 PM
Unknown Object (File)
Oct 18 2025, 9:24 PM
Subscribers
None

Details

Reviewers
emaste
pizzamig
Group Reviewers
pkgbase
Summary

Since r344530 we've switch libifconfig as an internallib so it's not installed.
Do not install the header too.
This "solves" a problem with pkgbase where a libifconfig-development package
is created and due to how packages are created we add a dependency to a
libifconfig 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 30057
Build 27868: arc lint + arc unit

Event Timeline

OK with me, with the same comment as the other #INCS review that I wonder if we can instead just skip headers when INTERNALLIB is set

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