ports/183166: postgresql-repmgr build failure

Alexander Pyhalov alp at sfedu.ru
Mon Oct 21 20:50:01 UTC 2013


>Number:         183166
>Category:       ports
>Synopsis:       postgresql-repmgr build failure
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Oct 21 20:50:01 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Alexander Pyhalov
>Release:        
>Organization:
South Federal University
>Environment:
>Description:
After recent changes in ports infrastructure postgresql-repmgr fails to build. Attached patch should fix the problem.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ur postgresql-repmgr-orig/Makefile postgresql-repmgr/Makefile
--- postgresql-repmgr-orig/Makefile	2013-09-20 20:13:47.000000000 +0400
+++ postgresql-repmgr/Makefile	2013-10-22 00:23:07.484594564 +0400
@@ -10,11 +10,11 @@
 MAINTAINER=	alp at sfedu.ru
 COMMENT=	PostgreSQL replication manager
 
-BUILD_DEPENDS=	postgresql-server>=9.0:${PORTSDIR}/databases/postgresql90-server
-RUN_DEPENDS:=	${BUILD_DEPENDS} \
-		rsync:${PORTSDIR}/net/rsync
+RUN_DEPENDS:=	rsync:${PORTSDIR}/net/rsync
 
 USE_GMAKE=	yes
+USE_PGSQL=	yes
+WANT_PGSQL_VER=	90+
 MAKE_ENV=	USE_PGXS=1
 
 PORTDOCS=	README.*


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


More information about the freebsd-ports-bugs mailing list