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)
Mon, Dec 1, 4:13 PM
Unknown Object (File)
Fri, Nov 28, 11:05 AM
Unknown Object (File)
Fri, Nov 21, 1:58 PM
Unknown Object (File)
Fri, Nov 21, 1:57 PM
Unknown Object (File)
Fri, Nov 21, 1:56 PM
Unknown Object (File)
Fri, Nov 21, 1:55 PM
Unknown Object (File)
Fri, Nov 21, 1:55 PM
Unknown Object (File)
Fri, Nov 21, 1:53 PM
Subscribers

Details

Test Plan

Built it with a different PREFIX+LOCALBASE.

Diff Detail

Repository
rP FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 9448
Build 9901: arc lint + arc unit

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.