summaryrefslogtreecommitdiff
path: root/databases/postgresql90-client
diff options
context:
space:
mode:
authorPalle Girgensohn <girgen@FreeBSD.org>2015-02-05 22:54:34 +0000
committerPalle Girgensohn <girgen@FreeBSD.org>2015-02-05 22:54:34 +0000
commit262af710e75062789fef1dfdcd828d76841b8ffc (patch)
treee49fcab890056e0159fdc2fafe174ec3980a7412 /databases/postgresql90-client
parentUpdate PostgreSQL-9.x to latests versions. (diff)
Update PostgreSQL-9.x to latests versions.
This update fixes multiple security issues reported in PostgreSQL over the past few months. All of these issues require prior authentication, and some require additional conditions, and as such are not considered generally urgent. However, users should examine the list of security holes patched below in case they are particularly vulnerable. Security: CVE-2015-0241,CVE-2015-0242,CVE-2015-0243, CVE-2015-0244,CVE-2014-8161
Notes
Notes: svn path=/head/; revision=378500
Diffstat (limited to 'databases/postgresql90-client')
-rw-r--r--databases/postgresql90-client/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/postgresql90-client/Makefile b/databases/postgresql90-client/Makefile
index 4bb0edd358b6..df55e41d5a18 100644
--- a/databases/postgresql90-client/Makefile
+++ b/databases/postgresql90-client/Makefile
@@ -8,6 +8,7 @@ COMMENT= PostgreSQL database (client)
MASTERDIR= ${.CURDIR}/../postgresql90-server
+LIB_DEPENDS= libedit.so.0:${PORTSDIR}/devel/libedit
BUILD_DIRS= config src/include src/interfaces src/port \
src/bin/pg_dump src/bin/psql src/bin/scripts src/bin/pg_config \
doc src/makefiles
@@ -15,6 +16,6 @@ INSTALL_DIRS= ${BUILD_DIRS}
CLIENT_ONLY= yes
COMPONENT= -client
USE_LDCONFIG= yes
-USES+= readline
+CONFIGURE_ARGS+=--with-libedit-preferred
.include "${MASTERDIR}/Makefile"