ports/126684: [PATCH] net-mgmt/nagios: preapre for net-mgmt/ndoutils, cleanups

Philip M. Gollucci pgollucci at FreeBSD.org
Wed Aug 20 15:10:02 UTC 2008


>Number:         126684
>Category:       ports
>Synopsis:       [PATCH] net-mgmt/nagios: preapre for net-mgmt/ndoutils, cleanups
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Aug 20 15:10:00 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Philip M. Gollucci
>Release:        FreeBSD 7.0-RELEASE amd64
>Organization:
Riderway Inc.
>Environment:
System: FreeBSD riderwayinc.com 7.0-RELEASE FreeBSD 7.0-RELEASE #2: Thu Feb 28 21:20:48 UTC 2008
>Description:
- Gaurantee that the event_broker support is compiled in as net-mgmt/ndoutils requires it
  The config default is off, so I didn't make this a flag
- Use SF macro
- PREFIX is by default part of SUB_LIST
- Bump PORTREVISION

XXXX - doesn't look like pkg-deinstall is working -- see:
http://tinderbox-riderway.com:808/index.php?action=describe_port&id=600

Port maintainer (jarrod at netleader.com.au) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- nagios-3.0.3_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/net-mgmt/nagios-devel/Makefile,v
retrieving revision 1.16
diff -u -u -r1.16 Makefile
--- Makefile	5 Jul 2008 05:34:56 -0000	1.16
+++ Makefile	20 Aug 2008 14:58:32 -0000
@@ -7,9 +7,9 @@
 
 PORTNAME=	nagios
 DISTVERSION=	3.0.3
+PORTREVISION=	1
 CATEGORIES=	net-mgmt
-MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR=	nagios
+MASTER_SITES=	SF
 
 MAINTAINER=	jarrod at netleader.com.au
 COMMENT=	Extremely powerful network monitoring system
@@ -59,7 +59,8 @@
 		--sysconfdir=${PREFIX}/etc/nagios \
 		--localstatedir=${NAGIOSDIR} \
 		--with-httpd-conf=${PREFIX}/etc \
-		--with-checkresult-dir=${NAGIOSDIR}/checkresults
+		--with-checkresult-dir=${NAGIOSDIR}/checkresults \
+		--enable-event-broker=yes
 
 CONFIGURE_ENV=	CPPFLAGS="${CPPFLAGS}" \
 		CFLAGS="${CFLAGS}" \
@@ -83,8 +84,7 @@
 		pkg-deinstall \
 		pkg-message
 
-SUB_LIST=	PREFIX=${PREFIX} \
-		${PLIST_SUB}
+SUB_LIST=	${PLIST_SUB}
 
 .if defined(WITH_EMBEDDED_PERL)
 .if ${PERL_LEVEL} >= 500800
--- nagios-3.0.3_1.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list