summaryrefslogtreecommitdiff
path: root/databases/postgresql83-plpython
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2011-02-15 09:06:31 +0000
committeradam <adam@pkgsrc.org>2011-02-15 09:06:31 +0000
commit57236b9520df2be99f31591b81196ca00b65c810 (patch)
treeab9b83b9ea5dd260a82b92867a595d5da1e7cbdd /databases/postgresql83-plpython
parentfa8fefd3a7cfd5af2173fe8a71ed6c37a0342b58 (diff)
downloadpkgsrc-57236b9520df2be99f31591b81196ca00b65c810.tar.gz
Changes 8.3.14:
* 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/postgresql83-plpython')
-rw-r--r--databases/postgresql83-plpython/Makefile5
-rw-r--r--databases/postgresql83-plpython/PLIST4
2 files changed, 4 insertions, 5 deletions
diff --git a/databases/postgresql83-plpython/Makefile b/databases/postgresql83-plpython/Makefile
index 2e038925cb4..38dc3245217 100644
--- a/databases/postgresql83-plpython/Makefile
+++ b/databases/postgresql83-plpython/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2010/12/19 09:53:54 adam Exp $
+# $NetBSD: Makefile,v 1.9 2011/02/15 09:06:33 adam Exp $
PKGNAME= ${DISTNAME:C/-/83-plpython-/}
COMMENT= PL/Python procedural language for the PostgreSQL backend
@@ -9,12 +9,11 @@ DEPENDS+= postgresql83-server>=${PKGVERSION_NOREV}:../../databases/postgresql83-
.include "../../databases/postgresql83/Makefile.common"
-USE_LIBTOOL= yes
-PKG_LIBTOOL= ${PKG_SHLIBTOOL}
CONFIGURE_ARGS+= --with-python
CONFIGURE_ENV+= PYTHON="${PYTHONBIN}"
BUILD_DIRS= src/pl/plpython
+BUILD_MAKE_FLAGS= PGXS=1
.include "../../databases/postgresql83-client/buildlink3.mk"
.include "../../lang/python/extension.mk"
diff --git a/databases/postgresql83-plpython/PLIST b/databases/postgresql83-plpython/PLIST
index 149fc3778e6..a5d33bf3015 100644
--- a/databases/postgresql83-plpython/PLIST
+++ b/databases/postgresql83-plpython/PLIST
@@ -1,2 +1,2 @@
-@comment $NetBSD: PLIST,v 1.2 2010/12/19 09:53:54 adam Exp $
-lib/postgresql/plpython.la
+@comment $NetBSD: PLIST,v 1.3 2011/02/15 09:06:33 adam Exp $
+lib/postgresql/plpython.so