diff options
author | adam <adam@pkgsrc.org> | 2011-02-15 08:14:15 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2011-02-15 08:14:15 +0000 |
commit | fa8fefd3a7cfd5af2173fe8a71ed6c37a0342b58 (patch) | |
tree | 9f9234d01e7414d38af3a48d426039a99cf2d2ec /databases/postgresql84-pgcrypto | |
parent | 04a0dafcb2f2e0f18e45a970b7a27dbf2391ba67 (diff) | |
download | pkgsrc-fa8fefd3a7cfd5af2173fe8a71ed6c37a0342b58.tar.gz |
Changes 8.4.7:
* 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/postgresql84-pgcrypto')
-rw-r--r-- | databases/postgresql84-pgcrypto/Makefile | 6 | ||||
-rw-r--r-- | databases/postgresql84-pgcrypto/PLIST | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/databases/postgresql84-pgcrypto/Makefile b/databases/postgresql84-pgcrypto/Makefile index b8b5c51b113..bb629ea0e1c 100644 --- a/databases/postgresql84-pgcrypto/Makefile +++ b/databases/postgresql84-pgcrypto/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2010/12/19 09:53:42 adam Exp $ +# $NetBSD: Makefile,v 1.3 2011/02/15 08:14:16 adam Exp $ PKGNAME= ${DISTNAME:C/-/84-pgcrypto-/} COMMENT= Module providing cryptographic functions for PostgreSQL @@ -9,10 +9,10 @@ DEPENDS+= postgresql84-server>=${PKGVERSION_NOREV}:../../databases/postgresql84- .include "../../databases/postgresql84/Makefile.common" -USE_LIBTOOL= yes -PKG_LIBTOOL= ${PKG_SHLIBTOOL} +CONFIGURE_ARGS+= --with-zlib BUILD_DIRS= contrib/pgcrypto +BUILD_MAKE_FLAGS= PGXS=1 REQD_DIRS+= ${PG_SUBPREFIX}share/doc/postgresql/contrib REQD_DIRS+= ${PG_SUBPREFIX}share/postgresql/contrib diff --git a/databases/postgresql84-pgcrypto/PLIST b/databases/postgresql84-pgcrypto/PLIST index 2bc9ab69eb0..61a138fb515 100644 --- a/databases/postgresql84-pgcrypto/PLIST +++ b/databases/postgresql84-pgcrypto/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2010/12/19 09:53:42 adam Exp $ -lib/postgresql/pgcrypto.la +@comment $NetBSD: PLIST,v 1.3 2011/02/15 08:14:16 adam Exp $ +lib/postgresql/pgcrypto.so share/postgresql/contrib/pgcrypto.sql share/postgresql/contrib/uninstall_pgcrypto.sql |