Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Apr 2005 11:15:27 +0200 (CEST)
From:      Ulrich Spoerlein <q@uni.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        flz@FreeBSD.org
Subject:   ports/79618: [PATCH] net-mgmt/nagios: Unbreak WITH_PGSQL case
Message-ID:  <200504070915.j379FR8i001691@roadrunner.q.local>
Resent-Message-ID: <200504070920.j379K3GO038975@freefall.freebsd.org>

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

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



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