databases/postgresql*: suppress USE_TOOLS+=perl warning

This commit is contained in:
rillig 2020-05-12 15:53:17 +00:00
parent 50516ee27e
commit d40603f098
16 changed files with 32 additions and 16 deletions

View file

@ -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}

View file

@ -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

View file

@ -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

View file

@ -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}"

View file

@ -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

View file

@ -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

View file

@ -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}"

View file

@ -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

View file

@ -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

View file

@ -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}"

View file

@ -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

View file

@ -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

View file

@ -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}"

View file

@ -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

View file

@ -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

View file

@ -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}"