summaryrefslogtreecommitdiff
path: root/databases/postgresql83-pltcl/Makefile
diff options
context:
space:
mode:
authoradam <adam>2011-02-15 09:06:31 +0000
committeradam <adam>2011-02-15 09:06:31 +0000
commite2712deabd780c5474e696fb67950dc2c2d80649 (patch)
treeab9b83b9ea5dd260a82b92867a595d5da1e7cbdd /databases/postgresql83-pltcl/Makefile
parenteca35366cafa9d39d5ea408bf77a9e58ae07052c (diff)
downloadpkgsrc-e2712deabd780c5474e696fb67950dc2c2d80649.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-pltcl/Makefile')
-rw-r--r--databases/postgresql83-pltcl/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/databases/postgresql83-pltcl/Makefile b/databases/postgresql83-pltcl/Makefile
index 194d5aec3b0..50c7376ff0e 100644
--- a/databases/postgresql83-pltcl/Makefile
+++ b/databases/postgresql83-pltcl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2010/12/19 09:53:54 adam Exp $
+# $NetBSD: Makefile,v 1.6 2011/02/15 09:06:33 adam Exp $
PKGNAME= ${DISTNAME:C/-/83-pltcl-/}
COMMENT= PL/Tcl procedural language for the PostgreSQL backend
@@ -9,14 +9,13 @@ DEPENDS+= postgresql83-server>=${PKGVERSION_NOREV}:../../databases/postgresql83-
.include "../../databases/postgresql83/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/postgresql83-client/buildlink3.mk"
.include "../../lang/tcl/buildlink3.mk"