ports/82734: fix dependency on slony1 port

Vivek Khera vivek at khera.org
Tue Jun 28 15:40:20 UTC 2005


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



More information about the freebsd-ports-bugs mailing list