summaryrefslogtreecommitdiff
path: root/databases/postgresql83-client
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2011-04-22 13:50:38 +0000
committeradam <adam@pkgsrc.org>2011-04-22 13:50:38 +0000
commit90b1f807aa5202f2697fe26a65096a4565c44411 (patch)
tree40c565ccc852cd2ce649bd5659746fad138bf403 /databases/postgresql83-client
parent0e2c97799a873b423fce3b9a712f48300f567461 (diff)
downloadpkgsrc-90b1f807aa5202f2697fe26a65096a4565c44411.tar.gz
Changes 8.3.15:
* fix build issues on HP-UX and Itanium * update time zone files for recent time zone changes * change SQLSTATE for Hot Standby warnings * prevent bgwriter hang during recovery * prevent recursive composite type creation * disallow dropping tables whose triggers are still pending * allow use of "replication" as a user name * prevent a crash during GEQO planning * improve join plans for tables with missing statistics * fix error with SELECT FOR UPDATE in a subselect * close PL/python array slice memory leak * allow SSL connections for users with no home directory
Diffstat (limited to 'databases/postgresql83-client')
-rw-r--r--databases/postgresql83-client/Makefile13
-rw-r--r--databases/postgresql83-client/PLIST4
2 files changed, 8 insertions, 9 deletions
diff --git a/databases/postgresql83-client/Makefile b/databases/postgresql83-client/Makefile
index ea403620dd5..36f50a4db9c 100644
--- a/databases/postgresql83-client/Makefile
+++ b/databases/postgresql83-client/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.22 2011/04/22 13:42:06 obache Exp $
+# $NetBSD: Makefile,v 1.23 2011/04/22 13:50:38 adam Exp $
PKGNAME= ${DISTNAME:C/-/83-client-/}
-PKGREVISION= 1
COMMENT= PostgreSQL database client programs
PKG_DESTDIR_SUPPORT= user-destdir
@@ -87,11 +86,9 @@ pre-build:
../../src/include/utils/fmgroids.h
post-install:
- set -e; cd ${WRKSRC}/doc; for file in FAQ*; do \
- ${INSTALL_DATA} $$file ${DESTDIR}${PREFIX}/share/doc/postgresql/$$file; \
- done
- set -e; for file in ${PGXS_FILES}; do \
- ${INSTALL_DATA} ${WRKSRC}/$$file ${DEST_PGXS}/$$file; \
- done
+ ${INSTALL_DATA} ${WRKSRC}/doc/FAQ* ${DESTDIR}${PREFIX}/share/doc/postgresql/
+.for file in ${PGXS_FILES}
+ ${INSTALL_DATA} ${WRKSRC}/${file} ${DEST_PGXS}/${file}
+.endfor
.include "../../mk/bsd.pkg.mk"
diff --git a/databases/postgresql83-client/PLIST b/databases/postgresql83-client/PLIST
index 357975e3e59..1c9a229fa31 100644
--- a/databases/postgresql83-client/PLIST
+++ b/databases/postgresql83-client/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.16 2011/02/15 09:06:32 adam Exp $
+@comment $NetBSD: PLIST,v 1.17 2011/04/22 13:50:38 adam Exp $
bin/clusterdb
bin/createdb
bin/createlang
@@ -1281,6 +1281,7 @@ 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-21.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
@@ -1295,6 +1296,7 @@ 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-15.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