Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Jun 2005 11:34:39 -0400 (EDT)
From:      Vivek Khera <vivek@khera.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/82734: fix dependency on slony1 port
Message-ID:  <20050628153439.5C966B863@yertle.kcilink.com>
Resent-Message-ID: <200506281540.j5SFeJoD018760@freefall.freebsd.org>

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

>Number:         82734
>Category:       ports
>Synopsis:       fix dependency on slony1 port
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jun 28 15:40:19 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Vivek Khera
>Release:        FreeBSD 5.4-STABLE amd64
>Organization:
>Environment:
System: FreeBSD yertle.int.kciLink.com 5.4-STABLE FreeBSD 5.4-STABLE #7: Tue May 31 11:38:22 EDT 2005 khera@yertle.int.kciLink.com:/usr/obj/usr/src/sys/YERTLE amd64


	
>Description:
	

the slony1 build (configure, specifically) process requires one file installed
by the postgres port.  this patch fixes that dependency.  you only notice it
if you try to install slony1 without postgres already installed, which seems
to be likely only on the package build cluster :-)

>How-To-Repeat:
	
>Fix:

	

patch databases/slony1/Makefile thusly:


--- Makefile	Fri Jun 24 07:22:42 2005
+++ Makefile.new	Tue Jun 28 11:18:46 2005
@@ -15,6 +15,7 @@
 
 PGSQL_PORT=	${PORTSDIR}/databases/postgresql${PGSQL_VER}-server
 RUN_DEPENDS=	${LOCALBASE}/bin/postmaster:${PGSQL_PORT}
+BUILD_DEPENDS=	${LOCALBASE}/bin/postmaster:${PGSQL_PORT}
 
 GNU_CONFIGURE=	yes
 USE_GMAKE=	yes
>Release-Note:
>Audit-Trail:
>Unformatted:



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