Page MenuHomeFreeBSD

www/nift: Update to 2.2
ClosedPublic

Authored by lbartoletti on Apr 5 2020, 6:10 AM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Apr 18, 5:11 AM
Unknown Object (File)
Mon, Apr 8, 12:02 AM
Unknown Object (File)
Mar 9 2024, 8:34 PM
Unknown Object (File)
Mar 9 2024, 8:34 PM
Unknown Object (File)
Mar 9 2024, 8:34 PM
Unknown Object (File)
Mar 9 2024, 8:34 PM
Unknown Object (File)
Mar 9 2024, 8:34 PM
Unknown Object (File)
Mar 6 2024, 4:36 AM
Subscribers

Details

Summary
  • Update to 2.2
Test Plan
  • Portlint (looks fine.)
  • Poudriere (11/12/HEAD i386/amd64)

Diff Detail

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

Event Timeline

This revision is now accepted and ready to land.Apr 5 2020, 6:45 AM

Use %%LOCALBASE%% instead of hardcoded /usr/local

This revision now requires review to proceed.Apr 5 2020, 7:26 AM
www/nift/files/patch-Makefile
9 ↗(On Diff #70221)

^the first / seems not necessary.

but good catch :)

but, why not simply use USES=localbase, which already adds -L/-I to ${LOCALBASE} -- then that hunk could be dropped completely, no?

but, why not simply use USES=localbase, which already adds -L/-I to ${LOCALBASE} -- then that hunk could be dropped completely, no?

I tried too, but nift Makefile doesn't seems to take care about our flags (even patching Makefile to replace LINK by LDFLAGS and add USES localbase:ldflags)

Remove the first path separator not required

This revision is now accepted and ready to land.Apr 5 2020, 5:02 PM
This revision was automatically updated to reflect the committed changes.