Tue May 12 15:53:19 2020 UTC ()
databases/postgresql*: suppress USE_TOOLS+=perl warning


(rillig)
diff -r1.4 -r1.5 pkgsrc/databases/postgresql-pljava/Makefile
diff -r1.7 -r1.8 pkgsrc/databases/postgresql10-contrib/Makefile
diff -r1.7 -r1.8 pkgsrc/databases/postgresql10-plpython/Makefile
diff -r1.5 -r1.6 pkgsrc/databases/postgresql10-pltcl/Makefile
diff -r1.4 -r1.5 pkgsrc/databases/postgresql11-contrib/Makefile
diff -r1.5 -r1.6 pkgsrc/databases/postgresql11-plpython/Makefile
diff -r1.3 -r1.4 pkgsrc/databases/postgresql11-pltcl/Makefile
diff -r1.6 -r1.7 pkgsrc/databases/postgresql94-contrib/Makefile
diff -r1.9 -r1.10 pkgsrc/databases/postgresql94-plpython/Makefile
diff -r1.7 -r1.8 pkgsrc/databases/postgresql94-pltcl/Makefile
diff -r1.8 -r1.9 pkgsrc/databases/postgresql95-contrib/Makefile
diff -r1.9 -r1.10 pkgsrc/databases/postgresql95-plpython/Makefile
diff -r1.7 -r1.8 pkgsrc/databases/postgresql95-pltcl/Makefile
diff -r1.8 -r1.9 pkgsrc/databases/postgresql96-contrib/Makefile
diff -r1.7 -r1.8 pkgsrc/databases/postgresql96-plpython/Makefile
diff -r1.5 -r1.6 pkgsrc/databases/postgresql96-pltcl/Makefile

cvs diff -r1.4 -r1.5 pkgsrc/databases/postgresql-pljava/Makefile (expand / switch to unified diff)

--- pkgsrc/databases/postgresql-pljava/Makefile 2020/05/01 00:22:21 1.4
+++ pkgsrc/databases/postgresql-pljava/Makefile 2020/05/12 15:53:17 1.5
@@ -1,37 +1,38 @@ @@ -1,37 +1,38 @@
1# $NetBSD: Makefile,v 1.4 2020/05/01 00:22:21 joerg Exp $ 1# $NetBSD: Makefile,v 1.5 2020/05/12 15:53:17 rillig Exp $
2 2
3DISTNAME= pljava-1.5.0 3DISTNAME= pljava-1.5.0
4PKGNAME= postgresql${PGSQL_VERSION}-${DISTNAME} 4PKGNAME= postgresql${PGSQL_VERSION}-${DISTNAME}
5CATEGORIES= databases 5CATEGORIES= databases
6MASTER_SITES= ${MASTER_SITE_GITHUB:=tada/} 6MASTER_SITES= ${MASTER_SITE_GITHUB:=tada/}
7 7
8GITHUB_PROJECT= pljava 8GITHUB_PROJECT= pljava
9GITHUB_TAG= V${PKGVERSION_NOREV:S/./_/g} 9GITHUB_TAG= V${PKGVERSION_NOREV:S/./_/g}
10DISTFILES= ${DEFAULT_DISTFILES} ${DISTNAME}-deps.tar.gz 10DISTFILES= ${DEFAULT_DISTFILES} ${DISTNAME}-deps.tar.gz
11SITES.${DISTNAME}-deps.tar.gz= ftp://ftp.NetBSD.org/pub/NetBSD/misc/fhajny/ 11SITES.${DISTNAME}-deps.tar.gz= ftp://ftp.NetBSD.org/pub/NetBSD/misc/fhajny/
12 12
13MAINTAINER= pkgsrc-users@NetBSD.org 13MAINTAINER= pkgsrc-users@NetBSD.org
14HOMEPAGE= https://github.com/tada/pljava/ 14HOMEPAGE= https://github.com/tada/pljava/
15COMMENT= Java Stored Procedures, Triggers, and Functions for PostgreSQL 15COMMENT= Java Stored Procedures, Triggers, and Functions for PostgreSQL
16LICENSE= modified-bsd 16LICENSE= modified-bsd
17 17
18DEPENDS+= apache-maven-[0-9]*:../../devel/apache-maven 18DEPENDS+= apache-maven-[0-9]*:../../devel/apache-maven
19DEPENDS+= postgresql${PGSQL_VERSION}-server>=0:../../databases/postgresql${PGSQL_VERSION}-server 19DEPENDS+= postgresql${PGSQL_VERSION}-server>=0:../../databases/postgresql${PGSQL_VERSION}-server
20 20
21PGSQL_VERSIONS_ACCEPTED= 95 94 21PGSQL_VERSIONS_ACCEPTED= 95 94
22 22
23USE_JAVA2= 7 23USE_JAVA2= 7
24USE_LANGUAGES= c c++ 24USE_LANGUAGES= c c++
 25TOOLS_BROKEN+= perl
25 26
26WRKSRC= ${WRKDIR}/${DISTNAME:S/./_/g} 27WRKSRC= ${WRKDIR}/${DISTNAME:S/./_/g}
27 28
28.include "../../mk/bsd.prefs.mk" 29.include "../../mk/bsd.prefs.mk"
29.include "../../mk/compiler.mk" 30.include "../../mk/compiler.mk"
30.include "../../mk/java-vm.mk" 31.include "../../mk/java-vm.mk"
31 32
32.if !empty(PKG_JVM:Mopenjdk*) 33.if !empty(PKG_JVM:Mopenjdk*)
33LIBJVM= ${PKG_JAVA_HOME}/jre/lib/${MACHINE_ARCH:S/x86_64/amd64/:S/sparc64/sparcv9/:C/^e?arm.*$/arm/}/server/libjvm.${PG_LIB_EXT} 34LIBJVM= ${PKG_JAVA_HOME}/jre/lib/${MACHINE_ARCH:S/x86_64/amd64/:S/sparc64/sparcv9/:C/^e?arm.*$/arm/}/server/libjvm.${PG_LIB_EXT}
34.else 35.else
35LIBJVM= ${PKG_JAVA_HOME}/lib/${MACHINE_ARCH:S/x86_64/amd64/:S/sparc64/sparcv9/:C/^e?arm.*$/arm/}/server/libjvm.${PG_LIB_EXT} 36LIBJVM= ${PKG_JAVA_HOME}/lib/${MACHINE_ARCH:S/x86_64/amd64/:S/sparc64/sparcv9/:C/^e?arm.*$/arm/}/server/libjvm.${PG_LIB_EXT}
36.endif 37.endif
37 38

