summaryrefslogtreecommitdiff
path: root/databases/postgresql84-plperl
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2010-12-19 09:53:41 +0000
committeradam <adam@pkgsrc.org>2010-12-19 09:53:41 +0000
commit0b62fd560e2b95504f1e79a920009b2262f25aac (patch)
treea3ff92943245b274928326098bc2b5567d4b672b /databases/postgresql84-plperl
parentd336b2f1f8671073f438ae208e4312a46f2c4669 (diff)
downloadpkgsrc-0b62fd560e2b95504f1e79a920009b2262f25aac.tar.gz
Changes 8.4.6:
* Force the default wal_sync_method to be fdatasync on Linux * 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 persistent slowdown of autovacuum workers when multiple workers remain active for a long time * 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 * Do not "inline" a SQL function with multiple OUT parameters * Behave correctly if ORDER BY, LIMIT, FOR UPDATE, or WITH is attached to the VALUES part of INSERT ... VALUES * Fix constant-folding of COALESCE() expressions * Fix postmaster crash when connection acceptance (accept() or one of the calls made immediately after it) fails, and the postmaster was compiled with GSSAPI support * Fix missed unlink of temporary files when log_temp_files is active * Add print functionality for InhRelation nodes * Fix incorrect calculation of distance from a point to a horizontal line segment * Fix incorrect calculation of transaction status in ecpg * Fix PL/pgSQL's handling of "simple" expressions to not fail in recursion or error-recovery cases * Fix PL/Python's handling of set-returning functions * Fix bug in "contrib/cube"'s GiST picksplit algorithm * Don't emit "identifier will be truncated" notices in "contrib/dblink" except when creating new connections * Fix potential coredump on missing public key in "contrib/pgcrypto" * Fix memory leak in "contrib/xml2"'s XPath query functions * Update time zone data files to tzdata release 2010o for DST law changes in Fiji and Samoa; also historical corrections for Hong Kong.
Diffstat (limited to 'databases/postgresql84-plperl')
-rw-r--r--databases/postgresql84-plperl/Makefile14
-rw-r--r--databases/postgresql84-plperl/PLIST20
2 files changed, 16 insertions, 18 deletions
diff --git a/databases/postgresql84-plperl/Makefile b/databases/postgresql84-plperl/Makefile
index de38137b759..512f4a90b6c 100644
--- a/databases/postgresql84-plperl/Makefile
+++ b/databases/postgresql84-plperl/Makefile
@@ -1,14 +1,17 @@
-# $NetBSD: Makefile,v 1.5 2010/10/07 15:53:22 adam Exp $
+# $NetBSD: Makefile,v 1.6 2010/12/19 09:53:42 adam Exp $
-PKGNAME= postgresql84-plperl-${BASE_VERS}
+PKGNAME= ${DISTNAME:C/-/84-plperl-/}
COMMENT= PL/Perl procedural language for the PostgreSQL backend
PKG_DESTDIR_SUPPORT= user-destdir
-DEPENDS+= postgresql84-server>=${BASE_VERS}:../../databases/postgresql84-server
+DEPENDS+= postgresql84-server>=${PKGVERSION_NOREV}:../../databases/postgresql84-server
.include "../../databases/postgresql84/Makefile.common"
+USE_LIBTOOL= yes
+PKG_LIBTOOL= ${PKG_SHLIBTOOL}
+USE_TOOLS+= perl
PERL5_CONFIGURE= no
CONFIGURE_ARGS+= --with-perl
@@ -16,11 +19,6 @@ BUILD_DIRS= src/pl/plperl
MAKE_FILE= GNUmakefile
BUILD_MAKE_FLAGS= PGXS=1
-USE_TOOLS+= perl
-USE_LIBTOOL= yes
-PKG_LIBTOOL= ${PKG_SHLIBTOOL}
-
.include "../../databases/postgresql84-client/buildlink3.mk"
.include "../../lang/perl5/module.mk"
-
.include "../../mk/bsd.pkg.mk"
diff --git a/databases/postgresql84-plperl/PLIST b/databases/postgresql84-plperl/PLIST
index a48bc105be4..9ba47bb2f25 100644
--- a/databases/postgresql84-plperl/PLIST
+++ b/databases/postgresql84-plperl/PLIST
@@ -1,10 +1,10 @@
-@comment $NetBSD: PLIST,v 1.3 2010/05/20 12:36:39 adam Exp $
-${PG_SUBPREFIX}lib/postgresql/plperl.la
-${PG_SUBPREFIX}share/locale/de/LC_MESSAGES/plperl0-8.4.mo
-${PG_SUBPREFIX}share/locale/es/LC_MESSAGES/plperl0-8.4.mo
-${PG_SUBPREFIX}share/locale/fr/LC_MESSAGES/plperl0-8.4.mo
-${PG_SUBPREFIX}share/locale/it/LC_MESSAGES/plperl0-8.4.mo
-${PG_SUBPREFIX}share/locale/ja/LC_MESSAGES/plperl0-8.4.mo
-${PG_SUBPREFIX}share/locale/pt_BR/LC_MESSAGES/plperl0-8.4.mo
-${PG_SUBPREFIX}share/locale/tr/LC_MESSAGES/plperl0-8.4.mo
-${PG_SUBPREFIX}share/locale/zh_CN/LC_MESSAGES/plperl0-8.4.mo
+@comment $NetBSD: PLIST,v 1.4 2010/12/19 09:53:42 adam Exp $
+lib/postgresql/plperl.la
+share/locale/de/LC_MESSAGES/plperl0-8.4.mo
+share/locale/es/LC_MESSAGES/plperl0-8.4.mo
+share/locale/fr/LC_MESSAGES/plperl0-8.4.mo
+share/locale/it/LC_MESSAGES/plperl0-8.4.mo
+share/locale/ja/LC_MESSAGES/plperl0-8.4.mo
+share/locale/pt_BR/LC_MESSAGES/plperl0-8.4.mo
+share/locale/tr/LC_MESSAGES/plperl0-8.4.mo
+share/locale/zh_CN/LC_MESSAGES/plperl0-8.4.mo