Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Aug 2011 18:48:02 GMT
From:      Phil Phillips <pphillips@experts-exchange.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/160008: [PATCH] databases/postgresql-repmgr: fix RUN_DEPENDS (remove gmake)
Message-ID:  <201108221848.p7MIm21M083924@red.freebsd.org>
Resent-Message-ID: <201108221850.p7MIo89W022955@freefall.freebsd.org>

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

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



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