cvs diff -r1.7 -r1.8 pkgsrc/databases/postgresql10-contrib/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/databases/postgresql10-contrib/Attic/Makefile 2020/02/14 17:06:41 1.7
+++ pkgsrc/databases/postgresql10-contrib/Attic/Makefile 2020/05/12 15:53:17 1.8
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: Makefile,v 1.7 2020/02/14 17:06:41 adam Exp $ 1# $NetBSD: Makefile,v 1.8 2020/05/12 15:53:17 rillig Exp $
2 2
3PKGNAME= ${DISTNAME:S/-/10-contrib-/} 3PKGNAME= ${DISTNAME:S/-/10-contrib-/}
4COMMENT= Contrib subtree of tools and plug-ins 4COMMENT= Contrib subtree of tools and plug-ins
5 5
6.include "../../databases/postgresql10/Makefile.common" 6.include "../../databases/postgresql10/Makefile.common"
7 7
8DEPENDS+= postgresql10-server>=${PKGVERSION_NOREV}:../../databases/postgresql10-server 8DEPENDS+= postgresql10-server>=${PKGVERSION_NOREV}:../../databases/postgresql10-server
9 9
10BUILD_MAKE_FLAGS= USE_PGXS=1 10BUILD_MAKE_FLAGS= USE_PGXS=1
11 11
12BUILD_DIRS+= contrib/adminpack 12BUILD_DIRS+= contrib/adminpack
13BUILD_DIRS+= contrib/auth_delay 13BUILD_DIRS+= contrib/auth_delay
14BUILD_DIRS+= contrib/auto_explain 14BUILD_DIRS+= contrib/auto_explain
@@ -43,26 +43,27 @@ BUILD_DIRS+= contrib/pgrowlocks @@ -43,26 +43,27 @@ BUILD_DIRS+= contrib/pgrowlocks
43BUILD_DIRS+= contrib/pgstattuple 43BUILD_DIRS+= contrib/pgstattuple
44BUILD_DIRS+= contrib/postgres_fdw 44BUILD_DIRS+= contrib/postgres_fdw
45BUILD_DIRS+= contrib/seg 45BUILD_DIRS+= contrib/seg
46BUILD_DIRS+= contrib/spi 46BUILD_DIRS+= contrib/spi
47BUILD_DIRS+= contrib/sslinfo 47BUILD_DIRS+= contrib/sslinfo
48BUILD_DIRS+= contrib/tablefunc 48BUILD_DIRS+= contrib/tablefunc
49BUILD_DIRS+= contrib/tcn 49BUILD_DIRS+= contrib/tcn
50BUILD_DIRS+= contrib/test_decoding 50BUILD_DIRS+= contrib/test_decoding
51BUILD_DIRS+= contrib/tsm_system_rows 51BUILD_DIRS+= contrib/tsm_system_rows
52BUILD_DIRS+= contrib/tsm_system_time 52BUILD_DIRS+= contrib/tsm_system_time
53BUILD_DIRS+= contrib/unaccent 53BUILD_DIRS+= contrib/unaccent
54BUILD_DIRS+= contrib/vacuumlo 54BUILD_DIRS+= contrib/vacuumlo
55 55
 56TOOLS_BROKEN+= perl
56CONFIGURE_ARGS+= --with-openssl 57CONFIGURE_ARGS+= --with-openssl
57 58
58PLIST_VARS+= uuid 59PLIST_VARS+= uuid
59.if ${OPSYS:M*BSD} || ${OPSYS} == "Linux" || ${OPSYS} == "SunOS" 60.if ${OPSYS:M*BSD} || ${OPSYS} == "Linux" || ${OPSYS} == "SunOS"
60PLIST.uuid= yes 61PLIST.uuid= yes
61BUILD_DIRS+= contrib/uuid-ossp 62BUILD_DIRS+= contrib/uuid-ossp
62. if ${OPSYS:M*BSD} 63. if ${OPSYS:M*BSD}
63BUILD_MAKE_FLAGS+= PG_CPPFLAGS="-DHAVE_UUID_H -DHAVE_UUID_BSD -DSHA1_RESULTLEN=20" 64BUILD_MAKE_FLAGS+= PG_CPPFLAGS="-DHAVE_UUID_H -DHAVE_UUID_BSD -DSHA1_RESULTLEN=20"
64CONFIGURE_ARGS+= --with-uuid=bsd 65CONFIGURE_ARGS+= --with-uuid=bsd
65. elif ${OPSYS} == "Linux" 66. elif ${OPSYS} == "Linux"
66BUILD_MAKE_FLAGS+= PG_CPPFLAGS="-DHAVE_UUID_UUID_H -DHAVE_UUID_E2FS -I${WRKSRC}/contrib/pgcrypto" 67BUILD_MAKE_FLAGS+= PG_CPPFLAGS="-DHAVE_UUID_UUID_H -DHAVE_UUID_E2FS -I${WRKSRC}/contrib/pgcrypto"
67CONFIGURE_ARGS+= --with-uuid=e2fs 68CONFIGURE_ARGS+= --with-uuid=e2fs
68. elif ${OPSYS} == "SunOS" 69. elif ${OPSYS} == "SunOS"

cvs diff -r1.7 -r1.8 pkgsrc/databases/postgresql10-plpython/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/databases/postgresql10-plpython/Attic/Makefile 2020/02/14 17:06:41 1.7
+++ pkgsrc/databases/postgresql10-plpython/Attic/Makefile 2020/05/12 15:53:17 1.8
@@ -1,18 +1,19 @@ @@ -1,18 +1,19 @@
1# $NetBSD: Makefile,v 1.7 2020/02/14 17:06:41 adam Exp $ 1# $NetBSD: Makefile,v 1.8 2020/05/12 15:53:17 rillig Exp $
2 2
3PKGNAME= ${DISTNAME:S/-/10-plpython-/} 3PKGNAME= ${DISTNAME:S/-/10-plpython-/}
4COMMENT= PL/Python procedural language for the PostgreSQL backend 4COMMENT= PL/Python procedural language for the PostgreSQL backend
5 5
6DEPENDS+= postgresql10-server>=${PKGVERSION_NOREV}:../../databases/postgresql10-server 6DEPENDS+= postgresql10-server>=${PKGVERSION_NOREV}:../../databases/postgresql10-server
7 7
8.include "../../databases/postgresql10/Makefile.common" 8.include "../../databases/postgresql10/Makefile.common"
9 9
 10TOOLS_BROKEN+= perl
10CONFIGURE_ARGS+= --with-python 11CONFIGURE_ARGS+= --with-python
11CONFIGURE_ENV+= PYTHON="${PYTHONBIN}" 12CONFIGURE_ENV+= PYTHON="${PYTHONBIN}"
12BUILD_MAKE_FLAGS= PGXS=1 13BUILD_MAKE_FLAGS= PGXS=1
13 14
14BUILD_DIRS= src/pl/plpython contrib/hstore_plpython 15BUILD_DIRS= src/pl/plpython contrib/hstore_plpython
15 16
16.include "../../databases/postgresql10-client/buildlink3.mk" 17.include "../../databases/postgresql10-client/buildlink3.mk"
17.include "../../lang/python/extension.mk" 18.include "../../lang/python/extension.mk"
18.include "../../mk/bsd.pkg.mk" 19.include "../../mk/bsd.pkg.mk"

