Page MenuHomeFreeBSD

Various net/axa fixes
ClosedPublic

Authored by truckman on Apr 5 2015, 11:24 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mar 5 2024, 6:58 PM
Unknown Object (File)
Mar 5 2024, 6:58 PM
Unknown Object (File)
Mar 5 2024, 12:52 AM
Unknown Object (File)
Dec 31 2023, 2:11 AM
Unknown Object (File)
Dec 26 2023, 5:33 AM
Unknown Object (File)
Dec 26 2023, 5:33 AM
Unknown Object (File)
Dec 24 2023, 4:20 PM
Unknown Object (File)
Dec 20 2023, 1:27 AM
Subscribers
None

Details

Reviewers
mat
Summary

Adapt to new USE_GITHUB features.

Add LICENSE_FILE.

Add sie-nmsg to RUN_DEPENDS.

Don't bother with install-strip because it was not stripping
libaxa.so, and sratool and sratunnel are stripped even without it.
Use ${STRIP_CMD} for the library.

Test Plan

Fetch and build port.

Diff Detail

Repository
rP FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

truckman retitled this revision from to Various net/axa fixes.
truckman updated this object.
truckman edited the test plan for this revision. (Show Details)
truckman added a reviewer: mat.
mat edited edge metadata.

I'm not sure USE_GITHUB will ever support DISTVERSIONPREFIX with a / in it, it's supposed to be in the filename verbatim. In that case, using GH_TAGNAME is perfectly valid.

This revision is now accepted and ready to land.Apr 5 2015, 11:41 PM
In D2233#3, @mat wrote:

I'm not sure USE_GITHUB will ever support DISTVERSIONPREFIX with a / in it, it's supposed to be in the filename verbatim. In that case, using GH_TAGNAME is perfectly valid.

I mentioned this issue on ports@ last week.
See: http://docs.freebsd.org/cgi/mid.cgi?551B9D24.5060200

This revision is now accepted and ready to land.Apr 6 2015, 3:08 AM