summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2020-05-12 15:53:17 +0000
committerrillig <rillig@pkgsrc.org>2020-05-12 15:53:17 +0000
commit48a30daaf3acdb19308cae7218d982dd522348df (patch)
tree1162d520863ede44a8219eb4ae714bdea57abbad
parent23cad691f5ddf6ffe0155adf066265cddd1b6c28 (diff)
downloadpkgsrc-48a30daaf3acdb19308cae7218d982dd522348df.tar.gz
databases/postgresql*: suppress USE_TOOLS+=perl warning
-rw-r--r--databases/postgresql-pljava/Makefile3
-rw-r--r--databases/postgresql10-contrib/Makefile3
-rw-r--r--databases/postgresql10-plpython/Makefile3
-rw-r--r--databases/postgresql10-pltcl/Makefile3
-rw-r--r--databases/postgresql11-contrib/Makefile3
-rw-r--r--databases/postgresql11-plpython/Makefile3
-rw-r--r--databases/postgresql11-pltcl/Makefile3
-rw-r--r--databases/postgresql94-contrib/Makefile3
-rw-r--r--databases/postgresql94-plpython/Makefile3
-rw-r--r--databases/postgresql94-pltcl/Makefile3
-rw-r--r--databases/postgresql95-contrib/Makefile3
-rw-r--r--databases/postgresql95-plpython/Makefile3
-rw-r--r--databases/postgresql95-pltcl/Makefile3
-rw-r--r--databases/postgresql96-contrib/Makefile3
-rw-r--r--databases/postgresql96-plpython/Makefile3
-rw-r--r--databases/postgresql96-pltcl/Makefile3
16 files changed, 32 insertions, 16 deletions
diff --git a/databases/postgresql-pljava/Makefile b/databases/postgresql-pljava/Makefile
index 7b2557d7dad..35f42f11d21 100644
--- a/databases/postgresql-pljava/Makefile
+++ b/databases/postgresql-pljava/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2020/05/01 00:22:21 joerg Exp $
+# $NetBSD: Makefile,v 1.5 2020/05/12 15:53:17 rillig Exp $
DISTNAME= pljava-1.5.0
PKGNAME= postgresql${PGSQL_VERSION}-${DISTNAME}
@@ -22,6 +22,7 @@ PGSQL_VERSIONS_ACCEPTED= 95 94
USE_JAVA2= 7
USE_LANGUAGES= c c++
+TOOLS_BROKEN+= perl
WRKSRC= ${WRKDIR}/${DISTNAME:S/./_/g}
diff --git a/databases/postgresql10-contrib/Makefile b/databases/postgresql10-contrib/Makefile
index f5b68468d21..ad58cac6e81 100644
--- a/databases/postgresql10-contrib/Makefile
+++ b/databases/postgresql10-contrib/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2020/02/14 17:06:41 adam Exp $
+# $NetBSD: Makefile,v 1.8 2020/05/12 15:53:17 rillig Exp $
PKGNAME= ${DISTNAME:S/-/10-contrib-/}
COMMENT= Contrib subtree of tools and plug-ins
@@ -53,6 +53,7 @@ BUILD_DIRS+= contrib/tsm_system_time
BUILD_DIRS+= contrib/unaccent
BUILD_DIRS+= contrib/vacuumlo
+TOOLS_BROKEN+= perl
CONFIGURE_ARGS+= --with-openssl
PLIST_VARS+= uuid
diff --git a/databases/postgresql10-plpython/Makefile b/databases/postgresql10-plpython/Makefile
index 968a46a7492..69680e09ae8 100644
--- a/databases/postgresql10-plpython/Makefile
+++ b/databases/postgresql10-plpython/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2020/02/14 17:06:41 adam Exp $
+# $NetBSD: Makefile,v 1.8 2020/05/12 15:53:17 rillig Exp $
PKGNAME= ${DISTNAME:S/-/10-plpython-/}
COMMENT= PL/Python procedural language for the PostgreSQL backend
@@ -7,6 +7,7 @@ DEPENDS+= postgresql10-server>=${PKGVERSION_NOREV}:../../databases/postgresql10-
.include "../../databases/postgresql10/Makefile.common"
+TOOLS_BROKEN+= perl
CONFIGURE_ARGS+= --with-python
CONFIGURE_ENV+= PYTHON="${PYTHONBIN}"
BUILD_MAKE_FLAGS= PGXS=1
diff --git a/databases/postgresql10-pltcl/Makefile b/databases/postgresql10-pltcl/Makefile
index 7dfce5faf94..35ea5c782de 100644
--- a/databases/postgresql10-pltcl/Makefile
+++ b/databases/postgresql10-pltcl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2020/02/14 17:06:41 adam Exp $
+# $NetBSD: Makefile,v 1.6 2020/05/12 15:53:18 rillig Exp $
PKGNAME= ${DISTNAME:S/-/10-pltcl-/}
COMMENT= PL/Tcl procedural language for the PostgreSQL backend
@@ -7,6 +7,7 @@ DEPENDS+= postgresql10-server>=${PKGVERSION_NOREV}:../../databases/postgresql10-
.include "../../databases/postgresql10/Makefile.common"
+TOOLS_BROKEN+= perl
CONFIGURE_ARGS+= --with-tcl
CONFIGURE_ARGS+= --with-tclconfig="${BUILDLINK_PREFIX.tcl}/lib"
CONFIGURE_ENV+= TCLSH="${TCLSH}"
diff --git a/databases/postgresql11-contrib/Makefile b/databases/postgresql11-contrib/Makefile
index 6ff714d3707..636d1916dae 100644
--- a/databases/postgresql11-contrib/Makefile
+++ b/databases/postgresql11-contrib/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2020/02/14 17:06:41 adam Exp $
+# $NetBSD: Makefile,v 1.5 2020/05/12 15:53:18 rillig Exp $
PKGNAME= ${DISTNAME:S/-/11-contrib-/}
COMMENT= Contrib subtree of tools and plug-ins
@@ -52,6 +52,7 @@ BUILD_DIRS+= contrib/tsm_system_time
BUILD_DIRS+= contrib/unaccent
BUILD_DIRS+= contrib/vacuumlo
+TOOLS_BROKEN+= perl
CONFIGURE_ARGS+= --with-openssl
PLIST_VARS+= uuid
diff --git a/databases/postgresql11-plpython/Makefile b/databases/postgresql11-plpython/Makefile
index b4dc3ca8d81..cb768ea3708 100644
--- a/databases/postgresql11-plpython/Makefile
+++ b/databases/postgresql11-plpython/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2020/02/14 17:06:42 adam Exp $
+# $NetBSD: Makefile,v 1.6 2020/05/12 15:53:18 rillig Exp $
PKGNAME= ${DISTNAME:S/-/11-plpython-/}
COMMENT= PL/Python procedural language for the PostgreSQL backend
@@ -7,6 +7,7 @@ DEPENDS+= postgresql11-server>=${PKGVERSION_NOREV}:../../databases/postgresql11-
.include "../../databases/postgresql11/Makefile.common"
+TOOLS_BROKEN+= perl
CONFIGURE_ARGS+= --with-python
CONFIGURE_ENV+= PYTHON="${PYTHONBIN}"
BUILD_MAKE_FLAGS= PGXS=1
diff --git a/databases/postgresql11-pltcl/Makefile b/databases/postgresql11-pltcl/Makefile
index e8f5917fa9f..e4ce41e530e 100644
--- a/databases/postgresql11-pltcl/Makefile
+++ b/databases/postgresql11-pltcl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2020/02/14 17:06:42 adam Exp $
+# $NetBSD: Makefile,v 1.4 2020/05/12 15:53:18 rillig Exp $
PKGNAME= ${DISTNAME:S/-/11-pltcl-/}
COMMENT= PL/Tcl procedural language for the PostgreSQL backend
@@ -7,6 +7,7 @@ DEPENDS+= postgresql11-server>=${PKGVERSION_NOREV}:../../databases/postgresql11-
.include "../../databases/postgresql11/Makefile.common"
+USE_TOOLS+= perl
CONFIGURE_ARGS+= --with-tcl
CONFIGURE_ARGS+= --with-tclconfig="${BUILDLINK_PREFIX.tcl}/lib"
CONFIGURE_ENV+= TCLSH="${TCLSH}"
diff --git a/databases/postgresql94-contrib/Makefile b/databases/postgresql94-contrib/Makefile
index 61b1909ee30..fdd9d0637d1 100644
--- a/databases/postgresql94-contrib/Makefile
+++ b/databases/postgresql94-contrib/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2020/02/14 17:06:44 adam Exp $
+# $NetBSD: Makefile,v 1.7 2020/05/12 15:53:18 rillig Exp $
PKGNAME= ${DISTNAME:S/-/94-contrib-/}
COMMENT= Contrib subtree of tools and plug-ins
@@ -62,6 +62,7 @@ BUILD_DIRS+= contrib/unaccent
BUILD_DIRS+= contrib/vacuumlo
BUILD_DIRS+= contrib/worker_spi
+TOOLS_BROKEN+= perl
CONFIGURE_ARGS+= --with-openssl
PLIST_VARS+= uuid
diff --git a/databases/postgresql94-plpython/Makefile b/databases/postgresql94-plpython/Makefile
index 47fa5d90c5c..913e066e56a 100644
--- a/databases/postgresql94-plpython/Makefile
+++ b/databases/postgresql94-plpython/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2020/02/14 17:06:44 adam Exp $
+# $NetBSD: Makefile,v 1.10 2020/05/12 15:53:18 rillig Exp $
PKGNAME= ${DISTNAME:S/-/94-plpython-/}
COMMENT= PL/Python procedural language for the PostgreSQL backend
@@ -7,6 +7,7 @@ DEPENDS+= postgresql94-server>=${PKGVERSION_NOREV}:../../databases/postgresql94-
.include "../../databases/postgresql94/Makefile.common"
+TOOLS_BROKEN+= perl
CONFIGURE_ARGS+= --with-python
CONFIGURE_ENV+= PYTHON="${PYTHONBIN}"
BUILD_MAKE_FLAGS= PGXS=1
diff --git a/databases/postgresql94-pltcl/Makefile b/databases/postgresql94-pltcl/Makefile
index 1a3b667f0ec..54d0bb14e37 100644
--- a/databases/postgresql94-pltcl/Makefile
+++ b/databases/postgresql94-pltcl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2020/02/14 17:06:44 adam Exp $
+# $NetBSD: Makefile,v 1.8 2020/05/12 15:53:18 rillig Exp $
PKGNAME= ${DISTNAME:S/-/94-pltcl-/}
COMMENT= PL/Tcl procedural language for the PostgreSQL backend
@@ -7,6 +7,7 @@ DEPENDS+= postgresql94-server>=${PKGVERSION_NOREV}:../../databases/postgresql94-
.include "../../databases/postgresql94/Makefile.common"
+TOOLS_BROKEN+= perl
CONFIGURE_ARGS+= --with-tcl
CONFIGURE_ARGS+= --with-tclconfig="${BUILDLINK_PREFIX.tcl}/lib"
CONFIGURE_ENV+= TCLSH="${TCLSH}"
diff --git a/databases/postgresql95-contrib/Makefile b/databases/postgresql95-contrib/Makefile
index 1b793582e4f..2e070333f27 100644
--- a/databases/postgresql95-contrib/Makefile
+++ b/databases/postgresql95-contrib/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2020/02/14 17:06:44 adam Exp $
+# $NetBSD: Makefile,v 1.9 2020/05/12 15:53:18 rillig Exp $
PKGNAME= ${DISTNAME:S/-/95-contrib-/}
COMMENT= Contrib subtree of tools and plug-ins
@@ -54,6 +54,7 @@ BUILD_DIRS+= contrib/tsm_system_time
BUILD_DIRS+= contrib/unaccent
BUILD_DIRS+= contrib/vacuumlo
+TOOLS_BROKEN+= perl
CONFIGURE_ARGS+= --with-openssl
PLIST_VARS+= uuid
diff --git a/databases/postgresql95-plpython/Makefile b/databases/postgresql95-plpython/Makefile
index c5af370ecca..2147e91ddba 100644
--- a/databases/postgresql95-plpython/Makefile
+++ b/databases/postgresql95-plpython/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2020/02/14 17:06:45 adam Exp $
+# $NetBSD: Makefile,v 1.10 2020/05/12 15:53:18 rillig Exp $
PKGNAME= ${DISTNAME:S/-/95-plpython-/}
COMMENT= PL/Python procedural language for the PostgreSQL backend
@@ -7,6 +7,7 @@ DEPENDS+= postgresql95-server>=${PKGVERSION_NOREV}:../../databases/postgresql95-
.include "../../databases/postgresql95/Makefile.common"
+TOOLS_BROKEN+= perl
CONFIGURE_ARGS+= --with-python
CONFIGURE_ENV+= PYTHON="${PYTHONBIN}"
BUILD_MAKE_FLAGS= PGXS=1
diff --git a/databases/postgresql95-pltcl/Makefile b/databases/postgresql95-pltcl/Makefile
index 51e4ffdd8e1..7c452adb12f 100644
--- a/databases/postgresql95-pltcl/Makefile
+++ b/databases/postgresql95-pltcl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2020/02/14 17:06:45 adam Exp $
+# $NetBSD: Makefile,v 1.8 2020/05/12 15:53:19 rillig Exp $
PKGNAME= ${DISTNAME:S/-/95-pltcl-/}
COMMENT= PL/Tcl procedural language for the PostgreSQL backend
@@ -7,6 +7,7 @@ DEPENDS+= postgresql95-server>=${PKGVERSION_NOREV}:../../databases/postgresql95-
.include "../../databases/postgresql95/Makefile.common"
+TOOLS_BROKEN+= perl
CONFIGURE_ARGS+= --with-tcl
CONFIGURE_ARGS+= --with-tclconfig="${BUILDLINK_PREFIX.tcl}/lib"
CONFIGURE_ENV+= TCLSH="${TCLSH}"
diff --git a/databases/postgresql96-contrib/Makefile b/databases/postgresql96-contrib/Makefile
index 53dc2845b27..855a5da2592 100644
--- a/databases/postgresql96-contrib/Makefile
+++ b/databases/postgresql96-contrib/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2020/02/14 17:06:45 adam Exp $
+# $NetBSD: Makefile,v 1.9 2020/05/12 15:53:19 rillig Exp $
PKGNAME= ${DISTNAME:S/-/96-contrib-/}
COMMENT= Contrib subtree of tools and plug-ins
@@ -54,6 +54,7 @@ BUILD_DIRS+= contrib/tsm_system_time
BUILD_DIRS+= contrib/unaccent
BUILD_DIRS+= contrib/vacuumlo
+TOOLS_BROKEN+= perl
CONFIGURE_ARGS+= --with-openssl
PLIST_VARS+= uuid
diff --git a/databases/postgresql96-plpython/Makefile b/databases/postgresql96-plpython/Makefile
index 64802abd64c..641c40221d1 100644
--- a/databases/postgresql96-plpython/Makefile
+++ b/databases/postgresql96-plpython/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2020/02/14 17:06:46 adam Exp $
+# $NetBSD: Makefile,v 1.8 2020/05/12 15:53:19 rillig Exp $
PKGNAME= ${DISTNAME:S/-/96-plpython-/}
COMMENT= PL/Python procedural language for the PostgreSQL backend
@@ -7,6 +7,7 @@ DEPENDS+= postgresql96-server>=${PKGVERSION_NOREV}:../../databases/postgresql96-
.include "../../databases/postgresql96/Makefile.common"
+TOOLS_BROKEN+= perl
CONFIGURE_ARGS+= --with-python
CONFIGURE_ENV+= PYTHON="${PYTHONBIN}"
BUILD_MAKE_FLAGS= PGXS=1
diff --git a/databases/postgresql96-pltcl/Makefile b/databases/postgresql96-pltcl/Makefile
index cb3ae738c6f..1163f1bd244 100644
--- a/databases/postgresql96-pltcl/Makefile
+++ b/databases/postgresql96-pltcl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2020/02/14 17:06:46 adam Exp $
+# $NetBSD: Makefile,v 1.6 2020/05/12 15:53:19 rillig Exp $
PKGNAME= ${DISTNAME:S/-/96-pltcl-/}
COMMENT= PL/Tcl procedural language for the PostgreSQL backend
@@ -7,6 +7,7 @@ DEPENDS+= postgresql96-server>=${PKGVERSION_NOREV}:../../databases/postgresql96-
.include "../../databases/postgresql96/Makefile.common"
+TOOLS_BROKEN+= perl
CONFIGURE_ARGS+= --with-tcl
CONFIGURE_ARGS+= --with-tclconfig="${BUILDLINK_PREFIX.tcl}/lib"
CONFIGURE_ENV+= TCLSH="${TCLSH}"