cvs diff -r1.5 -r1.6 pkgsrc/databases/postgresql10-pltcl/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/databases/postgresql10-pltcl/Attic/Makefile 2020/02/14 17:06:41 1.5
+++ pkgsrc/databases/postgresql10-pltcl/Attic/Makefile 2020/05/12 15:53:18 1.6
@@ -1,20 +1,21 @@ @@ -1,20 +1,21 @@
1# $NetBSD: Makefile,v 1.5 2020/02/14 17:06:41 adam Exp $ 1# $NetBSD: Makefile,v 1.6 2020/05/12 15:53:18 rillig Exp $
2 2
3PKGNAME= ${DISTNAME:S/-/10-pltcl-/} 3PKGNAME= ${DISTNAME:S/-/10-pltcl-/}
4COMMENT= PL/Tcl procedural language for the PostgreSQL backend 4COMMENT= PL/Tcl procedural language for the PostgreSQL backend
5 5
6DEPENDS+= postgresql10-server>=${PKGVERSION_NOREV}:../../databases/postgresql10-server 6DEPENDS+= postgresql10-server>=${PKGVERSION_NOREV}:../../databases/postgresql10-server
7 7
8.include "../../databases/postgresql10/Makefile.common" 8.include "../../databases/postgresql10/Makefile.common"
9 9
 10TOOLS_BROKEN+= perl
10CONFIGURE_ARGS+= --with-tcl 11CONFIGURE_ARGS+= --with-tcl
11CONFIGURE_ARGS+= --with-tclconfig="${BUILDLINK_PREFIX.tcl}/lib" 12CONFIGURE_ARGS+= --with-tclconfig="${BUILDLINK_PREFIX.tcl}/lib"
12CONFIGURE_ENV+= TCLSH="${TCLSH}" 13CONFIGURE_ENV+= TCLSH="${TCLSH}"
13TCLSH= ${BUILDLINK_PREFIX.tcl}/bin/tclsh 14TCLSH= ${BUILDLINK_PREFIX.tcl}/bin/tclsh
14BUILD_MAKE_FLAGS= PGXS=1 15BUILD_MAKE_FLAGS= PGXS=1
15 16
16BUILD_DIRS= src/pl/tcl 17BUILD_DIRS= src/pl/tcl
17 18
18.include "../../databases/postgresql10-client/buildlink3.mk" 19.include "../../databases/postgresql10-client/buildlink3.mk"
19.include "../../lang/tcl/buildlink3.mk" 20.include "../../lang/tcl/buildlink3.mk"
20.include "../../mk/bsd.pkg.mk" 21.include "../../mk/bsd.pkg.mk"

cvs diff -r1.4 -r1.5 pkgsrc/databases/postgresql11-contrib/Makefile (expand / switch to unified diff)

--- pkgsrc/databases/postgresql11-contrib/Makefile 2020/02/14 17:06:41 1.4
+++ pkgsrc/databases/postgresql11-contrib/Makefile 2020/05/12 15:53:18 1.5
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: Makefile,v 1.4 2020/02/14 17:06:41 adam Exp $ 1# $NetBSD: Makefile,v 1.5 2020/05/12 15:53:18 rillig Exp $
2 2
3PKGNAME= ${DISTNAME:S/-/11-contrib-/} 3PKGNAME= ${DISTNAME:S/-/11-contrib-/}
4COMMENT= Contrib subtree of tools and plug-ins 4COMMENT= Contrib subtree of tools and plug-ins
5 5
6.include "../../databases/postgresql11/Makefile.common" 6.include "../../databases/postgresql11/Makefile.common"
7 7
8DEPENDS+= postgresql11-server>=${PKGVERSION_NOREV}:../../databases/postgresql11-server 8DEPENDS+= postgresql11-server>=${PKGVERSION_NOREV}:../../databases/postgresql11-server
9 9
10BUILD_MAKE_FLAGS= USE_PGXS=1 10BUILD_MAKE_FLAGS= USE_PGXS=1
11 11
12BUILD_DIRS+= contrib/adminpack 12BUILD_DIRS+= contrib/adminpack
13BUILD_DIRS+= contrib/auth_delay 13BUILD_DIRS+= contrib/auth_delay
14BUILD_DIRS+= contrib/auto_explain 14BUILD_DIRS+= contrib/auto_explain
@@ -42,26 +42,27 @@ BUILD_DIRS+= contrib/pgrowlocks @@ -42,26 +42,27 @@ BUILD_DIRS+= contrib/pgrowlocks
42BUILD_DIRS+= contrib/pgstattuple 42BUILD_DIRS+= contrib/pgstattuple
43BUILD_DIRS+= contrib/postgres_fdw 43BUILD_DIRS+= contrib/postgres_fdw
44BUILD_DIRS+= contrib/seg 44BUILD_DIRS+= contrib/seg
45BUILD_DIRS+= contrib/spi 45BUILD_DIRS+= contrib/spi
46BUILD_DIRS+= contrib/sslinfo 46BUILD_DIRS+= contrib/sslinfo
47BUILD_DIRS+= contrib/tablefunc 47BUILD_DIRS+= contrib/tablefunc
48BUILD_DIRS+= contrib/tcn 48BUILD_DIRS+= contrib/tcn
49BUILD_DIRS+= contrib/test_decoding 49BUILD_DIRS+= contrib/test_decoding
50BUILD_DIRS+= contrib/tsm_system_rows 50BUILD_DIRS+= contrib/tsm_system_rows
51BUILD_DIRS+= contrib/tsm_system_time 51BUILD_DIRS+= contrib/tsm_system_time
52BUILD_DIRS+= contrib/unaccent 52BUILD_DIRS+= contrib/unaccent
53BUILD_DIRS+= contrib/vacuumlo 53BUILD_DIRS+= contrib/vacuumlo
54 54
 55TOOLS_BROKEN+= perl
55CONFIGURE_ARGS+= --with-openssl 56CONFIGURE_ARGS+= --with-openssl
56 57
57PLIST_VARS+= uuid 58PLIST_VARS+= uuid
58.if ${OPSYS:M*BSD} || ${OPSYS} == "Linux" || ${OPSYS} == "SunOS" 59.if ${OPSYS:M*BSD} || ${OPSYS} == "Linux" || ${OPSYS} == "SunOS"
59PLIST.uuid= yes 60PLIST.uuid= yes
60BUILD_DIRS+= contrib/uuid-ossp 61BUILD_DIRS+= contrib/uuid-ossp
61. if ${OPSYS:M*BSD} 62. if ${OPSYS:M*BSD}
62BUILD_MAKE_FLAGS+= PG_CPPFLAGS="-DHAVE_UUID_H -DHAVE_UUID_BSD -DSHA1_RESULTLEN=20" 63BUILD_MAKE_FLAGS+= PG_CPPFLAGS="-DHAVE_UUID_H -DHAVE_UUID_BSD -DSHA1_RESULTLEN=20"
63CONFIGURE_ARGS+= --with-uuid=bsd 64CONFIGURE_ARGS+= --with-uuid=bsd
64. elif ${OPSYS} == "Linux" 65. elif ${OPSYS} == "Linux"
65BUILD_MAKE_FLAGS+= PG_CPPFLAGS="-DHAVE_UUID_UUID_H -DHAVE_UUID_E2FS" 66BUILD_MAKE_FLAGS+= PG_CPPFLAGS="-DHAVE_UUID_UUID_H -DHAVE_UUID_E2FS"
66CONFIGURE_ARGS+= --with-uuid=e2fs 67CONFIGURE_ARGS+= --with-uuid=e2fs
67. elif ${OPSYS} == "SunOS" 68. elif ${OPSYS} == "SunOS"

