Date: Mon, 21 Oct 2013 20:45:20 GMT From: Alexander Pyhalov <alp@sfedu.ru> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/183166: postgresql-repmgr build failure Message-ID: <201310212045.r9LKjKqs032672@oldred.freebsd.org> Resent-Message-ID: <201310212050.r9LKo1kw049961@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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@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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310212045.r9LKjKqs032672>