ports/110457: IGNORE for pre-6.1
Kian Mohageri
kian.mohageri at gmail.com
Sat Mar 17 20:50:11 UTC 2007
>Number: 110457
>Category: ports
>Synopsis: IGNORE for pre-6.1
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Sat Mar 17 20:50:09 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator: Kian Mohageri
>Release: FreeBSD 6.2-RELEASE-p1 i386
>Organization:
>Environment:
System: FreeBSD alvis.restek.wwu.edu 6.2-RELEASE-p1 FreeBSD 6.2-RELEASE-p1 #0: Thu Feb 15 01:38:23 PST 2007 root at alvis.restek.wwu.edu:/usr/obj/usr/src/sys/ALVIS-SMP i386
>Description:
This program requires OpenBSD's strtonum(3) which was imported in 6.1. IGNORE seemed more fitting than BROKEN, based on the descriptions from the Porter's Handbook. Change if needed.
>How-To-Repeat:
>Fix:
--- nagios_pf_plugin.diff begins here ---
diff -ruN --exclude=CVS /usr/ports/net-mgmt/nagios-pf-plugin/Makefile /usr/home/kian/testing/nagios-pf-plugin/Makefile
--- /usr/ports/net-mgmt/nagios-pf-plugin/Makefile Fri Mar 9 02:11:57 2007
+++ /usr/home/kian/testing/nagios-pf-plugin/Makefile Sat Mar 17 13:40:06 2007
@@ -8,7 +8,8 @@
PORTNAME= nagios-pf-plugin
PORTVERSION= 0.1
CATEGORIES= net-mgmt
-MASTER_SITES= http://www.zampanosbits.com/check_pf/
+MASTER_SITES= http://www.zampanosbits.com/check_pf/ \
+ http://restek.wwu.edu/~kian/
DISTNAME= check_pf-${PORTVERSION}
MAINTAINER= kian.mohageri at gmail.com
@@ -22,6 +23,12 @@
SUB_LIST= MASTER_SITES=${MASTER_SITES} \
NAGIOS_PLUGIN_DIR=${NAGIOS_PLUGIN_DIR}
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 601000
+IGNORE= requires FreeBSD 6.1 or later
+.endif
+
pre-everything::
@${ECHO_MSG} ""
@${ECHO_MSG} "You can redefine the following additional variables:"
@@ -44,4 +51,4 @@
post-install:
@${CAT} ${PKGMESSAGE}
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
--- nagios_pf_plugin.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list