cvs diff -r1.5 -r1.6 pkgsrc/databases/postgresql11-plpython/Makefile (expand / switch to unified diff)

--- pkgsrc/databases/postgresql11-plpython/Makefile 2020/02/14 17:06:42 1.5
+++ pkgsrc/databases/postgresql11-plpython/Makefile 2020/05/12 15:53:18 1.6
@@ -1,18 +1,19 @@ @@ -1,18 +1,19 @@
1# $NetBSD: Makefile,v 1.5 2020/02/14 17:06:42 adam Exp $ 1# $NetBSD: Makefile,v 1.6 2020/05/12 15:53:18 rillig Exp $
2 2
3PKGNAME= ${DISTNAME:S/-/11-plpython-/} 3PKGNAME= ${DISTNAME:S/-/11-plpython-/}
4COMMENT= PL/Python procedural language for the PostgreSQL backend 4COMMENT= PL/Python procedural language for the PostgreSQL backend
5 5
6DEPENDS+= postgresql11-server>=${PKGVERSION_NOREV}:../../databases/postgresql11-server 6DEPENDS+= postgresql11-server>=${PKGVERSION_NOREV}:../../databases/postgresql11-server
7 7
8.include "../../databases/postgresql11/Makefile.common" 8.include "../../databases/postgresql11/Makefile.common"
9 9
 10TOOLS_BROKEN+= perl
10CONFIGURE_ARGS+= --with-python 11CONFIGURE_ARGS+= --with-python
11CONFIGURE_ENV+= PYTHON="${PYTHONBIN}" 12CONFIGURE_ENV+= PYTHON="${PYTHONBIN}"
12BUILD_MAKE_FLAGS= PGXS=1 13BUILD_MAKE_FLAGS= PGXS=1
13 14
14BUILD_DIRS= src/pl/plpython contrib/hstore_plpython 15BUILD_DIRS= src/pl/plpython contrib/hstore_plpython
15 16
16.include "../../databases/postgresql11-client/buildlink3.mk" 17.include "../../databases/postgresql11-client/buildlink3.mk"
17.include "../../lang/python/extension.mk" 18.include "../../lang/python/extension.mk"
18.include "../../mk/bsd.pkg.mk" 19.include "../../mk/bsd.pkg.mk"

cvs diff -r1.3 -r1.4 pkgsrc/databases/postgresql11-pltcl/Makefile (expand / switch to unified diff)

--- pkgsrc/databases/postgresql11-pltcl/Makefile 2020/02/14 17:06:42 1.3
+++ pkgsrc/databases/postgresql11-pltcl/Makefile 2020/05/12 15:53:18 1.4
@@ -1,20 +1,21 @@ @@ -1,20 +1,21 @@
1# $NetBSD: Makefile,v 1.3 2020/02/14 17:06:42 adam Exp $ 1# $NetBSD: Makefile,v 1.4 2020/05/12 15:53:18 rillig Exp $
2 2
3PKGNAME= ${DISTNAME:S/-/11-pltcl-/} 3PKGNAME= ${DISTNAME:S/-/11-pltcl-/}
4COMMENT= PL/Tcl procedural language for the PostgreSQL backend 4COMMENT= PL/Tcl procedural language for the PostgreSQL backend
5 5
6DEPENDS+= postgresql11-server>=${PKGVERSION_NOREV}:../../databases/postgresql11-server 6DEPENDS+= postgresql11-server>=${PKGVERSION_NOREV}:../../databases/postgresql11-server
7 7
8.include "../../databases/postgresql11/Makefile.common" 8.include "../../databases/postgresql11/Makefile.common"
9 9
 10USE_TOOLS+= perl
10CONFIGURE_ARGS+= --with-tcl 11CONFIGURE_ARGS+= --with-tcl
11CONFIGURE_ARGS+= --with-tclconfig="${BUILDLINK_PREFIX.tcl}/lib" 12CONFIGURE_ARGS+= --with-tclconfig="${BUILDLINK_PREFIX.tcl}/lib"
12CONFIGURE_ENV+= TCLSH="${TCLSH}" 13CONFIGURE_ENV+= TCLSH="${TCLSH}"
13TCLSH= ${BUILDLINK_PREFIX.tcl}/bin/tclsh 14TCLSH= ${BUILDLINK_PREFIX.tcl}/bin/tclsh
14BUILD_MAKE_FLAGS= PGXS=1 15BUILD_MAKE_FLAGS= PGXS=1
15 16
16BUILD_DIRS= src/pl/tcl 17BUILD_DIRS= src/pl/tcl
17 18
18.include "../../databases/postgresql11-client/buildlink3.mk" 19.include "../../databases/postgresql11-client/buildlink3.mk"
19.include "../../lang/tcl/buildlink3.mk" 20.include "../../lang/tcl/buildlink3.mk"
20.include "../../mk/bsd.pkg.mk" 21.include "../../mk/bsd.pkg.mk"

