summaryrefslogtreecommitdiff
path: root/databases/postgresql84-pltcl/Makefile
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-pltcl/Makefile
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-pltcl/Makefile')
-rw-r--r--databases/postgresql84-pltcl/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/databases/postgresql84-pltcl/Makefile b/databases/postgresql84-pltcl/Makefile
index 123cacf8295..57d0d05dd84 100644
--- a/databases/postgresql84-pltcl/Makefile
+++ b/databases/postgresql84-pltcl/Makefile
@@ -1,22 +1,21 @@
-# $NetBSD: Makefile,v 1.4 2010/12/19 09:53:42 adam Exp $
+# $NetBSD: Makefile,v 1.5 2011/02/15 08:14:17 adam Exp $
PKGNAME= ${DISTNAME:C/-/84-pltcl-/}
COMMENT= PL/Tcl procedural language for the PostgreSQL backend
PKG_DESTDIR_SUPPORT= user-destdir
-DEPENDS+= postgresql84-server>=${PKGVERSION}:../../databases/postgresql84-server
+DEPENDS+= postgresql84-server>=${PKGVERSION_NOREV}:../../databases/postgresql84-server
.include "../../databases/postgresql84/Makefile.common"
-USE_LIBTOOL= yes
-PKG_LIBTOOL= ${PKG_SHLIBTOOL}
CONFIGURE_ARGS+= --with-tcl
CONFIGURE_ARGS+= --with-tclconfig="${BUILDLINK_PREFIX.tcl}/lib"
CONFIGURE_ENV+= TCLSH="${TCLSH}"
TCLSH= ${BUILDLINK_PREFIX.tcl}/bin/tclsh
BUILD_DIRS= src/pl/tcl
+BUILD_MAKE_FLAGS= PGXS=1
.include "../../databases/postgresql84-client/buildlink3.mk"
.include "../../lang/tcl/buildlink3.mk"