svn commit: r359941 - in head/databases: postgresql84-client postgresql90-client postgresql91-client postgresql92-client postgresql93-client postgresql94-client

Baptiste Daroussin bapt at FreeBSD.org
Mon Jun 30 23:07:31 UTC 2014


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"


More information about the svn-ports-head mailing list