Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/databases databases/postgresql*: suppress USE_TOOLS+=p...
details: https://anonhg.NetBSD.org/pkgsrc/rev/066acdc286f1
branches: trunk
changeset: 431370:066acdc286f1
user: rillig <rillig%pkgsrc.org@localhost>
date: Tue May 12 15:53:17 2020 +0000
description:
databases/postgresql*: suppress USE_TOOLS+=perl warning
diffstat:
databases/postgresql-pljava/Makefile | 3 ++-
databases/postgresql10-contrib/Makefile | 3 ++-
databases/postgresql10-plpython/Makefile | 3 ++-
databases/postgresql10-pltcl/Makefile | 3 ++-
databases/postgresql11-contrib/Makefile | 3 ++-
databases/postgresql11-plpython/Makefile | 3 ++-
databases/postgresql11-pltcl/Makefile | 3 ++-
databases/postgresql94-contrib/Makefile | 3 ++-
databases/postgresql94-plpython/Makefile | 3 ++-
databases/postgresql94-pltcl/Makefile | 3 ++-
databases/postgresql95-contrib/Makefile | 3 ++-
databases/postgresql95-plpython/Makefile | 3 ++-
databases/postgresql95-pltcl/Makefile | 3 ++-
databases/postgresql96-contrib/Makefile | 3 ++-
databases/postgresql96-plpython/Makefile | 3 ++-
databases/postgresql96-pltcl/Makefile | 3 ++-
16 files changed, 32 insertions(+), 16 deletions(-)
diffs (272 lines):
diff -r 9cb5b6ae1132 -r 066acdc286f1 databases/postgresql-pljava/Makefile
--- a/databases/postgresql-pljava/Makefile Tue May 12 12:12:25 2020 +0000
+++ b/databases/postgresql-pljava/Makefile Tue May 12 15:53:17 2020 +0000
@@ -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 @@
USE_JAVA2= 7
USE_LANGUAGES= c c++
+TOOLS_BROKEN+= perl
WRKSRC= ${WRKDIR}/${DISTNAME:S/./_/g}
diff -r 9cb5b6ae1132 -r 066acdc286f1 databases/postgresql10-contrib/Makefile
--- a/databases/postgresql10-contrib/Makefile Tue May 12 12:12:25 2020 +0000
+++ b/databases/postgresql10-contrib/Makefile Tue May 12 15:53:17 2020 +0000
@@ -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/unaccent
BUILD_DIRS+= contrib/vacuumlo
+TOOLS_BROKEN+= perl
CONFIGURE_ARGS+= --with-openssl
PLIST_VARS+= uuid
diff -r 9cb5b6ae1132 -r 066acdc286f1 databases/postgresql10-plpython/Makefile
--- a/databases/postgresql10-plpython/Makefile Tue May 12 12:12:25 2020 +0000
+++ b/databases/postgresql10-plpython/Makefile Tue May 12 15:53:17 2020 +0000
@@ -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 @@
.include "../../databases/postgresql10/Makefile.common"
+TOOLS_BROKEN+= perl
CONFIGURE_ARGS+= --with-python
CONFIGURE_ENV+= PYTHON="${PYTHONBIN}"
BUILD_MAKE_FLAGS= PGXS=1
diff -r 9cb5b6ae1132 -r 066acdc286f1 databases/postgresql10-pltcl/Makefile
--- a/databases/postgresql10-pltcl/Makefile Tue May 12 12:12:25 2020 +0000
+++ b/databases/postgresql10-pltcl/Makefile Tue May 12 15:53:17 2020 +0000
@@ -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 @@
.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 -r 9cb5b6ae1132 -r 066acdc286f1 databases/postgresql11-contrib/Makefile
--- a/databases/postgresql11-contrib/Makefile Tue May 12 12:12:25 2020 +0000
+++ b/databases/postgresql11-contrib/Makefile Tue May 12 15:53:17 2020 +0000
@@ -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/unaccent
BUILD_DIRS+= contrib/vacuumlo
+TOOLS_BROKEN+= perl
CONFIGURE_ARGS+= --with-openssl
PLIST_VARS+= uuid
diff -r 9cb5b6ae1132 -r 066acdc286f1 databases/postgresql11-plpython/Makefile
--- a/databases/postgresql11-plpython/Makefile Tue May 12 12:12:25 2020 +0000
+++ b/databases/postgresql11-plpython/Makefile Tue May 12 15:53:17 2020 +0000
@@ -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 @@
.include "../../databases/postgresql11/Makefile.common"
+TOOLS_BROKEN+= perl
CONFIGURE_ARGS+= --with-python
CONFIGURE_ENV+= PYTHON="${PYTHONBIN}"
BUILD_MAKE_FLAGS= PGXS=1
diff -r 9cb5b6ae1132 -r 066acdc286f1 databases/postgresql11-pltcl/Makefile
--- a/databases/postgresql11-pltcl/Makefile Tue May 12 12:12:25 2020 +0000
+++ b/databases/postgresql11-pltcl/Makefile Tue May 12 15:53:17 2020 +0000
@@ -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 @@
.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 -r 9cb5b6ae1132 -r 066acdc286f1 databases/postgresql94-contrib/Makefile
--- a/databases/postgresql94-contrib/Makefile Tue May 12 12:12:25 2020 +0000
+++ b/databases/postgresql94-contrib/Makefile Tue May 12 15:53:17 2020 +0000
@@ -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/vacuumlo
BUILD_DIRS+= contrib/worker_spi
+TOOLS_BROKEN+= perl
CONFIGURE_ARGS+= --with-openssl
PLIST_VARS+= uuid
diff -r 9cb5b6ae1132 -r 066acdc286f1 databases/postgresql94-plpython/Makefile
--- a/databases/postgresql94-plpython/Makefile Tue May 12 12:12:25 2020 +0000
+++ b/databases/postgresql94-plpython/Makefile Tue May 12 15:53:17 2020 +0000
@@ -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 @@
.include "../../databases/postgresql94/Makefile.common"
+TOOLS_BROKEN+= perl
CONFIGURE_ARGS+= --with-python
CONFIGURE_ENV+= PYTHON="${PYTHONBIN}"
BUILD_MAKE_FLAGS= PGXS=1
diff -r 9cb5b6ae1132 -r 066acdc286f1 databases/postgresql94-pltcl/Makefile
--- a/databases/postgresql94-pltcl/Makefile Tue May 12 12:12:25 2020 +0000
+++ b/databases/postgresql94-pltcl/Makefile Tue May 12 15:53:17 2020 +0000
@@ -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 @@
.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 -r 9cb5b6ae1132 -r 066acdc286f1 databases/postgresql95-contrib/Makefile
--- a/databases/postgresql95-contrib/Makefile Tue May 12 12:12:25 2020 +0000
+++ b/databases/postgresql95-contrib/Makefile Tue May 12 15:53:17 2020 +0000
@@ -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/unaccent
BUILD_DIRS+= contrib/vacuumlo
+TOOLS_BROKEN+= perl
CONFIGURE_ARGS+= --with-openssl
PLIST_VARS+= uuid
diff -r 9cb5b6ae1132 -r 066acdc286f1 databases/postgresql95-plpython/Makefile
--- a/databases/postgresql95-plpython/Makefile Tue May 12 12:12:25 2020 +0000
+++ b/databases/postgresql95-plpython/Makefile Tue May 12 15:53:17 2020 +0000
@@ -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 @@
.include "../../databases/postgresql95/Makefile.common"
+TOOLS_BROKEN+= perl
CONFIGURE_ARGS+= --with-python
CONFIGURE_ENV+= PYTHON="${PYTHONBIN}"
BUILD_MAKE_FLAGS= PGXS=1
diff -r 9cb5b6ae1132 -r 066acdc286f1 databases/postgresql95-pltcl/Makefile
--- a/databases/postgresql95-pltcl/Makefile Tue May 12 12:12:25 2020 +0000
+++ b/databases/postgresql95-pltcl/Makefile Tue May 12 15:53:17 2020 +0000
@@ -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 @@
.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 -r 9cb5b6ae1132 -r 066acdc286f1 databases/postgresql96-contrib/Makefile
--- a/databases/postgresql96-contrib/Makefile Tue May 12 12:12:25 2020 +0000
+++ b/databases/postgresql96-contrib/Makefile Tue May 12 15:53:17 2020 +0000
@@ -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/unaccent
BUILD_DIRS+= contrib/vacuumlo
+TOOLS_BROKEN+= perl
CONFIGURE_ARGS+= --with-openssl
PLIST_VARS+= uuid
diff -r 9cb5b6ae1132 -r 066acdc286f1 databases/postgresql96-plpython/Makefile
--- a/databases/postgresql96-plpython/Makefile Tue May 12 12:12:25 2020 +0000
+++ b/databases/postgresql96-plpython/Makefile Tue May 12 15:53:17 2020 +0000
@@ -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 @@
.include "../../databases/postgresql96/Makefile.common"
+TOOLS_BROKEN+= perl
CONFIGURE_ARGS+= --with-python
CONFIGURE_ENV+= PYTHON="${PYTHONBIN}"
BUILD_MAKE_FLAGS= PGXS=1
diff -r 9cb5b6ae1132 -r 066acdc286f1 databases/postgresql96-pltcl/Makefile
--- a/databases/postgresql96-pltcl/Makefile Tue May 12 12:12:25 2020 +0000
+++ b/databases/postgresql96-pltcl/Makefile Tue May 12 15:53:17 2020 +0000
@@ -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 @@
.include "../../databases/postgresql96/Makefile.common"
+TOOLS_BROKEN+= perl
CONFIGURE_ARGS+= --with-tcl
CONFIGURE_ARGS+= --with-tclconfig="${BUILDLINK_PREFIX.tcl}/lib"
CONFIGURE_ENV+= TCLSH="${TCLSH}"
Home |
Main Index |
Thread Index |
Old Index