Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Jun 2014 23:07:29 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r359941 - in head/databases: postgresql84-client postgresql90-client postgresql91-client postgresql92-client postgresql93-client postgresql94-client
Message-ID:  <201406302307.s5UN7TaF079891@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Mon Jun 30 23:07:29 2014
New Revision: 359941
URL: http://svnweb.freebsd.org/changeset/ports/359941
QAT: https://qat.redports.org/buildarchive/r359941/

Log:
  Fixes build with readline from ports

Modified:
  head/databases/postgresql84-client/Makefile
  head/databases/postgresql90-client/Makefile
  head/databases/postgresql91-client/Makefile
  head/databases/postgresql92-client/Makefile
  head/databases/postgresql93-client/Makefile
  head/databases/postgresql94-client/Makefile

Modified: head/databases/postgresql84-client/Makefile
==============================================================================
--- head/databases/postgresql84-client/Makefile	Mon Jun 30 23:03:15 2014	(r359940)
+++ head/databases/postgresql84-client/Makefile	Mon Jun 30 23:07:29 2014	(r359941)
@@ -15,5 +15,6 @@ BUILD_DIRS=	config src/include src/inter
 CLIENT_ONLY=	yes
 COMPONENT=	-client
 USE_LDCONFIG=	yes
+USES=		readline
 
 .include "${MASTERDIR}/Makefile"

Modified: head/databases/postgresql90-client/Makefile
==============================================================================
--- head/databases/postgresql90-client/Makefile	Mon Jun 30 23:03:15 2014	(r359940)
+++ head/databases/postgresql90-client/Makefile	Mon Jun 30 23:07:29 2014	(r359941)
@@ -16,5 +16,6 @@ INSTALL_DIRS=	${BUILD_DIRS}
 CLIENT_ONLY=	yes
 COMPONENT=	-client
 USE_LDCONFIG=	yes
+USES=		readline
 
 .include "${MASTERDIR}/Makefile"

Modified: head/databases/postgresql91-client/Makefile
==============================================================================
--- head/databases/postgresql91-client/Makefile	Mon Jun 30 23:03:15 2014	(r359940)
+++ head/databases/postgresql91-client/Makefile	Mon Jun 30 23:07:29 2014	(r359941)
@@ -16,5 +16,6 @@ INSTALL_DIRS=	${BUILD_DIRS}
 CLIENT_ONLY=	yes
 COMPONENT=	-client
 USE_LDCONFIG=	yes
+USES=		readline
 
 .include "${MASTERDIR}/Makefile"

Modified: head/databases/postgresql92-client/Makefile
==============================================================================
--- head/databases/postgresql92-client/Makefile	Mon Jun 30 23:03:15 2014	(r359940)
+++ head/databases/postgresql92-client/Makefile	Mon Jun 30 23:07:29 2014	(r359941)
@@ -16,5 +16,6 @@ INSTALL_DIRS=	${BUILD_DIRS}
 CLIENT_ONLY=	yes
 COMPONENT=	-client
 USE_LDCONFIG=	yes
+USES=		readline
 
 .include "${MASTERDIR}/Makefile"

Modified: head/databases/postgresql93-client/Makefile
==============================================================================
--- head/databases/postgresql93-client/Makefile	Mon Jun 30 23:03:15 2014	(r359940)
+++ head/databases/postgresql93-client/Makefile	Mon Jun 30 23:07:29 2014	(r359941)
@@ -17,6 +17,6 @@ INSTALL_DIRS=	${BUILD_DIRS}
 CLIENT_ONLY=	yes
 COMPONENT=	-client
 USE_LDCONFIG=	yes
-USES=		pkgconfig
+USES=		pkgconfig readline
 
 .include "${MASTERDIR}/Makefile"

Modified: head/databases/postgresql94-client/Makefile
==============================================================================
--- head/databases/postgresql94-client/Makefile	Mon Jun 30 23:03:15 2014	(r359940)
+++ head/databases/postgresql94-client/Makefile	Mon Jun 30 23:07:29 2014	(r359941)
@@ -17,6 +17,6 @@ INSTALL_DIRS=	${BUILD_DIRS}
 CLIENT_ONLY=	yes
 COMPONENT=	-client
 USE_LDCONFIG=	yes
-USES=		pkgconfig
+USES=		pkgconfig readline
 
 .include "${MASTERDIR}/Makefile"



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