summaryrefslogtreecommitdiff
path: root/databases/postgresql80-plperl
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2007-01-08 20:30:42 +0000
committeradam <adam@pkgsrc.org>2007-01-08 20:30:42 +0000
commitc658a3b4f810862bf1cf7fb097de58df35731df0 (patch)
tree99e3626d6261d14154caa491993392c79af4d9e2 /databases/postgresql80-plperl
parent337eed0fa95172be48e63e6eeb61bf732f31680a (diff)
downloadpkgsrc-c658a3b4f810862bf1cf7fb097de58df35731df0.tar.gz
Changes 8.0.10:
* Improve handling of getaddrinfo() on AIX This fixes a problem with starting the statistics collector, among other things. * Fix "failed to re-find parent key" errors in "VACUUM" * Fix race condition for truncation of a large relation across a gigabyte boundary by "VACUUM" * Fix bugs affecting multi-gigabyte hash indexes * Fix possible deadlock in Windows signal handling * Fix error when constructing an ARRAY[] made up of multiple empty elements * Fix ecpg memory leak during connection * to_number() and to_char(numeric) are now STABLE, not IMMUTABLE, for new initdb installs This is because lc_numeric can potentially change the output of these functions. * Improve index usage of regular expressions that use parentheses This improves psql \d performance also. * Update timezone database This affects Australian and Canadian daylight-savings rules in particular.
Diffstat (limited to 'databases/postgresql80-plperl')
-rw-r--r--databases/postgresql80-plperl/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/postgresql80-plperl/Makefile b/databases/postgresql80-plperl/Makefile
index b9d00347bff..8128fded166 100644
--- a/databases/postgresql80-plperl/Makefile
+++ b/databases/postgresql80-plperl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2006/09/09 02:41:56 obache Exp $
+# $NetBSD: Makefile,v 1.7 2007/01/08 20:30:42 adam Exp $
PKGNAME= postgresql80-plperl-${BASE_VERS}
COMMENT= PL/Perl procedural language for the PostgreSQL backend
@@ -10,7 +10,7 @@ DEPENDS+= postgresql80-server>=${BASE_VERS}:../../databases/postgresql80-server
PERL5_CONFIGURE= NO
CONFIGURE_ARGS+= --with-perl
-BUILD_DIRS= ${WRKSRC}/src/pl/plperl
+BUILD_DIRS= src/pl/plperl
MAKE_FILE= GNUmakefile
USE_LIBTOOL= yes