ports/79618: [PATCH] net-mgmt/nagios: Unbreak WITH_PGSQL case

Ulrich Spoerlein q at uni.de
Thu Apr 7 09:20:04 UTC 2005


>Number:         79618
>Category:       ports
>Synopsis:       [PATCH] net-mgmt/nagios: Unbreak WITH_PGSQL case
>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:   Thu Apr 07 09:20:03 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Ulrich Spoerlein
>Release:        FreeBSD 5.4-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD roadrunner 5.4-PRERELEASE FreeBSD 5.4-PRERELEASE #0: Wed Mar 30 23:20:28 CEST 2005
>Description:
databases/postgresql7 is long gone ...

Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
cd /usr/ports/net-mgmt/nagios12 && make -DWITH_PGSQL describe
nagios-1.2_2,1|/usr/ports/net-mgmt/nagios12|/usr/local|Extremely powerful network monitoring systemnagios-1.2_2,1: "/usr/ports/databases/postgresql7" non-existent -- dependency list incomplete
|/usr/ports/net-mgmt/nagios12/pkg-descr|ports at FreeBSD.org|net-mgmt|*** Error code 1

Stop in /usr/ports/net-mgmt/nagios12.

>Fix:

--- nagios-1.2_2,1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/net-mgmt/nagios12/Makefile,v
retrieving revision 1.42
diff -u -u -r1.42 Makefile
--- Makefile	6 Apr 2005 10:09:43 -0000	1.42
+++ Makefile	7 Apr 2005 09:12:52 -0000
@@ -72,7 +72,7 @@
 .endif
 
 .if defined(WITH_PGSQL)
-LIB_DEPENDS+=	pq.3:${PORTSDIR}/databases/postgresql7
+USE_PGSQL=	yes
 CONFIGURE_ARGS+=--with-pgsql-lib=${LOCALBASE}/pgsql \
 		--with-pgsql-inc=${LOCALBASE}/pgsql \
 		--with-pgsql-xdata
--- nagios-1.2_2,1.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list