Page MenuHomeFreeBSD

net/libifconfig: Update to libifconfig-0.2
Needs ReviewPublic

Authored by saheed on Sun, Feb 1, 3:24 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Feb 3, 10:55 PM
Unknown Object (File)
Tue, Feb 3, 7:39 AM
Unknown Object (File)
Mon, Feb 2, 4:47 PM
Unknown Object (File)
Mon, Feb 2, 4:40 PM
Unknown Object (File)
Mon, Feb 2, 1:55 PM
Unknown Object (File)
Mon, Feb 2, 9:00 AM
Unknown Object (File)
Mon, Feb 2, 9:00 AM
Unknown Object (File)
Mon, Feb 2, 8:58 AM
Subscribers
None

Details

Reviewers
bofh
Summary

Add tarball for FreeBSD 15.0 and update tarball for CURRENT

Diff Detail

Repository
R11 FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 70326
Build 67209: arc lint + arc unit

Event Timeline

saheed requested review of this revision.Sun, Feb 1, 3:24 PM
saheed created this revision.
net/libifconfig/Makefile
31

This should be actually:

${OSVERSION} >= 1600000 && ${OSVERSION} < 1700000
42

I think it's best to rewrite the Makefile rather than multiple patch files. Like you can actually grab this number from uname -U and save in a variable and reuse it to have different logics in different versions rather than having EXTRA_PATCHES.

net/libifconfig: Update to libifconfig-0.2

  • Add tarball for FreeBSD 15.0 and update tarball for CURRENT
  • Rewrite the Makefile of libifconfig with files/Makefile.in

If I am not mistaken the patch is missing a git rm -f files/patch-Makefile.

saheed added inline comments.
net/libifconfig/Makefile
42

I've made it replace the libifconfig Makefile with a custom one for port

If I am not mistaken the patch is missing a git rm -f files/patch-Makefile.

it's removed for me ('o';)