summaryrefslogtreecommitdiff
path: root/databases/postgresql84-plperl
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2011-02-15 08:14:15 +0000
committeradam <adam@pkgsrc.org>2011-02-15 08:14:15 +0000
commit2d0d15f932160ccb5aae220665ece42aa1703be6 (patch)
tree9f9234d01e7414d38af3a48d426039a99cf2d2ec /databases/postgresql84-plperl
parent6ffb42703d805086f2956060de42230ece214552 (diff)
downloadpkgsrc-2d0d15f932160ccb5aae220665ece42aa1703be6.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-plperl')
-rw-r--r--databases/postgresql84-plperl/Makefile6
-rw-r--r--databases/postgresql84-plperl/PLIST20
2 files changed, 12 insertions, 14 deletions
diff --git a/databases/postgresql84-plperl/Makefile b/databases/postgresql84-plperl/Makefile
index 512f4a90b6c..5c683d8f3d6 100644
--- a/databases/postgresql84-plperl/Makefile
+++ b/databases/postgresql84-plperl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2010/12/19 09:53:42 adam Exp $
+# $NetBSD: Makefile,v 1.7 2011/02/15 08:14:16 adam Exp $
PKGNAME= ${DISTNAME:C/-/84-plperl-/}
COMMENT= PL/Perl procedural language for the PostgreSQL backend
@@ -9,15 +9,13 @@ DEPENDS+= postgresql84-server>=${PKGVERSION_NOREV}:../../databases/postgresql84-
.include "../../databases/postgresql84/Makefile.common"
-USE_LIBTOOL= yes
-PKG_LIBTOOL= ${PKG_SHLIBTOOL}
USE_TOOLS+= perl
PERL5_CONFIGURE= no
CONFIGURE_ARGS+= --with-perl
BUILD_DIRS= src/pl/plperl
-MAKE_FILE= GNUmakefile
BUILD_MAKE_FLAGS= PGXS=1
+MAKE_FILE= GNUmakefile
.include "../../databases/postgresql84-client/buildlink3.mk"
.include "../../lang/perl5/module.mk"
diff --git a/databases/postgresql84-plperl/PLIST b/databases/postgresql84-plperl/PLIST
index 9ba47bb2f25..3e8390cb3ff 100644
--- a/databases/postgresql84-plperl/PLIST
+++ b/databases/postgresql84-plperl/PLIST
@@ -1,10 +1,10 @@
-@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
+@comment $NetBSD: PLIST,v 1.5 2011/02/15 08:14:16 adam Exp $
+lib/postgresql/plperl.so
+share/locale/de/LC_MESSAGES/plperl-8.4.mo
+share/locale/es/LC_MESSAGES/plperl-8.4.mo
+share/locale/fr/LC_MESSAGES/plperl-8.4.mo
+share/locale/it/LC_MESSAGES/plperl-8.4.mo
+share/locale/ja/LC_MESSAGES/plperl-8.4.mo
+share/locale/pt_BR/LC_MESSAGES/plperl-8.4.mo
+share/locale/tr/LC_MESSAGES/plperl-8.4.mo
+share/locale/zh_CN/LC_MESSAGES/plperl-8.4.mo