cvs diff -r1.6 -r1.7 pkgsrc/databases/postgresql94-contrib/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/databases/postgresql94-contrib/Attic/Makefile 2020/02/14 17:06:44 1.6
+++ pkgsrc/databases/postgresql94-contrib/Attic/Makefile 2020/05/12 15:53:18 1.7
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: Makefile,v 1.6 2020/02/14 17:06:44 adam Exp $ 1# $NetBSD: Makefile,v 1.7 2020/05/12 15:53:18 rillig Exp $
2 2
3PKGNAME= ${DISTNAME:S/-/94-contrib-/} 3PKGNAME= ${DISTNAME:S/-/94-contrib-/}
4COMMENT= Contrib subtree of tools and plug-ins 4COMMENT= Contrib subtree of tools and plug-ins
5 5
6.include "../../databases/postgresql94/Makefile.common" 6.include "../../databases/postgresql94/Makefile.common"
7 7
8DEPENDS+= postgresql94-server>=${PKGVERSION_NOREV}:../../databases/postgresql94-server 8DEPENDS+= postgresql94-server>=${PKGVERSION_NOREV}:../../databases/postgresql94-server
9 9
10BUILD_MAKE_FLAGS= USE_PGXS=1 10BUILD_MAKE_FLAGS= USE_PGXS=1
11 11
12BUILD_DIRS+= contrib/adminpack 12BUILD_DIRS+= contrib/adminpack
13BUILD_DIRS+= contrib/auth_delay 13BUILD_DIRS+= contrib/auth_delay
14BUILD_DIRS+= contrib/auto_explain 14BUILD_DIRS+= contrib/auto_explain
@@ -52,26 +52,27 @@ BUILD_DIRS+= contrib/postgres_fdw @@ -52,26 +52,27 @@ BUILD_DIRS+= contrib/postgres_fdw
52BUILD_DIRS+= contrib/seg 52BUILD_DIRS+= contrib/seg
53BUILD_DIRS+= contrib/spi 53BUILD_DIRS+= contrib/spi
54BUILD_DIRS+= contrib/sslinfo 54BUILD_DIRS+= contrib/sslinfo
55BUILD_DIRS+= contrib/tablefunc 55BUILD_DIRS+= contrib/tablefunc
56BUILD_DIRS+= contrib/tcn 56BUILD_DIRS+= contrib/tcn
57BUILD_DIRS+= contrib/test_decoding 57BUILD_DIRS+= contrib/test_decoding
58BUILD_DIRS+= contrib/test_parser 58BUILD_DIRS+= contrib/test_parser
59BUILD_DIRS+= contrib/test_shm_mq 59BUILD_DIRS+= contrib/test_shm_mq
60BUILD_DIRS+= contrib/tsearch2 60BUILD_DIRS+= contrib/tsearch2
61BUILD_DIRS+= contrib/unaccent 61BUILD_DIRS+= contrib/unaccent
62BUILD_DIRS+= contrib/vacuumlo 62BUILD_DIRS+= contrib/vacuumlo
63BUILD_DIRS+= contrib/worker_spi 63BUILD_DIRS+= contrib/worker_spi
64 64
 65TOOLS_BROKEN+= perl
65CONFIGURE_ARGS+= --with-openssl 66CONFIGURE_ARGS+= --with-openssl
66 67
67PLIST_VARS+= uuid 68PLIST_VARS+= uuid
68.if ${OPSYS} != "Darwin" 69.if ${OPSYS} != "Darwin"
69PLIST.uuid= yes 70PLIST.uuid= yes
70CONFIGURE_ARGS+= --with-uuid=ossp 71CONFIGURE_ARGS+= --with-uuid=ossp
71BUILD_DIRS+= contrib/uuid-ossp 72BUILD_DIRS+= contrib/uuid-ossp
72# because global pg_config.h is included, we have to define this 73# because global pg_config.h is included, we have to define this
73BUILD_MAKE_FLAGS+= PG_CPPFLAGS=-DHAVE_UUID_H 74BUILD_MAKE_FLAGS+= PG_CPPFLAGS=-DHAVE_UUID_H
74.include "../../devel/ossp-uuid/buildlink3.mk" 75.include "../../devel/ossp-uuid/buildlink3.mk"
75.endif 76.endif
76 77
77PRINT_PLIST_AWK+= {if ($$0 ~ /uuid-ossp/) {$$0 = "$${PLIST.uuid}" $$0;}} 78PRINT_PLIST_AWK+= {if ($$0 ~ /uuid-ossp/) {$$0 = "$${PLIST.uuid}" $$0;}}

cvs diff -r1.9 -r1.10 pkgsrc/databases/postgresql94-plpython/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/databases/postgresql94-plpython/Attic/Makefile 2020/02/14 17:06:44 1.9
+++ pkgsrc/databases/postgresql94-plpython/Attic/Makefile 2020/05/12 15:53:18 1.10
@@ -1,18 +1,19 @@ @@ -1,18 +1,19 @@
1# $NetBSD: Makefile,v 1.9 2020/02/14 17:06:44 adam Exp $ 1# $NetBSD: Makefile,v 1.10 2020/05/12 15:53:18 rillig Exp $
2 2
3PKGNAME= ${DISTNAME:S/-/94-plpython-/} 3PKGNAME= ${DISTNAME:S/-/94-plpython-/}
4COMMENT= PL/Python procedural language for the PostgreSQL backend 4COMMENT= PL/Python procedural language for the PostgreSQL backend
5 5
6DEPENDS+= postgresql94-server>=${PKGVERSION_NOREV}:../../databases/postgresql94-server 6DEPENDS+= postgresql94-server>=${PKGVERSION_NOREV}:../../databases/postgresql94-server
7 7
8.include "../../databases/postgresql94/Makefile.common" 8.include "../../databases/postgresql94/Makefile.common"
9 9
 10TOOLS_BROKEN+= perl
10CONFIGURE_ARGS+= --with-python 11CONFIGURE_ARGS+= --with-python
11CONFIGURE_ENV+= PYTHON="${PYTHONBIN}" 12CONFIGURE_ENV+= PYTHON="${PYTHONBIN}"
12BUILD_MAKE_FLAGS= PGXS=1 13BUILD_MAKE_FLAGS= PGXS=1
13 14
14BUILD_DIRS= src/pl/plpython 15BUILD_DIRS= src/pl/plpython
15 16
16.include "../../databases/postgresql94-client/buildlink3.mk" 17.include "../../databases/postgresql94-client/buildlink3.mk"
17.include "../../lang/python/extension.mk" 18.include "../../lang/python/extension.mk"
18.include "../../mk/bsd.pkg.mk" 19.include "../../mk/bsd.pkg.mk"

cvs diff -r1.7 -r1.8 pkgsrc/databases/postgresql94-pltcl/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/databases/postgresql94-pltcl/Attic/Makefile 2020/02/14 17:06:44 1.7
+++ pkgsrc/databases/postgresql94-pltcl/Attic/Makefile 2020/05/12 15:53:18 1.8
@@ -1,20 +1,21 @@ @@ -1,20 +1,21 @@
1# $NetBSD: Makefile,v 1.7 2020/02/14 17:06:44 adam Exp $ 1# $NetBSD: Makefile,v 1.8 2020/05/12 15:53:18 rillig Exp $
2 2
3PKGNAME= ${DISTNAME:S/-/94-pltcl-/} 3PKGNAME= ${DISTNAME:S/-/94-pltcl-/}
4COMMENT= PL/Tcl procedural language for the PostgreSQL backend 4COMMENT= PL/Tcl procedural language for the PostgreSQL backend
5 5
6DEPENDS+= postgresql94-server>=${PKGVERSION_NOREV}:../../databases/postgresql94-server 6DEPENDS+= postgresql94-server>=${PKGVERSION_NOREV}:../../databases/postgresql94-server
7 7
8.include "../../databases/postgresql94/Makefile.common" 8.include "../../databases/postgresql94/Makefile.common"
9 9
 10TOOLS_BROKEN+= perl
