ports/189773: databases/postgresql-repmgr incorrect dependency

Dmitry Morozovsky marck at FreeBSD.org
Tue May 13 15:50:01 UTC 2014


>Number:         189773
>Category:       ports
>Synopsis:       databases/postgresql-repmgr incorrect dependency
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue May 13 15:50:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Dmitry Morozovsky
>Release:        FreeBSD [8910]-STABLE {i386,amd64}
>Organization:
Cronyx Plus LLC (RiNet ISP)
>Environment:
System: FreeBSD 10-STABLR, 9-STABLE, 8-STABLE


>Description:

PostgreSQL repmgr links with libpgcommon.a, which is installed by server
component, not client.

>How-To-Repeat:

>Fix:

This is not ideal, as server is required for *building*, not for running, but
is simple enough.


Index: Makefile
===================================================================
--- Makefile	(revision 351962)
+++ Makefile	(working copy)
@@ -15,7 +15,7 @@
 RUN_DEPENDS=	rsync:${PORTSDIR}/net/rsync
 
 USES=	gmake
-USE_PGSQL=	yes
+USE_PGSQL=	server
 WANT_PGSQL_VER=	90+
 MAKE_ENV=	USE_PGXS=1
 
>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-ports-bugs mailing list