Bug 189773 - databases/postgresql-repmgr incorrect dependency
Summary: databases/postgresql-repmgr incorrect dependency
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-13 16:50 UTC by Dmitry Morozovsky
Modified: 2014-05-30 06:40 UTC (History)
1 user (show)

See Also:


Attachments
file.diff (295 bytes, patch)
2014-05-13 16:50 UTC, Dmitry Morozovsky
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dmitry Morozovsky freebsd_committer freebsd_triage 2014-05-13 16:50:00 UTC
PostgreSQL repmgr links with libpgcommon.a, which is installed by server
component, not client.

Fix: This is not ideal, as server is required for *building*, not for running, but
is simple enough.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-05-13 16:50:04 UTC
Maintainer of databases/postgresql-repmgr,

Please note that PR ports/189773 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/189773

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2014-05-13 16:50:05 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 Po-Chuan Hsieh freebsd_committer freebsd_triage 2014-05-30 06:29:55 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sunpoet

I'll take it.
Comment 4 dfilter service freebsd_committer freebsd_triage 2014-05-30 06:31:19 UTC
Author: sunpoet
Date: Fri May 30 05:31:16 2014
New Revision: 355775
URL: http://svnweb.freebsd.org/changeset/ports/355775
QAT: https://qat.redports.org/buildarchive/r355775/

Log:
  - Fix dependency: this port requires libpgcommon.a from postgresqlXX-server
  - Bump PORTREVISION for dependency change
  
  PR:		ports/189773
  Submitted by:	marck
  Approved by:	Muhammad Moinur Rahman <5u623l20@gmail.com> (maintainer)

Modified:
  head/databases/postgresql-repmgr/Makefile

Modified: head/databases/postgresql-repmgr/Makefile
==============================================================================
--- head/databases/postgresql-repmgr/Makefile	Fri May 30 04:09:41 2014	(r355774)
+++ head/databases/postgresql-repmgr/Makefile	Fri May 30 05:31:16 2014	(r355775)
@@ -3,6 +3,7 @@
 
 PORTNAME=	postgresql-repmgr
 PORTVERSION=	2.0
+PORTREVISION=	1
 CATEGORIES=	databases
 MASTER_SITES=	http://www.repmgr.org/download/
 DISTNAME=	repmgr-${PORTVERSION}
@@ -15,7 +16,7 @@ LICENSE=	GPLv3
 RUN_DEPENDS=	rsync:${PORTSDIR}/net/rsync
 
 USES=		gmake
-USE_PGSQL=	yes
+USE_PGSQL=	server
 WANT_PGSQL_VER=	90+
 MAKE_ENV=	USE_PGXS=1
 
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 5 Po-Chuan Hsieh freebsd_committer freebsd_triage 2014-05-30 06:33:48 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!