10CONFIGURE_ARGS+= --with-tcl 11CONFIGURE_ARGS+= --with-tcl
11CONFIGURE_ARGS+= --with-tclconfig="${BUILDLINK_PREFIX.tcl}/lib" 12CONFIGURE_ARGS+= --with-tclconfig="${BUILDLINK_PREFIX.tcl}/lib"
12CONFIGURE_ENV+= TCLSH="${TCLSH}" 13CONFIGURE_ENV+= TCLSH="${TCLSH}"
13TCLSH= ${BUILDLINK_PREFIX.tcl}/bin/tclsh 14TCLSH= ${BUILDLINK_PREFIX.tcl}/bin/tclsh
14BUILD_MAKE_FLAGS= PGXS=1 15BUILD_MAKE_FLAGS= PGXS=1
15 16
16BUILD_DIRS= src/pl/tcl 17BUILD_DIRS= src/pl/tcl
17 18
18.include "../../databases/postgresql94-client/buildlink3.mk" 19.include "../../databases/postgresql94-client/buildlink3.mk"
19.include "../../lang/tcl/buildlink3.mk" 20.include "../../lang/tcl/buildlink3.mk"
20.include "../../mk/bsd.pkg.mk" 21.include "../../mk/bsd.pkg.mk"

cvs diff -r1.8 -r1.9 pkgsrc/databases/postgresql95-contrib/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/databases/postgresql95-contrib/Attic/Makefile 2020/02/14 17:06:44 1.8
+++ pkgsrc/databases/postgresql95-contrib/Attic/Makefile 2020/05/12 15:53:18 1.9
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: Makefile,v 1.8 2020/02/14 17:06:44 adam Exp $ 1# $NetBSD: Makefile,v 1.9 2020/05/12 15:53:18 rillig Exp $
2 2
3PKGNAME= ${DISTNAME:S/-/95-contrib-/} 3PKGNAME= ${DISTNAME:S/-/95-contrib-/}
4COMMENT= Contrib subtree of tools and plug-ins 4COMMENT= Contrib subtree of tools and plug-ins
5 5
6.include "../../databases/postgresql95/Makefile.common" 6.include "../../databases/postgresql95/Makefile.common"
7 7
8DEPENDS+= postgresql95-server>=${PKGVERSION_NOREV}:../../databases/postgresql95-server 8DEPENDS+= postgresql95-server>=${PKGVERSION_NOREV}:../../databases/postgresql95-server
9 9
10BUILD_MAKE_FLAGS= USE_PGXS=1 10BUILD_MAKE_FLAGS= USE_PGXS=1
11 11
12BUILD_DIRS+= contrib/adminpack 12BUILD_DIRS+= contrib/adminpack
13BUILD_DIRS+= contrib/auth_delay 13BUILD_DIRS+= contrib/auth_delay
14BUILD_DIRS+= contrib/auto_explain 14BUILD_DIRS+= contrib/auto_explain
@@ -44,26 +44,27 @@ BUILD_DIRS+= contrib/pgstattuple @@ -44,26 +44,27 @@ BUILD_DIRS+= contrib/pgstattuple
44BUILD_DIRS+= contrib/postgres_fdw 44BUILD_DIRS+= contrib/postgres_fdw
45BUILD_DIRS+= contrib/seg 45BUILD_DIRS+= contrib/seg
46BUILD_DIRS+= contrib/spi 46BUILD_DIRS+= contrib/spi
47BUILD_DIRS+= contrib/sslinfo 47BUILD_DIRS+= contrib/sslinfo
48BUILD_DIRS+= contrib/tablefunc 48BUILD_DIRS+= contrib/tablefunc
49BUILD_DIRS+= contrib/tcn 49BUILD_DIRS+= contrib/tcn
50BUILD_DIRS+= contrib/test_decoding 50BUILD_DIRS+= contrib/test_decoding
51BUILD_DIRS+= contrib/tsearch2 51BUILD_DIRS+= contrib/tsearch2
52BUILD_DIRS+= contrib/tsm_system_rows 52BUILD_DIRS+= contrib/tsm_system_rows
53BUILD_DIRS+= contrib/tsm_system_time 53BUILD_DIRS+= contrib/tsm_system_time
54BUILD_DIRS+= contrib/unaccent 54BUILD_DIRS+= contrib/unaccent
55BUILD_DIRS+= contrib/vacuumlo 55BUILD_DIRS+= contrib/vacuumlo
56 56
 57TOOLS_BROKEN+= perl
57CONFIGURE_ARGS+= --with-openssl 58CONFIGURE_ARGS+= --with-openssl
58 59
59PLIST_VARS+= uuid 60PLIST_VARS+= uuid
60.if ${OPSYS:M*BSD} || ${OPSYS} == "Linux" || ${OPSYS} == "SunOS" 61.if ${OPSYS:M*BSD} || ${OPSYS} == "Linux" || ${OPSYS} == "SunOS"
61PLIST.uuid= yes 62PLIST.uuid= yes
62BUILD_DIRS+= contrib/uuid-ossp 63BUILD_DIRS+= contrib/uuid-ossp
63. if ${OPSYS:M*BSD} 64. if ${OPSYS:M*BSD}
64BUILD_MAKE_FLAGS+= PG_CPPFLAGS="-DHAVE_UUID_H -DHAVE_UUID_BSD -DSHA1_RESULTLEN=20" 65BUILD_MAKE_FLAGS+= PG_CPPFLAGS="-DHAVE_UUID_H -DHAVE_UUID_BSD -DSHA1_RESULTLEN=20"
65CONFIGURE_ARGS+= --with-uuid=bsd 66CONFIGURE_ARGS+= --with-uuid=bsd
66. elif ${OPSYS} == "Linux" 67. elif ${OPSYS} == "Linux"
67BUILD_MAKE_FLAGS+= PG_CPPFLAGS="-DHAVE_UUID_UUID_H -DHAVE_UUID_E2FS" 68BUILD_MAKE_FLAGS+= PG_CPPFLAGS="-DHAVE_UUID_UUID_H -DHAVE_UUID_E2FS"
68CONFIGURE_ARGS+= --with-uuid=e2fs 69CONFIGURE_ARGS+= --with-uuid=e2fs
69. elif ${OPSYS} == "SunOS" 70. elif ${OPSYS} == "SunOS"

cvs diff -r1.9 -r1.10 pkgsrc/databases/postgresql95-plpython/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/databases/postgresql95-plpython/Attic/Makefile 2020/02/14 17:06:45 1.9
+++ pkgsrc/databases/postgresql95-plpython/Attic/Makefile 2020/05/12 15:53:18 1.10
@@ -1,18 +1,19 @@ @@ -1,18 +1,19 @@
1# $NetBSD: Makefile,v 1.9 2020/02/14 17:06:45 adam Exp $ 1# $NetBSD: Makefile,v 1.10 2020/05/12 15:53:18 rillig Exp $
2 2
3PKGNAME= ${DISTNAME:S/-/95-plpython-/} 3PKGNAME= ${DISTNAME:S/-/95-plpython-/}
4COMMENT= PL/Python procedural language for the PostgreSQL backend 4COMMENT= PL/Python procedural language for the PostgreSQL backend
5 5
6DEPENDS+= postgresql95-server>=${PKGVERSION_NOREV}:../../databases/postgresql95-server 6DEPENDS+= postgresql95-server>=${PKGVERSION_NOREV}:../../databases/postgresql95-server
7 7
8.include "../../databases/postgresql95/Makefile.common" 8.include "../../databases/postgresql95/Makefile.common"
9 9
 10TOOLS_BROKEN+= perl
10CONFIGURE_ARGS+= --with-python 11CONFIGURE_ARGS+= --with-python
11CONFIGURE_ENV+= PYTHON="${PYTHONBIN}" 12CONFIGURE_ENV+= PYTHON="${PYTHONBIN}"
12BUILD_MAKE_FLAGS= PGXS=1 13BUILD_MAKE_FLAGS= PGXS=1
13 14
14BUILD_DIRS= src/pl/plpython contrib/hstore_plpython 15BUILD_DIRS= src/pl/plpython contrib/hstore_plpython
15 16
16.include "../../databases/postgresql95-client/buildlink3.mk" 17.include "../../databases/postgresql95-client/buildlink3.mk"
17.include "../../lang/python/extension.mk" 18.include "../../lang/python/extension.mk"
18.include "../../mk/bsd.pkg.mk" 19.include "../../mk/bsd.pkg.mk"

cvs diff -r1.7 -r1.8 pkgsrc/databases/postgresql95-pltcl/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/databases/postgresql95-pltcl/Attic/Makefile 2020/02/14 17:06:45 1.7
+++ pkgsrc/databases/postgresql95-pltcl/Attic/Makefile 2020/05/12 15:53:19 1.8
@@ -1,20 +1,21 @@ @@ -1,20 +1,21 @@
1# $NetBSD: Makefile,v 1.7 2020/02/14 17:06:45 adam Exp $ 1# $NetBSD: Makefile,v 1.8 2020/05/12 15:53:19 rillig Exp $
2 2
3PKGNAME= ${DISTNAME:S/-/95-pltcl-/} 3PKGNAME= ${DISTNAME:S/-/95-pltcl-/}
4COMMENT= PL/Tcl procedural language for the PostgreSQL backend 4COMMENT= PL/Tcl procedural language for the PostgreSQL backend
5 5
6DEPENDS+= postgresql95-server>=${PKGVERSION_NOREV}:../../databases/postgresql95-server 6DEPENDS+= postgresql95-server>=${PKGVERSION_NOREV}:../../databases/postgresql95-server
7 7
8.include "../../databases/postgresql95/Makefile.common" 8.include "../../databases/postgresql95/Makefile.common"
9 9
 10TOOLS_BROKEN+= perl
10CONFIGURE_ARGS+= --with-tcl 11CONFIGURE_ARGS+= --with-tcl
11CONFIGURE_ARGS+= --with-tclconfig="${BUILDLINK_PREFIX.tcl}/lib" 12CONFIGURE_ARGS+= --with-tclconfig="${BUILDLINK_PREFIX.tcl}/lib"
12CONFIGURE_ENV+= TCLSH="${TCLSH}" 13CONFIGURE_ENV+= TCLSH="${TCLSH}"
13TCLSH= ${BUILDLINK_PREFIX.tcl}/bin/tclsh 14TCLSH= ${BUILDLINK_PREFIX.tcl}/bin/tclsh
14BUILD_MAKE_FLAGS= PGXS=1 15BUILD_MAKE_FLAGS= PGXS=1
15 16
16BUILD_DIRS= src/pl/tcl 17BUILD_DIRS= src/pl/tcl
17 18
18.include "../../databases/postgresql95-client/buildlink3.mk" 19.include "../../databases/postgresql95-client/buildlink3.mk"
19.include "../../lang/tcl/buildlink3.mk" 20.include "../../lang/tcl/buildlink3.mk"
20.include "../../mk/bsd.pkg.mk" 21.include "../../mk/bsd.pkg.mk"

cvs diff -r1.8 -r1.9 pkgsrc/databases/postgresql96-contrib/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/databases/postgresql96-contrib/Attic/Makefile 2020/02/14 17:06:45 1.8
+++ pkgsrc/databases/postgresql96-contrib/Attic/Makefile 2020/05/12 15:53:19 1.9
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: Makefile,v 1.8 2020/02/14 17:06:45 adam Exp $ 1# $NetBSD: Makefile,v 1.9 2020/05/12 15:53:19 rillig Exp $
2 2
3PKGNAME= ${DISTNAME:S/-/96-contrib-/} 3PKGNAME= ${DISTNAME:S/-/96-contrib-/}
4COMMENT= Contrib subtree of tools and plug-ins 4COMMENT= Contrib subtree of tools and plug-ins
5 5
6.include "../../databases/postgresql96/Makefile.common" 6.include "../../databases/postgresql96/Makefile.common"
7 7
8DEPENDS+= postgresql96-server>=${PKGVERSION_NOREV}:../../databases/postgresql96-server 8DEPENDS+= postgresql96-server>=${PKGVERSION_NOREV}:../../databases/postgresql96-server
9 9
10BUILD_MAKE_FLAGS= USE_PGXS=1 10BUILD_MAKE_FLAGS= USE_PGXS=1
11 11
12BUILD_DIRS+= contrib/adminpack 12BUILD_DIRS+= contrib/adminpack
13BUILD_DIRS+= contrib/auth_delay 13BUILD_DIRS+= contrib/auth_delay
14BUILD_DIRS+= contrib/auto_explain 14BUILD_DIRS+= contrib/auto_explain
@@ -44,26 +44,27 @@ BUILD_DIRS+= contrib/pgstattuple @@ -44,26 +44,27 @@ BUILD_DIRS+= contrib/pgstattuple
44BUILD_DIRS+= contrib/postgres_fdw 44BUILD_DIRS+= contrib/postgres_fdw
45BUILD_DIRS+= contrib/seg 45BUILD_DIRS+= contrib/seg
46BUILD_DIRS+= contrib/spi 46BUILD_DIRS+= contrib/spi
47BUILD_DIRS+= contrib/sslinfo 47BUILD_DIRS+= contrib/sslinfo
48BUILD_DIRS+= contrib/tablefunc 48BUILD_DIRS+= contrib/tablefunc
49BUILD_DIRS+= contrib/tcn 49BUILD_DIRS+= contrib/tcn
50BUILD_DIRS+= contrib/test_decoding 50BUILD_DIRS+= contrib/test_decoding
51BUILD_DIRS+= contrib/tsearch2 51BUILD_DIRS+= contrib/tsearch2
52BUILD_DIRS+= contrib/tsm_system_rows 52BUILD_DIRS+= contrib/tsm_system_rows
53BUILD_DIRS+= contrib/tsm_system_time 53BUILD_DIRS+= contrib/tsm_system_time
54BUILD_DIRS+= contrib/unaccent 54BUILD_DIRS+= contrib/unaccent
55BUILD_DIRS+= contrib/vacuumlo 55BUILD_DIRS+= contrib/vacuumlo
56 56
 57TOOLS_BROKEN+= perl
57CONFIGURE_ARGS+= --with-openssl 58CONFIGURE_ARGS+= --with-openssl
58 59
59PLIST_VARS+= uuid 60PLIST_VARS+= uuid
60.if ${OPSYS:M*BSD} || ${OPSYS} == "Linux" || ${OPSYS} == "SunOS" 61.if ${OPSYS:M*BSD} || ${OPSYS} == "Linux" || ${OPSYS} == "SunOS"
61PLIST.uuid= yes 62PLIST.uuid= yes
62BUILD_DIRS+= contrib/uuid-ossp 63BUILD_DIRS+= contrib/uuid-ossp
63. if ${OPSYS:M*BSD} 64. if ${OPSYS:M*BSD}
64BUILD_MAKE_FLAGS+= PG_CPPFLAGS="-DHAVE_UUID_H -DHAVE_UUID_BSD -DSHA1_RESULTLEN=20" 65BUILD_MAKE_FLAGS+= PG_CPPFLAGS="-DHAVE_UUID_H -DHAVE_UUID_BSD -DSHA1_RESULTLEN=20"
65CONFIGURE_ARGS+= --with-uuid=bsd 66CONFIGURE_ARGS+= --with-uuid=bsd
66. elif ${OPSYS} == "Linux" 67. elif ${OPSYS} == "Linux"
67BUILD_MAKE_FLAGS+= PG_CPPFLAGS="-DHAVE_UUID_UUID_H -DHAVE_UUID_E2FS" 68BUILD_MAKE_FLAGS+= PG_CPPFLAGS="-DHAVE_UUID_UUID_H -DHAVE_UUID_E2FS"
68CONFIGURE_ARGS+= --with-uuid=e2fs 69CONFIGURE_ARGS+= --with-uuid=e2fs
69. elif ${OPSYS} == "SunOS" 70. elif ${OPSYS} == "SunOS"

cvs diff -r1.7 -r1.8 pkgsrc/databases/postgresql96-plpython/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/databases/postgresql96-plpython/Attic/Makefile 2020/02/14 17:06:46 1.7
+++ pkgsrc/databases/postgresql96-plpython/Attic/Makefile 2020/05/12 15:53:19 1.8
@@ -1,18 +1,19 @@ @@ -1,18 +1,19 @@
1# $NetBSD: Makefile,v 1.7 2020/02/14 17:06:46 adam Exp $ 1# $NetBSD: Makefile,v 1.8 2020/05/12 15:53:19 rillig Exp $
2 2
3PKGNAME= ${DISTNAME:S/-/96-plpython-/} 3PKGNAME= ${DISTNAME:S/-/96-plpython-/}
4COMMENT= PL/Python procedural language for the PostgreSQL backend 4COMMENT= PL/Python procedural language for the PostgreSQL backend
5 5
6DEPENDS+= postgresql96-server>=${PKGVERSION_NOREV}:../../databases/postgresql96-server 6DEPENDS+= postgresql96-server>=${PKGVERSION_NOREV}:../../databases/postgresql96-server
7 7
8.include "../../databases/postgresql96/Makefile.common" 8.include "../../databases/postgresql96/Makefile.common"
9 9
 10TOOLS_BROKEN+= perl
10CONFIGURE_ARGS+= --with-python 11CONFIGURE_ARGS+= --with-python
11CONFIGURE_ENV+= PYTHON="${PYTHONBIN}" 12CONFIGURE_ENV+= PYTHON="${PYTHONBIN}"
12BUILD_MAKE_FLAGS= PGXS=1 13BUILD_MAKE_FLAGS= PGXS=1
13 14
14BUILD_DIRS= src/pl/plpython contrib/hstore_plpython 15BUILD_DIRS= src/pl/plpython contrib/hstore_plpython
15 16
16.include "../../databases/postgresql96-client/buildlink3.mk" 17.include "../../databases/postgresql96-client/buildlink3.mk"
17.include "../../lang/python/extension.mk" 18.include "../../lang/python/extension.mk"
18.include "../../mk/bsd.pkg.mk" 19.include "../../mk/bsd.pkg.mk"

cvs diff -r1.5 -r1.6 pkgsrc/databases/postgresql96-pltcl/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/databases/postgresql96-pltcl/Attic/Makefile 2020/02/14 17:06:46 1.5
+++ pkgsrc/databases/postgresql96-pltcl/Attic/Makefile 2020/05/12 15:53:19 1.6
@@ -1,20 +1,21 @@ @@ -1,20 +1,21 @@
1# $NetBSD: Makefile,v 1.5 2020/02/14 17:06:46 adam Exp $ 1# $NetBSD: Makefile,v 1.6 2020/05/12 15:53:19 rillig Exp $
2 2
3PKGNAME= ${DISTNAME:S/-/96-pltcl-/} 3PKGNAME= ${DISTNAME:S/-/96-pltcl-/}
4COMMENT= PL/Tcl procedural language for the PostgreSQL backend 4COMMENT= PL/Tcl procedural language for the PostgreSQL backend
5 5
6DEPENDS+= postgresql96-server>=${PKGVERSION_NOREV}:../../databases/postgresql96-server 6DEPENDS+= postgresql96-server>=${PKGVERSION_NOREV}:../../databases/postgresql96-server
7 7
8.include "../../databases/postgresql96/Makefile.common" 8.include "../../databases/postgresql96/Makefile.common"
9 9
 10TOOLS_BROKEN+= perl
10CONFIGURE_ARGS+= --with-tcl 11CONFIGURE_ARGS+= --with-tcl
11CONFIGURE_ARGS+= --with-tclconfig="${BUILDLINK_PREFIX.tcl}/lib" 12CONFIGURE_ARGS+= --with-tclconfig="${BUILDLINK_PREFIX.tcl}/lib"
12CONFIGURE_ENV+= TCLSH="${TCLSH}" 13CONFIGURE_ENV+= TCLSH="${TCLSH}"
13TCLSH= ${BUILDLINK_PREFIX.tcl}/bin/tclsh 14TCLSH= ${BUILDLINK_PREFIX.tcl}/bin/tclsh
14BUILD_MAKE_FLAGS= PGXS=1 15BUILD_MAKE_FLAGS= PGXS=1
15 16
16BUILD_DIRS= src/pl/tcl 17BUILD_DIRS= src/pl/tcl
17 18
18.include "../../databases/postgresql96-client/buildlink3.mk" 19.include "../../databases/postgresql96-client/buildlink3.mk"
19.include "../../lang/tcl/buildlink3.mk" 20.include "../../lang/tcl/buildlink3.mk"
20.include "../../mk/bsd.pkg.mk" 21.include "../../mk/bsd.pkg.mk"