summaryrefslogtreecommitdiff
path: root/databases/postgresql90-pgcrypto
diff options
context:
space:
mode:
authoradam <adam>2010-12-19 09:53:26 +0000
committeradam <adam>2010-12-19 09:53:26 +0000
commitc8760ecefbaa68adcef64fb4b06d75d426d7017c (patch)
tree1db38f87e9a3951fdbbc598460fca982d8c235e2 /databases/postgresql90-pgcrypto
parent899c6b8fbe495a33a19e27062946bc89bf6545ab (diff)
downloadpkgsrc-c8760ecefbaa68adcef64fb4b06d75d426d7017c.tar.gz
Changes 9.0.2:
* Force the default wal_sync_method to be fdatasync on Linux * Fix "too many KnownAssignedXids" error during Hot Standby replay * Fix race condition in lock acquisition during Hot Standby * Avoid unnecessary conflicts during Hot Standby * Fix assorted bugs in WAL replay logic for GIN indexes * Fix recovery from base backup when the starting checkpoint WAL record is not in the same WAL segment as its redo point * Fix corner-case bug when streaming replication is enabled immediately after creating the master database cluster * Fix persistent slowdown of autovacuum workers when multiple workers remain active for a long time * Fix long-term memory leak in autovacuum launcher * Avoid failure when trying to report an impending transaction wraparound condition from outside a transaction * Add support for detecting register-stack overrun on IA64 * Add a check for stack overflow in copyObject() * Fix detection of page splits in temporary GiST indexes * Fix error checking during early connection processing * Improve efficiency of window functions * Avoid memory leakage while "ANALYZE"'ing complex index expressions * Ensure an index that uses a whole-row Var still depends on its table * Add missing support in "DROP OWNED BY" for removing foreign data wrapper/server privileges belonging to a user * Do not "inline" a SQL function with multiple OUT parameters * Fix crash when inline-ing a set-returning function whose argument list contains a reference to an inline-able user function * Behave correctly if ORDER BY, LIMIT, FOR UPDATE, or WITH is attached to the VALUES part of INSERT ... VALUES * Make the OFF keyword unreserved This prevents problems with using off as a variable name in PL/pgSQL. That worked before 9.0, but was now broken because PL/pgSQL now treats all core reserved words as reserved. * Fix constant-folding of COALESCE() expressions
Diffstat (limited to 'databases/postgresql90-pgcrypto')
-rw-r--r--databases/postgresql90-pgcrypto/Makefile10
-rw-r--r--databases/postgresql90-pgcrypto/PLIST8
2 files changed, 8 insertions, 10 deletions
diff --git a/databases/postgresql90-pgcrypto/Makefile b/databases/postgresql90-pgcrypto/Makefile
index 375008e7e59..ce67b130773 100644
--- a/databases/postgresql90-pgcrypto/Makefile
+++ b/databases/postgresql90-pgcrypto/Makefile
@@ -1,22 +1,20 @@
-# $NetBSD: Makefile,v 1.1.1.1 2010/09/21 07:52:24 adam Exp $
+# $NetBSD: Makefile,v 1.2 2010/12/19 09:53:28 adam Exp $
-PKGNAME= postgresql90-pgcrypto-${BASE_VERS}
+PKGNAME= ${DISTNAME:C/-/90-pgcrypto-/}
COMMENT= Module providing cryptographic functions for PostgreSQL
PKG_DESTDIR_SUPPORT= user-destdir
-DEPENDS+= postgresql90-server>=${BASE_VERS}:../../databases/postgresql90-server
+DEPENDS+= postgresql90-server>=${PKGVERSION_NOREV}:../../databases/postgresql90-server
.include "../../databases/postgresql90/Makefile.common"
-BUILD_DIRS= contrib/pgcrypto
-
USE_LIBTOOL= yes
PKG_LIBTOOL= ${PKG_SHLIBTOOL}
+BUILD_DIRS= contrib/pgcrypto
REQD_DIRS+= ${PG_SUBPREFIX}share/doc/postgresql/contrib
REQD_DIRS+= ${PG_SUBPREFIX}share/postgresql/contrib
.include "../../databases/postgresql90-client/buildlink3.mk"
-
.include "../../mk/bsd.pkg.mk"
diff --git a/databases/postgresql90-pgcrypto/PLIST b/databases/postgresql90-pgcrypto/PLIST
index 894c3a04ab2..65bf7767455 100644
--- a/databases/postgresql90-pgcrypto/PLIST
+++ b/databases/postgresql90-pgcrypto/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2010/09/21 07:52:24 adam Exp $
-${PG_SUBPREFIX}lib/postgresql/pgcrypto.la
-${PG_SUBPREFIX}share/postgresql/contrib/pgcrypto.sql
-${PG_SUBPREFIX}share/postgresql/contrib/uninstall_pgcrypto.sql
+@comment $NetBSD: PLIST,v 1.2 2010/12/19 09:53:28 adam Exp $
+lib/postgresql/pgcrypto.la
+share/postgresql/contrib/pgcrypto.sql
+share/postgresql/contrib/uninstall_pgcrypto.sql