Page MenuHomeFreeBSD

net/libifconfig: Update to libifconfig-0.2
ClosedPublic

Authored by saheed on Feb 1 2026, 3:24 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Jun 25, 1:20 AM
Unknown Object (File)
Wed, Jun 24, 8:35 AM
Unknown Object (File)
Tue, Jun 23, 4:46 PM
Unknown Object (File)
Tue, Jun 23, 10:50 AM
Unknown Object (File)
Mon, Jun 22, 12:04 AM
Unknown Object (File)
Fri, Jun 19, 8:50 PM
Unknown Object (File)
Fri, Jun 19, 5:51 AM
Unknown Object (File)
Thu, Jun 18, 5:52 AM
Subscribers
None

Details

Summary

Add tarball for FreeBSD 15.0 and update tarball for CURRENT

Diff Detail

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

Event Timeline

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

This should be actually:

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

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
46

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';)

This revision is now accepted and ready to land.Feb 15 2026, 12:40 PM
  • net/libifconfig: Add tarball for FreeBSD 14.4
  • net/libifconfig: Add tarball for FreeBSD 15.1
  • net/libifconfig: Change upload make target to _upload_dist
  • net/libifconfig: Remove support for EOL FreeBSD 13.5
  • net/libifconfig: Update the commit hash for FreeBSD 16-CURRENT
This revision now requires review to proceed.May 30 2026, 3:15 PM
  • net/libifconfig: Require FreeBSD sources for lua template module
This revision was not accepted when it landed; it landed in state Needs Review.May 31 2026, 2:55 PM
This revision was automatically updated to reflect the committed changes.