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)
Sat, Mar 9, 8:34 PM
Unknown Object (File)
Sat, Mar 9, 8:34 PM
Unknown Object (File)
Sat, Mar 9, 8:34 PM
Unknown Object (File)
Sat, Mar 9, 8:34 PM
Unknown Object (File)
Sat, Mar 9, 8:34 PM
Unknown Object (File)
Wed, Mar 6, 4:36 AM
Unknown Object (File)
Jan 16 2024, 2:19 AM
Unknown Object (File)
Jan 3 2024, 12:31 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
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 30297
Build 28070: arc lint + arc unit

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
10

^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.