Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Mar 2007 13:49:57 -0700 (PDT)
From:      Kian Mohageri <kian.mohageri@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        kian.mohageri@gmail.com
Subject:   ports/110457: IGNORE for pre-6.1
Message-ID:  <200703172049.l2HKnvYF030593@alvis.restek.wwu.edu>
Resent-Message-ID: <200703172050.l2HKo9qp014638@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@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@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200703172049.l2HKnvYF030593>