Page MenuHomeFreeBSD

Switch to USES=archive instead of LIB_DEPENDS
ClosedPublic

Authored by adridg on Mar 11 2018, 5:18 PM.
Tags
None
Referenced Files
Unknown Object (File)
Oct 21 2024, 7:55 PM
Unknown Object (File)
Oct 4 2024, 10:02 PM
Unknown Object (File)
Oct 2 2024, 4:40 PM
Unknown Object (File)
Oct 2 2024, 1:30 AM
Unknown Object (File)
Sep 20 2024, 12:50 AM
Unknown Object (File)
Aug 31 2024, 6:32 PM
Unknown Object (File)
Aug 31 2024, 6:32 PM
Unknown Object (File)
Aug 31 2024, 6:27 PM
Subscribers

Details

Summary

The LIB_DEPENDS happened to pick up ports libarchive as long as CMake
depends on ports libarchive, but otherwise base libarchive is found
by the ports system while the CMake build system *doesn't* find it.
This leads to plist errors:

> Checking for items in pkg-plist which are not in STAGEDIR

Error: Missing: lib/qmmp/Input/libarchive.so

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable