pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/databases
Module Name: pkgsrc
Committed By: rillig
Date: Tue May 12 15:53:19 UTC 2020
Modified Files:
pkgsrc/databases/postgresql-pljava: Makefile
pkgsrc/databases/postgresql10-contrib: Makefile
pkgsrc/databases/postgresql10-plpython: Makefile
pkgsrc/databases/postgresql10-pltcl: Makefile
pkgsrc/databases/postgresql11-contrib: Makefile
pkgsrc/databases/postgresql11-plpython: Makefile
pkgsrc/databases/postgresql11-pltcl: Makefile
pkgsrc/databases/postgresql94-contrib: Makefile
pkgsrc/databases/postgresql94-plpython: Makefile
pkgsrc/databases/postgresql94-pltcl: Makefile
pkgsrc/databases/postgresql95-contrib: Makefile
pkgsrc/databases/postgresql95-plpython: Makefile
pkgsrc/databases/postgresql95-pltcl: Makefile
pkgsrc/databases/postgresql96-contrib: Makefile
pkgsrc/databases/postgresql96-plpython: Makefile
pkgsrc/databases/postgresql96-pltcl: Makefile
Log Message:
databases/postgresql*: suppress USE_TOOLS+=perl warning
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/databases/postgresql-pljava/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/databases/postgresql10-contrib/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/databases/postgresql10-plpython/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/databases/postgresql10-pltcl/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/databases/postgresql11-contrib/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/databases/postgresql11-plpython/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/databases/postgresql11-pltcl/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/databases/postgresql94-contrib/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/databases/postgresql94-plpython/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/databases/postgresql94-pltcl/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/databases/postgresql95-contrib/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/databases/postgresql95-plpython/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/databases/postgresql95-pltcl/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/databases/postgresql96-contrib/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/databases/postgresql96-plpython/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/databases/postgresql96-pltcl/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/databases/postgresql-pljava/Makefile
diff -u pkgsrc/databases/postgresql-pljava/Makefile:1.4 pkgsrc/databases/postgresql-pljava/Makefile:1.5
--- pkgsrc/databases/postgresql-pljava/Makefile:1.4 Fri May 1 00:22:21 2020
+++ pkgsrc/databases/postgresql-pljava/Makefile Tue May 12 15:53:17 2020
@@ -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}
Index: pkgsrc/databases/postgresql10-contrib/Makefile
diff -u pkgsrc/databases/postgresql10-contrib/Makefile:1.7 pkgsrc/databases/postgresql10-contrib/Makefile:1.8
--- pkgsrc/databases/postgresql10-contrib/Makefile:1.7 Fri Feb 14 17:06:41 2020
+++ pkgsrc/databases/postgresql10-contrib/Makefile Tue May 12 15:53:17 2020
@@ -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
Index: pkgsrc/databases/postgresql10-plpython/Makefile
diff -u pkgsrc/databases/postgresql10-plpython/Makefile:1.7 pkgsrc/databases/postgresql10-plpython/Makefile:1.8
--- pkgsrc/databases/postgresql10-plpython/Makefile:1.7 Fri Feb 14 17:06:41 2020
+++ pkgsrc/databases/postgresql10-plpython/Makefile Tue May 12 15:53:17 2020
@@ -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>=${PKGVERS
.include "../../databases/postgresql10/Makefile.common"
+TOOLS_BROKEN+= perl
CONFIGURE_ARGS+= --with-python
CONFIGURE_ENV+= PYTHON="${PYTHONBIN}"
BUILD_MAKE_FLAGS= PGXS=1
Index: pkgsrc/databases/postgresql10-pltcl/Makefile
diff -u pkgsrc/databases/postgresql10-pltcl/Makefile:1.5 pkgsrc/databases/postgresql10-pltcl/Makefile:1.6
--- pkgsrc/databases/postgresql10-pltcl/Makefile:1.5 Fri Feb 14 17:06:41 2020
+++ pkgsrc/databases/postgresql10-pltcl/Makefile Tue May 12 15:53:18 2020
@@ -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>=${PKGVERS
.include "../../databases/postgresql10/Makefile.common"
+TOOLS_BROKEN+= perl
CONFIGURE_ARGS+= --with-tcl
CONFIGURE_ARGS+= --with-tclconfig="${BUILDLINK_PREFIX.tcl}/lib"
CONFIGURE_ENV+= TCLSH="${TCLSH}"
Index: pkgsrc/databases/postgresql11-contrib/Makefile
diff -u pkgsrc/databases/postgresql11-contrib/Makefile:1.4 pkgsrc/databases/postgresql11-contrib/Makefile:1.5
--- pkgsrc/databases/postgresql11-contrib/Makefile:1.4 Fri Feb 14 17:06:41 2020
+++ pkgsrc/databases/postgresql11-contrib/Makefile Tue May 12 15:53:18 2020
@@ -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
Index: pkgsrc/databases/postgresql11-plpython/Makefile
diff -u pkgsrc/databases/postgresql11-plpython/Makefile:1.5 pkgsrc/databases/postgresql11-plpython/Makefile:1.6
--- pkgsrc/databases/postgresql11-plpython/Makefile:1.5 Fri Feb 14 17:06:42 2020
+++ pkgsrc/databases/postgresql11-plpython/Makefile Tue May 12 15:53:18 2020
@@ -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>=${PKGVERS
.include "../../databases/postgresql11/Makefile.common"
+TOOLS_BROKEN+= perl
CONFIGURE_ARGS+= --with-python
CONFIGURE_ENV+= PYTHON="${PYTHONBIN}"
BUILD_MAKE_FLAGS= PGXS=1
Index: pkgsrc/databases/postgresql11-pltcl/Makefile
diff -u pkgsrc/databases/postgresql11-pltcl/Makefile:1.3 pkgsrc/databases/postgresql11-pltcl/Makefile:1.4
--- pkgsrc/databases/postgresql11-pltcl/Makefile:1.3 Fri Feb 14 17:06:42 2020
+++ pkgsrc/databases/postgresql11-pltcl/Makefile Tue May 12 15:53:18 2020
@@ -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>=${PKGVERS
.include "../../databases/postgresql11/Makefile.common"
+USE_TOOLS+= perl
CONFIGURE_ARGS+= --with-tcl
CONFIGURE_ARGS+= --with-tclconfig="${BUILDLINK_PREFIX.tcl}/lib"
CONFIGURE_ENV+= TCLSH="${TCLSH}"
Index: pkgsrc/databases/postgresql94-contrib/Makefile
diff -u pkgsrc/databases/postgresql94-contrib/Makefile:1.6 pkgsrc/databases/postgresql94-contrib/Makefile:1.7
--- pkgsrc/databases/postgresql94-contrib/Makefile:1.6 Fri Feb 14 17:06:44 2020
+++ pkgsrc/databases/postgresql94-contrib/Makefile Tue May 12 15:53:18 2020
@@ -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
Index: pkgsrc/databases/postgresql94-plpython/Makefile
diff -u pkgsrc/databases/postgresql94-plpython/Makefile:1.9 pkgsrc/databases/postgresql94-plpython/Makefile:1.10
--- pkgsrc/databases/postgresql94-plpython/Makefile:1.9 Fri Feb 14 17:06:44 2020
+++ pkgsrc/databases/postgresql94-plpython/Makefile Tue May 12 15:53:18 2020
@@ -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>=${PKGVERS
.include "../../databases/postgresql94/Makefile.common"
+TOOLS_BROKEN+= perl
CONFIGURE_ARGS+= --with-python
CONFIGURE_ENV+= PYTHON="${PYTHONBIN}"
BUILD_MAKE_FLAGS= PGXS=1
Index: pkgsrc/databases/postgresql94-pltcl/Makefile
diff -u pkgsrc/databases/postgresql94-pltcl/Makefile:1.7 pkgsrc/databases/postgresql94-pltcl/Makefile:1.8
--- pkgsrc/databases/postgresql94-pltcl/Makefile:1.7 Fri Feb 14 17:06:44 2020
+++ pkgsrc/databases/postgresql94-pltcl/Makefile Tue May 12 15:53:18 2020
@@ -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>=${PKGVERS
.include "../../databases/postgresql94/Makefile.common"
+TOOLS_BROKEN+= perl
CONFIGURE_ARGS+= --with-tcl
CONFIGURE_ARGS+= --with-tclconfig="${BUILDLINK_PREFIX.tcl}/lib"
CONFIGURE_ENV+= TCLSH="${TCLSH}"
Index: pkgsrc/databases/postgresql95-contrib/Makefile
diff -u pkgsrc/databases/postgresql95-contrib/Makefile:1.8 pkgsrc/databases/postgresql95-contrib/Makefile:1.9
--- pkgsrc/databases/postgresql95-contrib/Makefile:1.8 Fri Feb 14 17:06:44 2020
+++ pkgsrc/databases/postgresql95-contrib/Makefile Tue May 12 15:53:18 2020
@@ -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
Index: pkgsrc/databases/postgresql95-plpython/Makefile
diff -u pkgsrc/databases/postgresql95-plpython/Makefile:1.9 pkgsrc/databases/postgresql95-plpython/Makefile:1.10
--- pkgsrc/databases/postgresql95-plpython/Makefile:1.9 Fri Feb 14 17:06:45 2020
+++ pkgsrc/databases/postgresql95-plpython/Makefile Tue May 12 15:53:18 2020
@@ -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>=${PKGVERS
.include "../../databases/postgresql95/Makefile.common"
+TOOLS_BROKEN+= perl
CONFIGURE_ARGS+= --with-python
CONFIGURE_ENV+= PYTHON="${PYTHONBIN}"
BUILD_MAKE_FLAGS= PGXS=1
Index: pkgsrc/databases/postgresql95-pltcl/Makefile
diff -u pkgsrc/databases/postgresql95-pltcl/Makefile:1.7 pkgsrc/databases/postgresql95-pltcl/Makefile:1.8
--- pkgsrc/databases/postgresql95-pltcl/Makefile:1.7 Fri Feb 14 17:06:45 2020
+++ pkgsrc/databases/postgresql95-pltcl/Makefile Tue May 12 15:53:19 2020
@@ -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>=${PKGVERS
.include "../../databases/postgresql95/Makefile.common"
+TOOLS_BROKEN+= perl
CONFIGURE_ARGS+= --with-tcl
CONFIGURE_ARGS+= --with-tclconfig="${BUILDLINK_PREFIX.tcl}/lib"
CONFIGURE_ENV+= TCLSH="${TCLSH}"
Index: pkgsrc/databases/postgresql96-contrib/Makefile
diff -u pkgsrc/databases/postgresql96-contrib/Makefile:1.8 pkgsrc/databases/postgresql96-contrib/Makefile:1.9
--- pkgsrc/databases/postgresql96-contrib/Makefile:1.8 Fri Feb 14 17:06:45 2020
+++ pkgsrc/databases/postgresql96-contrib/Makefile Tue May 12 15:53:19 2020
@@ -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
Index: pkgsrc/databases/postgresql96-plpython/Makefile
diff -u pkgsrc/databases/postgresql96-plpython/Makefile:1.7 pkgsrc/databases/postgresql96-plpython/Makefile:1.8
--- pkgsrc/databases/postgresql96-plpython/Makefile:1.7 Fri Feb 14 17:06:46 2020
+++ pkgsrc/databases/postgresql96-plpython/Makefile Tue May 12 15:53:19 2020
@@ -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>=${PKGVERS
.include "../../databases/postgresql96/Makefile.common"
+TOOLS_BROKEN+= perl
CONFIGURE_ARGS+= --with-python
CONFIGURE_ENV+= PYTHON="${PYTHONBIN}"
BUILD_MAKE_FLAGS= PGXS=1
Index: pkgsrc/databases/postgresql96-pltcl/Makefile
diff -u pkgsrc/databases/postgresql96-pltcl/Makefile:1.5 pkgsrc/databases/postgresql96-pltcl/Makefile:1.6
--- pkgsrc/databases/postgresql96-pltcl/Makefile:1.5 Fri Feb 14 17:06:46 2020
+++ pkgsrc/databases/postgresql96-pltcl/Makefile Tue May 12 15:53:19 2020
@@ -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>=${PKGVERS
.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