summaryrefslogtreecommitdiff
path: root/databases/postgresql84-plpython
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
commitfa8fefd3a7cfd5af2173fe8a71ed6c37a0342b58 (patch)
tree9f9234d01e7414d38af3a48d426039a99cf2d2ec /databases/postgresql84-plpython
parent04a0dafcb2f2e0f18e45a970b7a27dbf2391ba67 (diff)
downloadpkgsrc-fa8fefd3a7cfd5af2173fe8a71ed6c37a0342b58.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-plpython')
-rw-r--r--databases/postgresql84-plpython/Makefile5
-rw-r--r--databases/postgresql84-plpython/PLIST20
2 files changed, 12 insertions, 13 deletions
diff --git a/databases/postgresql84-plpython/Makefile b/databases/postgresql84-plpython/Makefile
index 51a78af9813..3e6142aa36c 100644
--- a/databases/postgresql84-plpython/Makefile
+++ b/databases/postgresql84-plpython/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2010/12/19 09:53:42 adam Exp $
+# $NetBSD: Makefile,v 1.6 2011/02/15 08:14:16 adam Exp $
PKGNAME= ${DISTNAME:C/-/84-plpython-/}
COMMENT= PL/Python procedural language for the PostgreSQL backend
@@ -9,12 +9,11 @@ DEPENDS+= postgresql84-server>=${PKGVERSION_NOREV}:../../databases/postgresql84-
.include "../../databases/postgresql84/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/postgresql84-client/buildlink3.mk"
.include "../../lang/python/extension.mk"
diff --git a/databases/postgresql84-plpython/PLIST b/databases/postgresql84-plpython/PLIST
index 7ae057b8d72..68e63d18b13 100644
--- a/databases/postgresql84-plpython/PLIST
+++ b/databases/postgresql84-plpython/PLIST
@@ -1,10 +1,10 @@
-@comment $NetBSD: PLIST,v 1.4 2010/12/19 09:53:42 adam Exp $
-lib/postgresql/plpython.la
-share/locale/de/LC_MESSAGES/plpython0-8.4.mo
-share/locale/es/LC_MESSAGES/plpython0-8.4.mo
-share/locale/fr/LC_MESSAGES/plpython0-8.4.mo
-share/locale/it/LC_MESSAGES/plpython0-8.4.mo
-share/locale/ja/LC_MESSAGES/plpython0-8.4.mo
-share/locale/pt_BR/LC_MESSAGES/plpython0-8.4.mo
-share/locale/tr/LC_MESSAGES/plpython0-8.4.mo
-share/locale/zh_CN/LC_MESSAGES/plpython0-8.4.mo
+@comment $NetBSD: PLIST,v 1.5 2011/02/15 08:14:16 adam Exp $
+lib/postgresql/plpython.so
+share/locale/de/LC_MESSAGES/plpython-8.4.mo
+share/locale/es/LC_MESSAGES/plpython-8.4.mo
+share/locale/fr/LC_MESSAGES/plpython-8.4.mo
+share/locale/it/LC_MESSAGES/plpython-8.4.mo
+share/locale/ja/LC_MESSAGES/plpython-8.4.mo
+share/locale/pt_BR/LC_MESSAGES/plpython-8.4.mo
+share/locale/tr/LC_MESSAGES/plpython-8.4.mo
+share/locale/zh_CN/LC_MESSAGES/plpython-8.4.mo