Page MenuHomeFreeBSD

Fix build/packaging when PREFIX+LOCALBASE are not /usr/local.
ClosedPublic

Authored by bdrewery on May 22 2017, 5:46 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Nov 13, 3:14 PM
Unknown Object (File)
Wed, Nov 12, 2:19 AM
Unknown Object (File)
Tue, Nov 4, 4:32 PM
Unknown Object (File)
Fri, Oct 31, 2:34 PM
Unknown Object (File)
Sat, Oct 25, 9:00 PM
Unknown Object (File)
Sat, Oct 25, 1:44 AM
Unknown Object (File)
Wed, Oct 22, 7:26 AM
Unknown Object (File)
Oct 12 2025, 5:48 AM
Subscribers

Details

Test Plan

Built it with a different PREFIX+LOCALBASE.

Diff Detail

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

Event Timeline

No PORTREVISION bump is needed since it is purely a build fix.

Hrm, it's not quite working. Hitting some bug in check-plist. The basic change here is still right though - that /usr/local should not be hardcoded. Looking for proper fix.

Use PREFIX, which is stored in RESETPREFIX by bsd.port.mk.

This revision was automatically updated to reflect the committed changes.