summaryrefslogtreecommitdiff
path: root/databases/postgresql82-plperl/Makefile
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2008-04-05 16:40:08 +0000
committeradam <adam@pkgsrc.org>2008-04-05 16:40:08 +0000
commit45603c900056eb5e13ab97364bb635a6f04f3be4 (patch)
tree88662d4a990eaaf31fdeab08133fdf0ef9eab5f4 /databases/postgresql82-plperl/Makefile
parentb89730cc45555223f5594d36b0b6c396228d5f26 (diff)
downloadpkgsrc-45603c900056eb5e13ab97364bb635a6f04f3be4.tar.gz
Changes 8.2.7:
* Fix character string comparison for Windows locales that consider different character combinations as equal * Repair potential deadlock between concurrent "VACUUM FULL" operations on different system catalogs * Fix longstanding "LISTEN"/"NOTIFY" race condition * Disallow "LISTEN" and "UNLISTEN" within a prepared transaction * Disallow dropping a temporary table within a prepared transaction * Fix rare crash when an error occurs during a query using a hash index * Fix memory leaks in certain usages of set-returning functions * Fix input of datetime values for February 29 in years BC * Fix "unrecognized node type" error in some variants of "ALTER OWNER" * Ensure pg_stat_activity.waiting flag is cleared when a lock wait is aborted * Fix handling of process permissions on Windows Vista * More...
Diffstat (limited to 'databases/postgresql82-plperl/Makefile')
-rw-r--r--databases/postgresql82-plperl/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/postgresql82-plperl/Makefile b/databases/postgresql82-plperl/Makefile
index a84bb6adc25..0455f12a2b8 100644
--- a/databases/postgresql82-plperl/Makefile
+++ b/databases/postgresql82-plperl/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2008/01/18 05:06:31 tnn Exp $
+# $NetBSD: Makefile,v 1.5 2008/04/05 16:40:08 adam Exp $
PKGNAME= postgresql82-plperl-${BASE_VERS}
-PKGREVISION= 1
COMMENT= PL/Perl procedural language for the PostgreSQL backend
DEPENDS+= postgresql82-server>=${BASE_VERS}:../../databases/postgresql82-server
@@ -13,6 +12,7 @@ CONFIGURE_ARGS+= --with-perl
BUILD_DIRS= src/pl/plperl
MAKE_FILE= GNUmakefile
+BUILD_MAKE_FLAGS= PGXS=1
USE_TOOLS+= perl
USE_LIBTOOL= yes