Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 May 2014 19:40:54 +0400 (MSK)
From:      Dmitry Morozovsky <marck@FreeBSD.org>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        alp@sfedu.ru
Subject:   ports/189773: databases/postgresql-repmgr incorrect dependency
Message-ID:  <201405131540.s4DFeskO041854@castor.rinet.ru>
Resent-Message-ID: <201405131550.s4DFo0xP058653@freefall.freebsd.org>

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

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



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