Created attachment 273345 [details] The diff file The latest upstream version of subnetcalc is 2.7.5. Therefore, the port net/subnetcalc needs an update. The updated version mainly provides improvements and support for NetBSD, OpenBSD, Solaris, and MacOS. Fix: The updated diff file subnetcalc-2.7.5.diff is attached.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=74b690290be737326e2c7ba4737272d7c1083a49 commit 74b690290be737326e2c7ba4737272d7c1083a49 Author: Yusuf Yaman <nxjoseph@FreeBSD.org> AuthorDate: 2026-07-31 13:49:50 +0000 Commit: Yusuf Yaman <nxjoseph@FreeBSD.org> CommitDate: 2026-07-31 13:51:12 +0000 net/subnetcalc: Update 2.7.1 => 2.7.5 Changelog: https://github.com/dreibh/subnetcalc/blob/subnetcalc-2.7.5/ChangeLog Commit log: https://github.com/dreibh/subnetcalc/compare/subnetcalc-2.7.1...subnetcalc-2.7.5 PR: 297195 Reported by: Thomas Dreibholz <thomas.dreibholz@gmail.com> (maintainer) Approved by: osa, vvd (Mentors, implicit) net/subnetcalc/Makefile | 2 +- net/subnetcalc/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-)
Hi, Thank you for your submission. I have did not make the change below > OPTIONS_DEFINE= GEOIP NLS > -OPTIONS_DEFAULT= GEOIP > +OPTIONS_DEFAULT= ${OPTIONS_DEFINE} Since NLS is already enabled by default, check Mk/bsd.options.mk. I have tested build in Poudriere on 14.4-RELEASE-amd64-main-2ebcd0ec7f2c and it seems OK. Committed, thanks.
(In reply to commit-hook from comment #1) > commit 74b690290be737326e2c7ba4737272d7c1083a49 > Author: Yusuf Yaman <nxjoseph@FreeBSD.org> Sorry for forgetting to change the Author.