summaryrefslogtreecommitdiff
path: root/databases/postgresql83-client
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2011-02-15 09:06:31 +0000
committeradam <adam@pkgsrc.org>2011-02-15 09:06:31 +0000
commit57236b9520df2be99f31591b81196ca00b65c810 (patch)
treeab9b83b9ea5dd260a82b92867a595d5da1e7cbdd /databases/postgresql83-client
parentfa8fefd3a7cfd5af2173fe8a71ed6c37a0342b58 (diff)
downloadpkgsrc-57236b9520df2be99f31591b81196ca00b65c810.tar.gz
Changes 8.3.14:
* Avoid failures when "EXPLAIN" tries to display a simple-form CASE expression. * Fix assignment to an array slice that is before the existing range of subscripts. * Avoid unexpected conversion overflow in planner for very distant date values. * Fix pg_restore's text output for large objects (BLOBs) when standard_conforming_strings is on. * Fix erroneous parsing of tsquery values containing ... & !(subexpression) | ... * Fix buffer overrun in "contrib/intarray"'s input function for the query_int type. * Fix bug in "contrib/seg"'s GiST picksplit algorithm.
Diffstat (limited to 'databases/postgresql83-client')
-rw-r--r--databases/postgresql83-client/Makefile3
-rw-r--r--databases/postgresql83-client/PLIST24
2 files changed, 20 insertions, 7 deletions
diff --git a/databases/postgresql83-client/Makefile b/databases/postgresql83-client/Makefile
index 6b1f19bb80b..23652af1ee4 100644
--- a/databases/postgresql83-client/Makefile
+++ b/databases/postgresql83-client/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2011/02/08 15:50:07 brook Exp $
+# $NetBSD: Makefile,v 1.21 2011/02/15 09:06:32 adam Exp $
PKGNAME= ${DISTNAME:C/-/83-client-/}
COMMENT= PostgreSQL database client programs
@@ -8,7 +8,6 @@ PKG_DESTDIR_SUPPORT= user-destdir
.include "../../databases/postgresql83/Makefile.common"
USE_TOOLS+= gzip tar
-USE_LIBTOOL= yes
CONFIGURE_ARGS+= --with-openssl
CONFIGURE_ARGS+= --with-readline
CONFIGURE_ARGS+= --with-zlib
diff --git a/databases/postgresql83-client/PLIST b/databases/postgresql83-client/PLIST
index 44d1ddd7e8d..357975e3e59 100644
--- a/databases/postgresql83-client/PLIST
+++ b/databases/postgresql83-client/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.15 2010/12/19 09:53:53 adam Exp $
+@comment $NetBSD: PLIST,v 1.16 2011/02/15 09:06:32 adam Exp $
bin/clusterdb
bin/createdb
bin/createlang
@@ -467,11 +467,23 @@ include/postgresql/server/utils/varbit.h
include/postgresql/server/utils/xml.h
include/sql3types.h
include/sqlca.h
-lib/libecpg.la
-lib/libecpg_compat.la
+lib/libecpg.a
+lib/libecpg.so
+lib/libecpg.so.6
+lib/libecpg.so.6.0
+lib/libecpg_compat.a
+lib/libecpg_compat.so
+lib/libecpg_compat.so.3
+lib/libecpg_compat.so.3.0
lib/libpgport.a
-lib/libpgtypes.la
-lib/libpq.la
+lib/libpgtypes.a
+lib/libpgtypes.so
+lib/libpgtypes.so.3
+lib/libpgtypes.so.3.0
+lib/libpq.a
+lib/libpq.so
+lib/libpq.so.5
+lib/libpq.so.5.1
lib/postgresql/pgxs/config/install-sh
lib/postgresql/pgxs/config/mkinstalldirs
lib/postgresql/pgxs/src/Makefile.global
@@ -1268,6 +1280,7 @@ share/doc/postgresql/html/release-8-2-17.html
share/doc/postgresql/html/release-8-2-18.html
share/doc/postgresql/html/release-8-2-19.html
share/doc/postgresql/html/release-8-2-2.html
+share/doc/postgresql/html/release-8-2-20.html
share/doc/postgresql/html/release-8-2-3.html
share/doc/postgresql/html/release-8-2-4.html
share/doc/postgresql/html/release-8-2-5.html
@@ -1281,6 +1294,7 @@ share/doc/postgresql/html/release-8-3-10.html
share/doc/postgresql/html/release-8-3-11.html
share/doc/postgresql/html/release-8-3-12.html
share/doc/postgresql/html/release-8-3-13.html
+share/doc/postgresql/html/release-8-3-14.html
share/doc/postgresql/html/release-8-3-2.html
share/doc/postgresql/html/release-8-3-3.html
share/doc/postgresql/html/release-8-3-4.html