Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Jan 2026 23:52:49 +0000
From:      Robert Clausecker <fuz@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: bd7e3e8a36c4 - main - net-mgmt/nagios-pf-plugin: broken on FreeBSD 15, deprecate
Message-ID:  <697166d1.3a1ec.770269dd@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by fuz:

URL: https://cgit.FreeBSD.org/ports/commit/?id=bd7e3e8a36c48d6a31b8560c39b8ef033e6caa99

commit bd7e3e8a36c48d6a31b8560c39b8ef033e6caa99
Author:     Robert Clausecker <fuz@FreeBSD.org>
AuthorDate: 2026-01-17 12:09:15 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2026-01-21 23:51:56 +0000

    net-mgmt/nagios-pf-plugin: broken on FreeBSD 15, deprecate
    
    This port requires the obsolete ioctl(DIOCGETSTATUS), which is no
    longer supported on FreeBSD 15.  Upstream is dead, so deprecate.
    It also has some questionable warnings.
    
    See also:       D41651
    MFH:            2026Q1
---
 net-mgmt/nagios-pf-plugin/Makefile | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/net-mgmt/nagios-pf-plugin/Makefile b/net-mgmt/nagios-pf-plugin/Makefile
index 5cba3dd375ec..6be3e41d1e66 100644
--- a/net-mgmt/nagios-pf-plugin/Makefile
+++ b/net-mgmt/nagios-pf-plugin/Makefile
@@ -1,12 +1,18 @@
 PORTNAME=	nagios-pf-plugin
 PORTVERSION=	0.1
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	net-mgmt
 
 MAINTAINER=	rand@iteris.com
 COMMENT=	Nagios plugin for checking PF
 WWW=		https://github.com/kian/nagios-pf-plugin/
 
+# https://reviews.freebsd.org/D41651
+BROKEN_FreeBSD_15=	requires no longer supported ioctl(DIOCGETSTATUS)
+
+DEPRECATED=	dead upstream, broken on FreeBSD 15
+EXPIRATION_DATE=	2026-03-31
+
 USE_GITHUB=	yes
 GH_ACCOUNT=	kian
 GH_TAGNAME=	2aba423


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?697166d1.3a1ec.770269dd>