ports/160008: [PATCH] databases/postgresql-repmgr: fix RUN_DEPENDS (remove gmake)

Phil Phillips pphillips at experts-exchange.com
Mon Aug 22 18:50:08 UTC 2011


>Number:         160008
>Category:       ports
>Synopsis:       [PATCH] databases/postgresql-repmgr: fix RUN_DEPENDS (remove gmake)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Aug 22 18:50:08 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Phil Phillips
>Release:        8.2-RELEASE
>Organization:
Experts Exchange, LLC
>Environment:
FreeBSD builder-freebsd8.experts-exchange.com 8.1-RELEASE FreeBSD 8.1-RELEASE #0: Fri Jul 30 12:55:14 UTC 2010     root at letitbe.experts-exchange.com:/usr/obj/usr/src/sys/EEGENERIC  amd64
>Description:
gmake shouldn't be a run dependency of postgresql-repmgr.  From what I can tell, run dependencies of rsync and postgresql-server are sufficient.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

--- Makefile.orig	2011-08-22 11:04:26.000000000 -0700
+++ Makefile	2011-08-22 11:43:31.000000000 -0700
@@ -5,6 +5,7 @@
 
 PORTNAME=		postgresql-repmgr
 PORTVERSION=		1.1.0
+PORTREVISION=		1
 CATEGORIES=		databases
 MASTER_SITES=		http://projects.2ndquadrant.it/sites/default/files/
 DISTNAME=		repmgr-${PORTVERSION}
@@ -13,7 +14,7 @@
 COMMENT=		PostgreSQL replication manager
 
 BUILD_DEPENDS+=		postgresql-server>=9.0:${PORTSDIR}/databases/postgresql90-server
-RUN_DEPENDS=		${BUILD_DEPENDS} \
+RUN_DEPENDS=		postgresql-server>=9.0:${PORTSDIR}/databases/postgresql90-server \
 			rsync:${PORTSDIR}/net/rsync
 
 USE_GMAKE=		yes


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



More information about the freebsd-ports-bugs mailing list