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)
Fri, Apr 19, 2:53 PM
Unknown Object (File)
Fri, Apr 19, 12:01 PM
Unknown Object (File)
Tue, Apr 16, 4:33 PM
Unknown Object (File)
Jan 23 2024, 1:08 PM
Unknown Object (File)
Jan 16 2024, 6:14 AM
Unknown Object (File)
Dec 25 2023, 8:18 PM
Unknown Object (File)
Dec 25 2023, 8:18 PM
Unknown Object (File)
Dec 25 2023, 8:18 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