Mon Aug 15 20:59:40 2022 UTC ()
postgresql: updated to 14.5, 13.8, 12.12, 11.17, 10.22

This update fixes over 40 bugs that were reported in the last several months. The issues listed below affect PostgreSQL 14. Some of these issues may also affect other supported versions of PostgreSQL.

Included in this release:

Fix replay of CREATE DATABASE write-ahead log (WAL) records on standby servers when encountering a missing tablespace directory.
Add support for tablespaces that are plain directories instead of symbolic links to other directories.
Fix permission checks in CREATE INDEX to use the user's permissions. This fixes broken dump/restore scenarios that relied on the behavior prior to the fix for CVE-2022-1552.
In the extended query protocol, force an immediate commit after CREATE DATABASE and other commands that can't run in a transaction block.
Fix a race condition around checking transaction visibility that was more likely to happen when using synchronous replication.
Fix incorrect permission-checking code for extended statistics.
Fix extended statistics machinery to handle most common value (MCV)-type statistics on boolean-valued expressions.
Avoid planner core dump with constant = ANY(array) clauses when there are MCV-type extended statistics on the array variable.
Allow cancellation of ANALYZE while it is computing extended statistics.
Fix ALTER TABLE ... ENABLE/DISABLE TRIGGER to handle recursion for triggers on partitioned tables.
Reject ROW() expressions and functions in FROM that have more than 1600 columns.
Fix memory leak in logical replication subscribers.
Fix checks in logical replication of replica identity when the target table is partitioned.
Arrange to clean up after commit-time errors within SPI_commit(), rather than expecting callers to do that. This includes a fix for the same scenario in PL/Python, which had reported crashes on Python 3.11 and memory leaks on older versions of Python 3.
Improve handling in libpq of idle states in pipeline mode.
In the psql \watch command, echo a newline after cancellation with control-C.
Fix pg_upgrade to detect non-upgradable usages of functions accepting anyarray parameters.
Several postgres_fdw fixes, including prevention of batch insertions when there are WITH CHECK OPTION constraints present.


(adam)
diff -r1.32 -r1.33 pkgsrc/databases/postgresql10/Makefile
diff -r1.34 -r1.35 pkgsrc/databases/postgresql10/Makefile.common
diff -r1.27 -r1.28 pkgsrc/databases/postgresql10/distinfo
diff -r1.27 -r1.28 pkgsrc/databases/postgresql10-client/Makefile
diff -r1.25 -r1.26 pkgsrc/databases/postgresql10-contrib/Makefile
diff -r1.18 -r1.19 pkgsrc/databases/postgresql10-docs/Makefile
diff -r1.22 -r1.23 pkgsrc/databases/postgresql10-docs/PLIST
diff -r1.21 -r1.22 pkgsrc/databases/postgresql10-plperl/Makefile
diff -r1.26 -r1.27 pkgsrc/databases/postgresql10-plpython/Makefile
diff -r1.22 -r1.23 pkgsrc/databases/postgresql10-pltcl/Makefile
diff -r1.26 -r1.27 pkgsrc/databases/postgresql10-server/Makefile
diff -r1.24 -r1.25 pkgsrc/databases/postgresql11/Makefile
diff -r1.27 -r1.28 pkgsrc/databases/postgresql11/Makefile.common
diff -r1.23 -r1.24 pkgsrc/databases/postgresql11/distinfo
diff -r1.23 -r1.24 pkgsrc/databases/postgresql11-client/Makefile
diff -r1.22 -r1.23 pkgsrc/databases/postgresql11-contrib/Makefile
diff -r1.16 -r1.17 pkgsrc/databases/postgresql11-docs/Makefile
diff -r1.17 -r1.18 pkgsrc/databases/postgresql11-docs/PLIST
diff -r1.19 -r1.20 pkgsrc/databases/postgresql11-plperl/Makefile
diff -r1.24 -r1.25 pkgsrc/databases/postgresql11-plpython/Makefile
diff -r1.20 -r1.21 pkgsrc/databases/postgresql11-pltcl/Makefile
diff -r1.23 -r1.24 pkgsrc/databases/postgresql11-server/Makefile
diff -r1.5 -r1.6 pkgsrc/databases/postgresql11-server/PLIST
diff -r1.23 -r1.24 pkgsrc/databases/postgresql12/Makefile
diff -r1.20 -r1.21 pkgsrc/databases/postgresql12/Makefile.common
diff -r1.16 -r1.17 pkgsrc/databases/postgresql12/distinfo
diff -r1.25 -r1.26 pkgsrc/databases/postgresql12-client/Makefile
diff -r1.6 -r1.7 pkgsrc/databases/postgresql12-client/PLIST
diff -r1.22 -r1.23 pkgsrc/databases/postgresql12-contrib/Makefile
diff -r1.16 -r1.17 pkgsrc/databases/postgresql12-docs/Makefile
diff -r1.12 -r1.13 pkgsrc/databases/postgresql12-docs/PLIST
diff -r1.19 -r1.20 pkgsrc/databases/postgresql12-plperl/Makefile
diff -r1.22 -r1.23 pkgsrc/databases/postgresql12-plpython/Makefile
diff -r1.20 -r1.21 pkgsrc/databases/postgresql12-pltcl/Makefile
diff -r1.22 -r1.23 pkgsrc/databases/postgresql12-server/Makefile
diff -r1.14 -r1.15 pkgsrc/databases/postgresql13/Makefile
diff -r1.13 -r1.14 pkgsrc/databases/postgresql13/Makefile.common
diff -r1.13 -r1.14 pkgsrc/databases/postgresql13/distinfo
diff -r1.19 -r1.20 pkgsrc/databases/postgresql13-client/Makefile
diff -r1.15 -r1.16 pkgsrc/databases/postgresql13-contrib/Makefile
diff -r1.12 -r1.13 pkgsrc/databases/postgresql13-docs/Makefile
diff -r1.8 -r1.9 pkgsrc/databases/postgresql13-docs/PLIST
diff -r1.14 -r1.15 pkgsrc/databases/postgresql13-plperl/Makefile
diff -r1.16 -r1.17 pkgsrc/databases/postgresql13-plpython/Makefile
diff -r1.14 -r1.15 pkgsrc/databases/postgresql13-pltcl/Makefile
diff -r1.14 -r1.15 pkgsrc/databases/postgresql13-server/Makefile
diff -r1.9 -r1.10 pkgsrc/databases/postgresql14/Makefile
diff -r1.6 -r1.7 pkgsrc/databases/postgresql14/Makefile.common
diff -r1.7 -r1.8 pkgsrc/databases/postgresql14/distinfo
diff -r1.9 -r1.10 pkgsrc/databases/postgresql14-client/Makefile
diff -r1.7 -r1.8 pkgsrc/databases/postgresql14-contrib/Makefile
diff -r1.7 -r1.8 pkgsrc/databases/postgresql14-docs/Makefile
diff -r1.5 -r1.6 pkgsrc/databases/postgresql14-docs/PLIST
diff -r1.7 -r1.8 pkgsrc/databases/postgresql14-plperl/Makefile
diff -r1.8 -r1.9 pkgsrc/databases/postgresql14-plpython/Makefile
diff -r1.7 -r1.8 pkgsrc/databases/postgresql14-pltcl/Makefile
diff -r1.7 -r1.8 pkgsrc/databases/postgresql14-server/Makefile
diff -r1.3 -r1.4 pkgsrc/databases/postgresql14-server/PLIST

cvs diff -r1.32 -r1.33 pkgsrc/databases/postgresql10/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/databases/postgresql10/Attic/Makefile 2022/06/28 11:31:32 1.32
+++ pkgsrc/databases/postgresql10/Attic/Makefile 2022/08/15 20:59:35 1.33
@@ -1,15 +1,14 @@ @@ -1,15 +1,14 @@
1# $NetBSD: Makefile,v 1.32 2022/06/28 11:31:32 wiz Exp $ 1# $NetBSD: Makefile,v 1.33 2022/08/15 20:59:35 adam Exp $
2 2
3PKGNAME= ${DISTNAME:S/-/10-/} 3PKGNAME= ${DISTNAME:S/-/10-/}
4PKGREVISION= 1 
5COMMENT= Robust, next generation, object-relational DBMS 4COMMENT= Robust, next generation, object-relational DBMS
6 5
7DEPENDS+= postgresql10-client>=${PKGVERSION_NOREV}:../../databases/postgresql10-client 6DEPENDS+= postgresql10-client>=${PKGVERSION_NOREV}:../../databases/postgresql10-client
8DEPENDS+= postgresql10-docs>=${PKGVERSION_NOREV}:../../databases/postgresql10-docs 7DEPENDS+= postgresql10-docs>=${PKGVERSION_NOREV}:../../databases/postgresql10-docs
9DEPENDS+= postgresql10-server>=${PKGVERSION_NOREV}:../../databases/postgresql10-server 8DEPENDS+= postgresql10-server>=${PKGVERSION_NOREV}:../../databases/postgresql10-server
10 9
11META_PACKAGE= yes 10META_PACKAGE= yes
12 11
13.include "Makefile.common" 12.include "Makefile.common"
14 13
15.include "../../mk/bsd.pkg.mk" 14.include "../../mk/bsd.pkg.mk"

cvs diff -r1.34 -r1.35 pkgsrc/databases/postgresql10/Attic/Makefile.common (expand / switch to unified diff)

--- pkgsrc/databases/postgresql10/Attic/Makefile.common 2022/05/21 07:25:34 1.34
+++ pkgsrc/databases/postgresql10/Attic/Makefile.common 2022/08/15 20:59:35 1.35
@@ -1,32 +1,32 @@ @@ -1,32 +1,32 @@
1# $NetBSD: Makefile.common,v 1.34 2022/05/21 07:25:34 nia Exp $ 1# $NetBSD: Makefile.common,v 1.35 2022/08/15 20:59:35 adam Exp $
2# 2#
3# This Makefile fragment is included by all PostgreSQL packages built from 3# This Makefile fragment is included by all PostgreSQL packages built from
4# the main sources of the PostgreSQL distribution except jdbc-postgresql. 4# the main sources of the PostgreSQL distribution except jdbc-postgresql.
5# 5#
6# The PostgreSQL package naming scheme, aside from the obvious piecewise 6# The PostgreSQL package naming scheme, aside from the obvious piecewise
7# packages, is as follows: 7# packages, is as follows:
8# <lang>-postgresql client-side interface to PostgreSQL 8# <lang>-postgresql client-side interface to PostgreSQL
9# postgresql-<lang> server-side module for PostgreSQL backend 9# postgresql-<lang> server-side module for PostgreSQL backend
10# 10#
11# used by databases/postgresql10-client/Makefile 11# used by databases/postgresql10-client/Makefile
12# used by databases/postgresql10-contrib/Makefile 12# used by databases/postgresql10-contrib/Makefile
13# used by databases/postgresql10-docs/Makefile 13# used by databases/postgresql10-docs/Makefile
14# used by databases/postgresql10-plperl/Makefile 14# used by databases/postgresql10-plperl/Makefile
15# used by databases/postgresql10-plpython/Makefile 15# used by databases/postgresql10-plpython/Makefile
16# used by databases/postgresql10-pltcl/Makefile 16# used by databases/postgresql10-pltcl/Makefile
17# used by databases/postgresql10-server/Makefile 17# used by databases/postgresql10-server/Makefile
18 18
19DISTNAME= postgresql-10.21 19DISTNAME= postgresql-10.22
20CATEGORIES= databases 20CATEGORIES= databases
21MASTER_SITES= ${MASTER_SITE_PGSQL:=source/v${PKGVERSION_NOREV}/} 21MASTER_SITES= ${MASTER_SITE_PGSQL:=source/v${PKGVERSION_NOREV}/}
22EXTRACT_SUFX= .tar.bz2 22EXTRACT_SUFX= .tar.bz2
23 23
24MAINTAINER?= adam@NetBSD.org 24MAINTAINER?= adam@NetBSD.org
25HOMEPAGE= https://www.postgresql.org/ 25HOMEPAGE= https://www.postgresql.org/
26LICENSE= postgresql-license 26LICENSE= postgresql-license
27 27
28CONFLICTS+= postgresql-[0-9]* 28CONFLICTS+= postgresql-[0-9]*
29CONFLICTS+= postgresql[2-9][0-9]-[0-9]* 29CONFLICTS+= postgresql[2-9][0-9]-[0-9]*
30 30
31.if !empty(PKGNAME:M*-*-*) 31.if !empty(PKGNAME:M*-*-*)
32module= ${PKGNAME:C/-[0-9].*$//:C/^.*-//} 32module= ${PKGNAME:C/-[0-9].*$//:C/^.*-//}
@@ -78,29 +78,26 @@ CONFIGURE_ENV.SunOS+= ac_cv_header_sys_u @@ -78,29 +78,26 @@ CONFIGURE_ENV.SunOS+= ac_cv_header_sys_u
78# pkgsrc silently filters the --as-needed linker arg, but that makes 78# pkgsrc silently filters the --as-needed linker arg, but that makes
79# it leak into the pgxs Makefiles and compromises manual building 79# it leak into the pgxs Makefiles and compromises manual building
80# against PostgreSQL files installed. Disable it here to prevent 80# against PostgreSQL files installed. Disable it here to prevent
81# that from happening. 81# that from happening.
82.if ${OPSYS} == "SunOS" || ${OPSYS} == "Darwin" 82.if ${OPSYS} == "SunOS" || ${OPSYS} == "Darwin"
83CONFIGURE_ENV+= pgac_cv_prog_cc_ldflags__Wl___as_needed=no 83CONFIGURE_ENV+= pgac_cv_prog_cc_ldflags__Wl___as_needed=no
84.endif 84.endif
85 85
86# Postgres on Alpha has no spinlock or memory barrier implementation 86# Postgres on Alpha has no spinlock or memory barrier implementation
87# and is "unlikely to work correctly". 87# and is "unlikely to work correctly".
88# https://www.postgresql.org/message-id/E1X0yaj-000753-N6%40gemulon.postgresql.org 88# https://www.postgresql.org/message-id/E1X0yaj-000753-N6%40gemulon.postgresql.org
89BROKEN_ON_PLATFORM+= *-*-alpha 89BROKEN_ON_PLATFORM+= *-*-alpha
90 90
91# "fatal error: catalog/pg_type_d.h: No such file or directory" 
92MAKE_JOBS_SAFE= no 
93 
94.if ${MACHINE_ARCH} == "sparc" 91.if ${MACHINE_ARCH} == "sparc"
95CFLAGS.NetBSD+= -D__sparc_v8__ 92CFLAGS.NetBSD+= -D__sparc_v8__
96.endif 93.endif
97 94
98# configure fails on OpenBSD and MirBSD if thread safety is enabled. 95# configure fails on OpenBSD and MirBSD if thread safety is enabled.
99CONFIGURE_ARGS.MirBSD+= --disable-thread-safety 96CONFIGURE_ARGS.MirBSD+= --disable-thread-safety
100CONFIGURE_ARGS.OpenBSD+= --disable-thread-safety 97CONFIGURE_ARGS.OpenBSD+= --disable-thread-safety
101 98
102# PGSQL_BLCKSZ is the size in bytes of a PostgreSQL disk page or block. 99# PGSQL_BLCKSZ is the size in bytes of a PostgreSQL disk page or block.
103# This also limits the size of a tuple. The valid values are powers 100# This also limits the size of a tuple. The valid values are powers
104# of 2 up to 32768, and the default size is 8196. Please don't change 101# of 2 up to 32768, and the default size is 8196. Please don't change
105# this value unless you know what you are doing. 102# this value unless you know what you are doing.
106BUILD_DEFS+= PGSQL_BLCKSZ 103BUILD_DEFS+= PGSQL_BLCKSZ

cvs diff -r1.27 -r1.28 pkgsrc/databases/postgresql10/Attic/distinfo (expand / switch to unified diff)

--- pkgsrc/databases/postgresql10/Attic/distinfo 2022/05/12 19:02:42 1.27
+++ pkgsrc/databases/postgresql10/Attic/distinfo 2022/08/15 20:59:35 1.28
@@ -1,18 +1,18 @@ @@ -1,18 +1,18 @@
1$NetBSD: distinfo,v 1.27 2022/05/12 19:02:42 adam Exp $ 1$NetBSD: distinfo,v 1.28 2022/08/15 20:59:35 adam Exp $
2 2
3BLAKE2s (postgresql-10.21.tar.bz2) = ed1e2be52212a5b0f5e4b657421a3b9618227c3f049b8f80da8c948f77b9b169 3BLAKE2s (postgresql-10.22.tar.bz2) = 05e3691e0952c0b921ad07d23ed3b6c84829b2783c1f624fbb4d9328ede105a1
4SHA512 (postgresql-10.21.tar.bz2) = 1053e15505c0448df491119c9aad1617889b66118628a2155e3ec87e6648b2071a0a54e10d8fbbe00161b2aa86d1a6194d932a8cf5808c626e7972d135bb05c5 4SHA512 (postgresql-10.22.tar.bz2) = 2e1ea75be7696ffbbb947351a8e8e55aaf067f86ad318308499a6a58797f0bf86227ed33e257e261c5c71ebba2f73ba514ef195a2394b91414ce6a0c3ab62532
5Size (postgresql-10.21.tar.bz2) = 19409454 bytes 5Size (postgresql-10.22.tar.bz2) = 19455874 bytes
6SHA1 (patch-config_missing) = c2d7d742922ba6861e7660c75b7b53f09e564813 6SHA1 (patch-config_missing) = c2d7d742922ba6861e7660c75b7b53f09e564813
7SHA1 (patch-config_perl.m4) = b3393d0f28e97f89ae20297d85553c508b3896bb 7SHA1 (patch-config_perl.m4) = b3393d0f28e97f89ae20297d85553c508b3896bb
8SHA1 (patch-configure) = b0a758023b3b263ff51b154d0da32cf02520c6cd 8SHA1 (patch-configure) = b0a758023b3b263ff51b154d0da32cf02520c6cd
9SHA1 (patch-contrib_dblink_dblink.c) = a6f87ab9f2c28a72608d70267b71bd77437b0921 9SHA1 (patch-contrib_dblink_dblink.c) = a6f87ab9f2c28a72608d70267b71bd77437b0921
10SHA1 (patch-contrib_uuid-ossp_Makefile) = 2eff5d539a4501dda45d23bc094a5099a456e0af 10SHA1 (patch-contrib_uuid-ossp_Makefile) = 2eff5d539a4501dda45d23bc094a5099a456e0af
11SHA1 (patch-src_Makefile.global.in) = 335b57afff23a9684ab0a09257665810c1ba2d1e 11SHA1 (patch-src_Makefile.global.in) = 335b57afff23a9684ab0a09257665810c1ba2d1e
12SHA1 (patch-src_Makefile.shlib) = 74ab026a457a4789a1aa1d6423d88ce4a2db7a2e 12SHA1 (patch-src_Makefile.shlib) = 74ab026a457a4789a1aa1d6423d88ce4a2db7a2e
13SHA1 (patch-src_backend_Makefile) = 480ac63f07fec2eaacffdbee5c5aa104081d0ee4 13SHA1 (patch-src_backend_Makefile) = 480ac63f07fec2eaacffdbee5c5aa104081d0ee4
14SHA1 (patch-src_backend_utils_adt_datetime.c) = d1ea70986634d3bfb663eff789425252656e1289 14SHA1 (patch-src_backend_utils_adt_datetime.c) = d1ea70986634d3bfb663eff789425252656e1289
15SHA1 (patch-src_interfaces_ecpg_pgtypeslib_interval.c) = a15012ae34d4ecd1eb2bc29e4d2c40098ea236fd 15SHA1 (patch-src_interfaces_ecpg_pgtypeslib_interval.c) = a15012ae34d4ecd1eb2bc29e4d2c40098ea236fd
16SHA1 (patch-src_interfaces_libpq_Makefile) = 61bcf84eb69b6ec9faabab0b61913766f4b20f8c 16SHA1 (patch-src_interfaces_libpq_Makefile) = 61bcf84eb69b6ec9faabab0b61913766f4b20f8c
17SHA1 (patch-src_makefiles_Makefile.solaris) = 0168f5bc105ffc89d5db40907a08966d8465f5a0 17SHA1 (patch-src_makefiles_Makefile.solaris) = 0168f5bc105ffc89d5db40907a08966d8465f5a0
18SHA1 (patch-src_pl_plperl_GNUmakefile) = 6ee3e431f46ce5c2a94df499504b2b8bd458bbef 18SHA1 (patch-src_pl_plperl_GNUmakefile) = 6ee3e431f46ce5c2a94df499504b2b8bd458bbef

cvs diff -r1.27 -r1.28 pkgsrc/databases/postgresql10-client/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/databases/postgresql10-client/Attic/Makefile 2022/07/18 22:13:20 1.27
+++ pkgsrc/databases/postgresql10-client/Attic/Makefile 2022/08/15 20:59:35 1.28
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.27 2022/07/18 22:13:20 tnn Exp $ 1# $NetBSD: Makefile,v 1.28 2022/08/15 20:59:35 adam Exp $
2 2
3PKGNAME= ${DISTNAME:S/-/10-client-/} 3PKGNAME= ${DISTNAME:S/-/10-client-/}
4PKGREVISION= 2 
5COMMENT= PostgreSQL database client programs 4COMMENT= PostgreSQL database client programs
6 5
7.include "../../databases/postgresql10/Makefile.common" 6.include "../../databases/postgresql10/Makefile.common"
8 7
9USE_TOOLS+= gzip msgfmt tar 8USE_TOOLS+= gzip msgfmt tar
10TOOLS_BROKEN+= perl 9TOOLS_BROKEN+= perl
11CONFIGURE_ARGS+= --with-openssl 10CONFIGURE_ARGS+= --with-openssl
12CONFIGURE_ARGS+= --with-zlib 11CONFIGURE_ARGS+= --with-zlib
13 12
14# Override INSTALL script to avoid unprivileged user/group 13# Override INSTALL script to avoid unprivileged user/group
15# leaking into the binary package 14# leaking into the binary package
16CONFIGURE_ARGS+= INSTALL=${INSTALL:Q}\ -c 15CONFIGURE_ARGS+= INSTALL=${INSTALL:Q}\ -c
17 16

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

--- pkgsrc/databases/postgresql10-contrib/Attic/Makefile 2022/06/28 11:31:32 1.25
+++ pkgsrc/databases/postgresql10-contrib/Attic/Makefile 2022/08/15 20:59:36 1.26
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.25 2022/06/28 11:31:32 wiz Exp $ 1# $NetBSD: Makefile,v 1.26 2022/08/15 20:59:36 adam Exp $
2 2
3PKGNAME= ${DISTNAME:S/-/10-contrib-/} 3PKGNAME= ${DISTNAME:S/-/10-contrib-/}
4PKGREVISION= 1 
5COMMENT= Contrib subtree of tools and plug-ins 4COMMENT= Contrib subtree of tools and plug-ins
6 5
7.include "../../databases/postgresql10/Makefile.common" 6.include "../../databases/postgresql10/Makefile.common"
8 7
9DEPENDS+= postgresql10-server>=${PKGVERSION_NOREV}:../../databases/postgresql10-server 8DEPENDS+= postgresql10-server>=${PKGVERSION_NOREV}:../../databases/postgresql10-server
10 9
11BUILD_MAKE_FLAGS= USE_PGXS=1 10BUILD_MAKE_FLAGS= USE_PGXS=1
12 11
13BUILD_DIRS+= contrib/adminpack 12BUILD_DIRS+= contrib/adminpack
14BUILD_DIRS+= contrib/auth_delay 13BUILD_DIRS+= contrib/auth_delay
15BUILD_DIRS+= contrib/auto_explain 14BUILD_DIRS+= contrib/auto_explain
16BUILD_DIRS+= contrib/btree_gin 15BUILD_DIRS+= contrib/btree_gin
17BUILD_DIRS+= contrib/btree_gist 16BUILD_DIRS+= contrib/btree_gist

cvs diff -r1.18 -r1.19 pkgsrc/databases/postgresql10-docs/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/databases/postgresql10-docs/Attic/Makefile 2022/06/28 11:31:33 1.18
+++ pkgsrc/databases/postgresql10-docs/Attic/Makefile 2022/08/15 20:59:36 1.19
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.18 2022/06/28 11:31:33 wiz Exp $ 1# $NetBSD: Makefile,v 1.19 2022/08/15 20:59:36 adam Exp $
2 2
3PKGNAME= ${DISTNAME:S/-/10-docs-/} 3PKGNAME= ${DISTNAME:S/-/10-docs-/}
4PKGREVISION= 1 
5COMMENT= PostgreSQL database documentation 4COMMENT= PostgreSQL database documentation
6 5
7.include "../../databases/postgresql10/Makefile.common" 6.include "../../databases/postgresql10/Makefile.common"
8 7
9BUILD_DEPENDS+= docbook-xml>=4.5:../../textproc/docbook-xml 8BUILD_DEPENDS+= docbook-xml>=4.5:../../textproc/docbook-xml
10BUILD_DEPENDS+= docbook-xsl>=1.75.2:../../textproc/docbook-xsl 9BUILD_DEPENDS+= docbook-xsl>=1.75.2:../../textproc/docbook-xsl
11BUILD_DEPENDS+= dsssl-docbook-modular>=1.79:../../textproc/dsssl-docbook-modular 10BUILD_DEPENDS+= dsssl-docbook-modular>=1.79:../../textproc/dsssl-docbook-modular
12BUILD_DEPENDS+= iso8879>=1986:../../textproc/iso8879 11BUILD_DEPENDS+= iso8879>=1986:../../textproc/iso8879
13BUILD_DEPENDS+= openjade>=1.3.2:../../textproc/openjade 12BUILD_DEPENDS+= openjade>=1.3.2:../../textproc/openjade
14BUILD_DEPENDS+= libxslt-[0-9]*:../../textproc/libxslt 13BUILD_DEPENDS+= libxslt-[0-9]*:../../textproc/libxslt
15 14
16USE_TOOLS+= gzip tar perl:build 15USE_TOOLS+= gzip tar perl:build
17CONFIGURE_ARGS+= --datarootdir=${PREFIX}/share 16CONFIGURE_ARGS+= --datarootdir=${PREFIX}/share

cvs diff -r1.22 -r1.23 pkgsrc/databases/postgresql10-docs/Attic/PLIST (expand / switch to unified diff)

--- pkgsrc/databases/postgresql10-docs/Attic/PLIST 2022/05/12 19:02:42 1.22
+++ pkgsrc/databases/postgresql10-docs/Attic/PLIST 2022/08/15 20:59:36 1.23
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.22 2022/05/12 19:02:42 adam Exp $ 1@comment $NetBSD: PLIST,v 1.23 2022/08/15 20:59:36 adam Exp $
2man/man1/clusterdb.1 2man/man1/clusterdb.1
3man/man1/createdb.1 3man/man1/createdb.1
4man/man1/createuser.1 4man/man1/createuser.1
5man/man1/dropdb.1 5man/man1/dropdb.1
6man/man1/dropuser.1 6man/man1/dropuser.1
7man/man1/ecpg.1 7man/man1/ecpg.1
8man/man1/initdb.1 8man/man1/initdb.1
9man/man1/oid2name.1 9man/man1/oid2name.1
10man/man1/pg_archivecleanup.1 10man/man1/pg_archivecleanup.1
11man/man1/pg_basebackup.1 11man/man1/pg_basebackup.1
12man/man1/pg_config.1 12man/man1/pg_config.1
13man/man1/pg_controldata.1 13man/man1/pg_controldata.1
14man/man1/pg_ctl.1 14man/man1/pg_ctl.1
@@ -921,26 +921,27 @@ share/doc/postgresql/html/release-10-1.h @@ -921,26 +921,27 @@ share/doc/postgresql/html/release-10-1.h
921share/doc/postgresql/html/release-10-10.html 921share/doc/postgresql/html/release-10-10.html
922share/doc/postgresql/html/release-10-11.html 922share/doc/postgresql/html/release-10-11.html
923share/doc/postgresql/html/release-10-12.html 923share/doc/postgresql/html/release-10-12.html
924share/doc/postgresql/html/release-10-13.html 924share/doc/postgresql/html/release-10-13.html
925share/doc/postgresql/html/release-10-14.html 925share/doc/postgresql/html/release-10-14.html
926share/doc/postgresql/html/release-10-15.html 926share/doc/postgresql/html/release-10-15.html
927share/doc/postgresql/html/release-10-16.html 927share/doc/postgresql/html/release-10-16.html
928share/doc/postgresql/html/release-10-17.html 928share/doc/postgresql/html/release-10-17.html
929share/doc/postgresql/html/release-10-18.html 929share/doc/postgresql/html/release-10-18.html
930share/doc/postgresql/html/release-10-19.html 930share/doc/postgresql/html/release-10-19.html
931share/doc/postgresql/html/release-10-2.html 931share/doc/postgresql/html/release-10-2.html
932share/doc/postgresql/html/release-10-20.html 932share/doc/postgresql/html/release-10-20.html
933share/doc/postgresql/html/release-10-21.html 933share/doc/postgresql/html/release-10-21.html
 934share/doc/postgresql/html/release-10-22.html
934share/doc/postgresql/html/release-10-3.html 935share/doc/postgresql/html/release-10-3.html
935share/doc/postgresql/html/release-10-4.html 936share/doc/postgresql/html/release-10-4.html
936share/doc/postgresql/html/release-10-5.html 937share/doc/postgresql/html/release-10-5.html
937share/doc/postgresql/html/release-10-6.html 938share/doc/postgresql/html/release-10-6.html
938share/doc/postgresql/html/release-10-7.html 939share/doc/postgresql/html/release-10-7.html
939share/doc/postgresql/html/release-10-8.html 940share/doc/postgresql/html/release-10-8.html
940share/doc/postgresql/html/release-10-9.html 941share/doc/postgresql/html/release-10-9.html
941share/doc/postgresql/html/release-10.html 942share/doc/postgresql/html/release-10.html
942share/doc/postgresql/html/release-prior.html 943share/doc/postgresql/html/release-prior.html
943share/doc/postgresql/html/release.html 944share/doc/postgresql/html/release.html
944share/doc/postgresql/html/replication-origins.html 945share/doc/postgresql/html/replication-origins.html
945share/doc/postgresql/html/resources.html 946share/doc/postgresql/html/resources.html
946share/doc/postgresql/html/role-attributes.html 947share/doc/postgresql/html/role-attributes.html

cvs diff -r1.21 -r1.22 pkgsrc/databases/postgresql10-plperl/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/databases/postgresql10-plperl/Attic/Makefile 2022/06/28 11:31:33 1.21
+++ pkgsrc/databases/postgresql10-plperl/Attic/Makefile 2022/08/15 20:59:36 1.22
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1#$ $NetBSD: Makefile,v 1.21 2022/06/28 11:31:33 wiz Exp $ 1#$ $NetBSD: Makefile,v 1.22 2022/08/15 20:59:36 adam Exp $
2 2
3PKGNAME= ${DISTNAME:S/-/10-plperl-/} 3PKGNAME= ${DISTNAME:S/-/10-plperl-/}
4PKGREVISION= 1 
5COMMENT= PL/Perl procedural language for the PostgreSQL backend 4COMMENT= PL/Perl procedural language for the PostgreSQL backend
6 5
7DEPENDS+= postgresql10-server>=${PKGVERSION_NOREV}:../../databases/postgresql10-server 6DEPENDS+= postgresql10-server>=${PKGVERSION_NOREV}:../../databases/postgresql10-server
8 7
9.include "../../databases/postgresql10/Makefile.common" 8.include "../../databases/postgresql10/Makefile.common"
10 9
11USE_TOOLS+= perl 10USE_TOOLS+= perl
12PERL5_CONFIGURE= no 11PERL5_CONFIGURE= no
13CONFIGURE_ARGS+= --with-perl 12CONFIGURE_ARGS+= --with-perl
14BUILD_MAKE_FLAGS= PGXS=1 13BUILD_MAKE_FLAGS= PGXS=1
15 14
16BUILD_DIRS= src/pl/plperl 15BUILD_DIRS= src/pl/plperl
17MAKE_FILE= GNUmakefile 16MAKE_FILE= GNUmakefile

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

--- pkgsrc/databases/postgresql10-plpython/Attic/Makefile 2022/06/30 11:18:09 1.26
+++ pkgsrc/databases/postgresql10-plpython/Attic/Makefile 2022/08/15 20:59:36 1.27
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.26 2022/06/30 11:18:09 nia Exp $ 1# $NetBSD: Makefile,v 1.27 2022/08/15 20:59:36 adam Exp $
2 2
3PKGNAME= ${DISTNAME:S/-/10-plpython-/} 3PKGNAME= ${DISTNAME:S/-/10-plpython-/}
4PKGREVISION= 2 
5COMMENT= PL/Python procedural language for the PostgreSQL backend 4COMMENT= PL/Python procedural language for the PostgreSQL backend
6 5
7DEPENDS+= postgresql10-server>=${PKGVERSION_NOREV}:../../databases/postgresql10-server 6DEPENDS+= postgresql10-server>=${PKGVERSION_NOREV}:../../databases/postgresql10-server
8 7
9.include "../../databases/postgresql10/Makefile.common" 8.include "../../databases/postgresql10/Makefile.common"
10 9
11TOOLS_BROKEN+= perl 10TOOLS_BROKEN+= perl
12CONFIGURE_ARGS+= --with-python 11CONFIGURE_ARGS+= --with-python
13CONFIGURE_ENV+= PYTHON="${PYTHONBIN}" 12CONFIGURE_ENV+= PYTHON="${PYTHONBIN}"
14BUILD_MAKE_FLAGS= PGXS=1 13BUILD_MAKE_FLAGS= PGXS=1
15 14
16BUILD_DIRS= src/pl/plpython contrib/hstore_plpython 15BUILD_DIRS= src/pl/plpython contrib/hstore_plpython
17 16

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

--- pkgsrc/databases/postgresql10-pltcl/Attic/Makefile 2022/06/28 11:31:33 1.22
+++ pkgsrc/databases/postgresql10-pltcl/Attic/Makefile 2022/08/15 20:59:36 1.23
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.22 2022/06/28 11:31:33 wiz Exp $ 1# $NetBSD: Makefile,v 1.23 2022/08/15 20:59:36 adam Exp $
2 2
3PKGNAME= ${DISTNAME:S/-/10-pltcl-/} 3PKGNAME= ${DISTNAME:S/-/10-pltcl-/}
4PKGREVISION= 1 
5COMMENT= PL/Tcl procedural language for the PostgreSQL backend 4COMMENT= PL/Tcl procedural language for the PostgreSQL backend
6 5
7DEPENDS+= postgresql10-server>=${PKGVERSION_NOREV}:../../databases/postgresql10-server 6DEPENDS+= postgresql10-server>=${PKGVERSION_NOREV}:../../databases/postgresql10-server
8 7
9.include "../../databases/postgresql10/Makefile.common" 8.include "../../databases/postgresql10/Makefile.common"
10 9
11TOOLS_BROKEN+= perl 10TOOLS_BROKEN+= perl
12CONFIGURE_ARGS+= --with-tcl 11CONFIGURE_ARGS+= --with-tcl
13CONFIGURE_ARGS+= --with-tclconfig="${BUILDLINK_PREFIX.tcl}/lib" 12CONFIGURE_ARGS+= --with-tclconfig="${BUILDLINK_PREFIX.tcl}/lib"
14CONFIGURE_ENV+= TCLSH="${TCLSH}" 13CONFIGURE_ENV+= TCLSH="${TCLSH}"
15TCLSH= ${BUILDLINK_PREFIX.tcl}/bin/tclsh 14TCLSH= ${BUILDLINK_PREFIX.tcl}/bin/tclsh
16BUILD_MAKE_FLAGS= PGXS=1 15BUILD_MAKE_FLAGS= PGXS=1
17 16

cvs diff -r1.26 -r1.27 pkgsrc/databases/postgresql10-server/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/databases/postgresql10-server/Attic/Makefile 2022/06/28 11:31:33 1.26
+++ pkgsrc/databases/postgresql10-server/Attic/Makefile 2022/08/15 20:59:36 1.27
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.26 2022/06/28 11:31:33 wiz Exp $ 1# $NetBSD: Makefile,v 1.27 2022/08/15 20:59:36 adam Exp $
2 2
3PKGNAME= ${DISTNAME:S/-/10-server-/} 3PKGNAME= ${DISTNAME:S/-/10-server-/}
4PKGREVISION= 1 
5COMMENT= PostgreSQL database server programs 4COMMENT= PostgreSQL database server programs
6 5
7# mips has no TAS implementation 6# mips has no TAS implementation
8BROKEN_ON_PLATFORM= *-*-mips 7BROKEN_ON_PLATFORM= *-*-mips
9 8
10.include "../../databases/postgresql10/Makefile.common" 9.include "../../databases/postgresql10/Makefile.common"
11 10
12TOOLS_BROKEN+= perl 11TOOLS_BROKEN+= perl
13CONFIGURE_ARGS+= --with-openssl 12CONFIGURE_ARGS+= --with-openssl
14 13
15INSTALL_DIRS= src/backend 14INSTALL_DIRS= src/backend
16INSTALL_DIRS+= src/backend/replication/libpqwalreceiver 15INSTALL_DIRS+= src/backend/replication/libpqwalreceiver
17INSTALL_DIRS+= src/backend/replication/pgoutput 16INSTALL_DIRS+= src/backend/replication/pgoutput

cvs diff -r1.24 -r1.25 pkgsrc/databases/postgresql11/Makefile (expand / switch to unified diff)

--- pkgsrc/databases/postgresql11/Makefile 2022/06/28 11:31:33 1.24
+++ pkgsrc/databases/postgresql11/Makefile 2022/08/15 20:59:36 1.25
@@ -1,15 +1,14 @@ @@ -1,15 +1,14 @@
1# $NetBSD: Makefile,v 1.24 2022/06/28 11:31:33 wiz Exp $ 1# $NetBSD: Makefile,v 1.25 2022/08/15 20:59:36 adam Exp $
2 2
3PKGNAME= ${DISTNAME:S/-/11-/} 3PKGNAME= ${DISTNAME:S/-/11-/}
4PKGREVISION= 1 
5COMMENT= Robust, next generation, object-relational DBMS 4COMMENT= Robust, next generation, object-relational DBMS
6 5
7DEPENDS+= postgresql11-client>=${PKGVERSION_NOREV}:../../databases/postgresql11-client 6DEPENDS+= postgresql11-client>=${PKGVERSION_NOREV}:../../databases/postgresql11-client
8DEPENDS+= postgresql11-docs>=${PKGVERSION_NOREV}:../../databases/postgresql11-docs 7DEPENDS+= postgresql11-docs>=${PKGVERSION_NOREV}:../../databases/postgresql11-docs
9DEPENDS+= postgresql11-server>=${PKGVERSION_NOREV}:../../databases/postgresql11-server 8DEPENDS+= postgresql11-server>=${PKGVERSION_NOREV}:../../databases/postgresql11-server
10 9
11META_PACKAGE= yes 10META_PACKAGE= yes
12 11
13.include "Makefile.common" 12.include "Makefile.common"
14 13
15.include "../../mk/bsd.pkg.mk" 14.include "../../mk/bsd.pkg.mk"

cvs diff -r1.27 -r1.28 pkgsrc/databases/postgresql11/Makefile.common (expand / switch to unified diff)

--- pkgsrc/databases/postgresql11/Makefile.common 2022/05/21 07:25:34 1.27
+++ pkgsrc/databases/postgresql11/Makefile.common 2022/08/15 20:59:36 1.28
@@ -1,32 +1,32 @@ @@ -1,32 +1,32 @@
1# $NetBSD: Makefile.common,v 1.27 2022/05/21 07:25:34 nia Exp $ 1# $NetBSD: Makefile.common,v 1.28 2022/08/15 20:59:36 adam Exp $
2# 2#
3# This Makefile fragment is included by all PostgreSQL packages built from 3# This Makefile fragment is included by all PostgreSQL packages built from
4# the main sources of the PostgreSQL distribution except jdbc-postgresql. 4# the main sources of the PostgreSQL distribution except jdbc-postgresql.
5# 5#
6# The PostgreSQL package naming scheme, aside from the obvious piecewise 6# The PostgreSQL package naming scheme, aside from the obvious piecewise
7# packages, is as follows: 7# packages, is as follows:
8# <lang>-postgresql client-side interface to PostgreSQL 8# <lang>-postgresql client-side interface to PostgreSQL
9# postgresql-<lang> server-side module for PostgreSQL backend 9# postgresql-<lang> server-side module for PostgreSQL backend
10# 10#
11# used by databases/postgresql11-client/Makefile 11# used by databases/postgresql11-client/Makefile
12# used by databases/postgresql11-contrib/Makefile 12# used by databases/postgresql11-contrib/Makefile
13# used by databases/postgresql11-docs/Makefile 13# used by databases/postgresql11-docs/Makefile
14# used by databases/postgresql11-plperl/Makefile 14# used by databases/postgresql11-plperl/Makefile
15# used by databases/postgresql11-plpython/Makefile 15# used by databases/postgresql11-plpython/Makefile
16# used by databases/postgresql11-pltcl/Makefile 16# used by databases/postgresql11-pltcl/Makefile
17# used by databases/postgresql11-server/Makefile 17# used by databases/postgresql11-server/Makefile
18 18
19DISTNAME= postgresql-11.16 19DISTNAME= postgresql-11.17
20CATEGORIES= databases 20CATEGORIES= databases
21MASTER_SITES= ${MASTER_SITE_PGSQL:=source/v${PKGVERSION_NOREV}/} 21MASTER_SITES= ${MASTER_SITE_PGSQL:=source/v${PKGVERSION_NOREV}/}
22EXTRACT_SUFX= .tar.bz2 22EXTRACT_SUFX= .tar.bz2
23 23
24MAINTAINER?= adam@NetBSD.org 24MAINTAINER?= adam@NetBSD.org
25HOMEPAGE= https://www.postgresql.org/ 25HOMEPAGE= https://www.postgresql.org/
26LICENSE= postgresql-license 26LICENSE= postgresql-license
27 27
28CONFLICTS+= postgresql-[0-9]* 28CONFLICTS+= postgresql-[0-9]*
29CONFLICTS+= postgresql[2-9][0-9]-[0-9]* 29CONFLICTS+= postgresql[2-9][0-9]-[0-9]*
30 30
31.if !empty(PKGNAME:M*-*-*) 31.if !empty(PKGNAME:M*-*-*)
32module= ${PKGNAME:C/-[0-9].*$//:C/^.*-//} 32module= ${PKGNAME:C/-[0-9].*$//:C/^.*-//}
@@ -78,29 +78,26 @@ CONFIGURE_ENV.SunOS+= ac_cv_header_sys_u @@ -78,29 +78,26 @@ CONFIGURE_ENV.SunOS+= ac_cv_header_sys_u
78# pkgsrc silently filters the --as-needed linker arg, but that makes 78# pkgsrc silently filters the --as-needed linker arg, but that makes
79# it leak into the pgxs Makefiles and compromises manual building 79# it leak into the pgxs Makefiles and compromises manual building
80# against PostgreSQL files installed. Disable it here to prevent 80# against PostgreSQL files installed. Disable it here to prevent
81# that from happening. 81# that from happening.
82.if ${OPSYS} == "SunOS" || ${OPSYS} == "Darwin" 82.if ${OPSYS} == "SunOS" || ${OPSYS} == "Darwin"
83CONFIGURE_ENV+= pgac_cv_prog_cc_ldflags__Wl___as_needed=no 83CONFIGURE_ENV+= pgac_cv_prog_cc_ldflags__Wl___as_needed=no
84.endif 84.endif
85 85
86# Postgres on Alpha has no spinlock or memory barrier implementation 86# Postgres on Alpha has no spinlock or memory barrier implementation
87# and is "unlikely to work correctly". 87# and is "unlikely to work correctly".
88# https://www.postgresql.org/message-id/E1X0yaj-000753-N6%40gemulon.postgresql.org 88# https://www.postgresql.org/message-id/E1X0yaj-000753-N6%40gemulon.postgresql.org
89BROKEN_ON_PLATFORM+= *-*-alpha 89BROKEN_ON_PLATFORM+= *-*-alpha
90 90
91# "fatal error: catalog/pg_type_d.h: No such file or directory" 
92MAKE_JOBS_SAFE= no 
93 
94.if ${MACHINE_ARCH} == "sparc" 91.if ${MACHINE_ARCH} == "sparc"
95CFLAGS.NetBSD+= -D__sparc_v8__ 92CFLAGS.NetBSD+= -D__sparc_v8__
96.endif 93.endif
97 94
98# configure fails on OpenBSD and MirBSD if thread safety is enabled. 95# configure fails on OpenBSD and MirBSD if thread safety is enabled.
99CONFIGURE_ARGS.MirBSD+= --disable-thread-safety 96CONFIGURE_ARGS.MirBSD+= --disable-thread-safety
100CONFIGURE_ARGS.OpenBSD+= --disable-thread-safety 97CONFIGURE_ARGS.OpenBSD+= --disable-thread-safety
101 98
102# PGSQL_BLCKSZ is the size in bytes of a PostgreSQL disk page or block. 99# PGSQL_BLCKSZ is the size in bytes of a PostgreSQL disk page or block.
103# This also limits the size of a tuple. The valid values are powers 100# This also limits the size of a tuple. The valid values are powers
104# of 2 up to 32768, and the default size is 8196. Please don't change 101# of 2 up to 32768, and the default size is 8196. Please don't change
105# this value unless you know what you are doing. 102# this value unless you know what you are doing.
106BUILD_DEFS+= PGSQL_BLCKSZ 103BUILD_DEFS+= PGSQL_BLCKSZ

cvs diff -r1.23 -r1.24 pkgsrc/databases/postgresql11/distinfo (expand / switch to unified diff)

--- pkgsrc/databases/postgresql11/distinfo 2022/05/12 19:02:43 1.23
+++ pkgsrc/databases/postgresql11/distinfo 2022/08/15 20:59:36 1.24
@@ -1,18 +1,18 @@ @@ -1,18 +1,18 @@
1$NetBSD: distinfo,v 1.23 2022/05/12 19:02:43 adam Exp $ 1$NetBSD: distinfo,v 1.24 2022/08/15 20:59:36 adam Exp $
2 2
3BLAKE2s (postgresql-11.16.tar.bz2) = 3e04ff94021dba90a1d48316b214d997d42eb4f806ec10f0aab99fe524df46b4 3BLAKE2s (postgresql-11.17.tar.bz2) = f2b3f901935956881192d727f0cf1b5b65188f97279f2269bf584b495a6fd873
4SHA512 (postgresql-11.16.tar.bz2) = e1b6be0a97e60cdd95cd0ebc756b1de6abf2f33f41f6a80da3dff25483a30146fb6bf750ab787bb5bb4f2a04718946c7429e71f891cbd491001e9f9c2ea8e63c 4SHA512 (postgresql-11.17.tar.bz2) = 35304279c06577eca134581490710db976edeac8cca169d3436fcdce8eebb18159459ea3b5ef403f6a8efe85542726f9960c4ca653da4619e081ce5869866032
5Size (postgresql-11.16.tar.bz2) = 20347100 bytes 5Size (postgresql-11.17.tar.bz2) = 20385599 bytes
6SHA1 (patch-config_missing) = c2d7d742922ba6861e7660c75b7b53f09e564813 6SHA1 (patch-config_missing) = c2d7d742922ba6861e7660c75b7b53f09e564813
7SHA1 (patch-config_perl.m4) = b3393d0f28e97f89ae20297d85553c508b3896bb 7SHA1 (patch-config_perl.m4) = b3393d0f28e97f89ae20297d85553c508b3896bb
8SHA1 (patch-configure) = b0a758023b3b263ff51b154d0da32cf02520c6cd 8SHA1 (patch-configure) = b0a758023b3b263ff51b154d0da32cf02520c6cd
9SHA1 (patch-contrib_dblink_dblink.c) = a6f87ab9f2c28a72608d70267b71bd77437b0921 9SHA1 (patch-contrib_dblink_dblink.c) = a6f87ab9f2c28a72608d70267b71bd77437b0921
10SHA1 (patch-contrib_uuid-ossp_Makefile) = 2eff5d539a4501dda45d23bc094a5099a456e0af 10SHA1 (patch-contrib_uuid-ossp_Makefile) = 2eff5d539a4501dda45d23bc094a5099a456e0af
11SHA1 (patch-src_Makefile.global.in) = 335b57afff23a9684ab0a09257665810c1ba2d1e 11SHA1 (patch-src_Makefile.global.in) = 335b57afff23a9684ab0a09257665810c1ba2d1e
12SHA1 (patch-src_Makefile.shlib) = 4e093c79345add008a56c10d1c1bc8574f7a38e1 12SHA1 (patch-src_Makefile.shlib) = 4e093c79345add008a56c10d1c1bc8574f7a38e1
13SHA1 (patch-src_backend_Makefile) = 736ff7db09faf167c6e40a45a1099836f3e98911 13SHA1 (patch-src_backend_Makefile) = 736ff7db09faf167c6e40a45a1099836f3e98911
14SHA1 (patch-src_backend_utils_adt_datetime.c) = d1ea70986634d3bfb663eff789425252656e1289 14SHA1 (patch-src_backend_utils_adt_datetime.c) = d1ea70986634d3bfb663eff789425252656e1289
15SHA1 (patch-src_fe__utils_Makefile) = 3c3b373cda88368c9198f3df7ef9cfebe74e33d5 15SHA1 (patch-src_fe__utils_Makefile) = 3c3b373cda88368c9198f3df7ef9cfebe74e33d5
16SHA1 (patch-src_interfaces_libpq_Makefile) = 61bcf84eb69b6ec9faabab0b61913766f4b20f8c 16SHA1 (patch-src_interfaces_libpq_Makefile) = 61bcf84eb69b6ec9faabab0b61913766f4b20f8c
17SHA1 (patch-src_makefiles_Makefile.solaris) = 0168f5bc105ffc89d5db40907a08966d8465f5a0 17SHA1 (patch-src_makefiles_Makefile.solaris) = 0168f5bc105ffc89d5db40907a08966d8465f5a0
18SHA1 (patch-src_pl_plperl_GNUmakefile) = 161a8f7af61b3a33b255fdee9fa7d4918decde7d 18SHA1 (patch-src_pl_plperl_GNUmakefile) = 161a8f7af61b3a33b255fdee9fa7d4918decde7d

cvs diff -r1.23 -r1.24 pkgsrc/databases/postgresql11-client/Makefile (expand / switch to unified diff)

--- pkgsrc/databases/postgresql11-client/Makefile 2022/07/18 22:13:20 1.23
+++ pkgsrc/databases/postgresql11-client/Makefile 2022/08/15 20:59:36 1.24
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.23 2022/07/18 22:13:20 tnn Exp $ 1# $NetBSD: Makefile,v 1.24 2022/08/15 20:59:36 adam Exp $
2 2
3PKGNAME= ${DISTNAME:S/-/11-client-/} 3PKGNAME= ${DISTNAME:S/-/11-client-/}
4PKGREVISION= 2 
5COMMENT= PostgreSQL database client programs 4COMMENT= PostgreSQL database client programs
6 5
7.include "../../databases/postgresql11/Makefile.common" 6.include "../../databases/postgresql11/Makefile.common"
8 7
9USE_TOOLS+= gzip msgfmt tar 8USE_TOOLS+= gzip msgfmt tar
10TOOLS_BROKEN+= perl 9TOOLS_BROKEN+= perl
11CONFIGURE_ARGS+= --with-openssl 10CONFIGURE_ARGS+= --with-openssl
12CONFIGURE_ARGS+= --with-zlib 11CONFIGURE_ARGS+= --with-zlib
13 12
14# Override INSTALL script to avoid unprivileged user/group 13# Override INSTALL script to avoid unprivileged user/group
15# leaking into the binary package 14# leaking into the binary package
16CONFIGURE_ARGS+= INSTALL=${INSTALL:Q}\ -c 15CONFIGURE_ARGS+= INSTALL=${INSTALL:Q}\ -c
17 16

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

--- pkgsrc/databases/postgresql11-contrib/Makefile 2022/06/28 11:31:34 1.22
+++ pkgsrc/databases/postgresql11-contrib/Makefile 2022/08/15 20:59:37 1.23
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.22 2022/06/28 11:31:34 wiz Exp $ 1# $NetBSD: Makefile,v 1.23 2022/08/15 20:59:37 adam Exp $
2 2
3PKGNAME= ${DISTNAME:S/-/11-contrib-/} 3PKGNAME= ${DISTNAME:S/-/11-contrib-/}
4PKGREVISION= 1 
5COMMENT= Contrib subtree of tools and plug-ins 4COMMENT= Contrib subtree of tools and plug-ins
6 5
7.include "../../databases/postgresql11/Makefile.common" 6.include "../../databases/postgresql11/Makefile.common"
8 7
9DEPENDS+= postgresql11-server>=${PKGVERSION_NOREV}:../../databases/postgresql11-server 8DEPENDS+= postgresql11-server>=${PKGVERSION_NOREV}:../../databases/postgresql11-server
10 9
11BUILD_MAKE_FLAGS= USE_PGXS=1 10BUILD_MAKE_FLAGS= USE_PGXS=1
12 11
13BUILD_DIRS+= contrib/adminpack 12BUILD_DIRS+= contrib/adminpack
14BUILD_DIRS+= contrib/auth_delay 13BUILD_DIRS+= contrib/auth_delay
15BUILD_DIRS+= contrib/auto_explain 14BUILD_DIRS+= contrib/auto_explain
16BUILD_DIRS+= contrib/btree_gin 15BUILD_DIRS+= contrib/btree_gin
17BUILD_DIRS+= contrib/btree_gist 16BUILD_DIRS+= contrib/btree_gist

cvs diff -r1.16 -r1.17 pkgsrc/databases/postgresql11-docs/Makefile (expand / switch to unified diff)

--- pkgsrc/databases/postgresql11-docs/Makefile 2022/06/28 11:31:34 1.16
+++ pkgsrc/databases/postgresql11-docs/Makefile 2022/08/15 20:59:37 1.17
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.16 2022/06/28 11:31:34 wiz Exp $ 1# $NetBSD: Makefile,v 1.17 2022/08/15 20:59:37 adam Exp $
2 2
3PKGNAME= ${DISTNAME:S/-/11-docs-/} 3PKGNAME= ${DISTNAME:S/-/11-docs-/}
4PKGREVISION= 1 
5COMMENT= PostgreSQL database documentation 4COMMENT= PostgreSQL database documentation
6 5
7.include "../../databases/postgresql11/Makefile.common" 6.include "../../databases/postgresql11/Makefile.common"
8 7
9BUILD_DEPENDS+= docbook-xml>=4.5:../../textproc/docbook-xml 8BUILD_DEPENDS+= docbook-xml>=4.5:../../textproc/docbook-xml
10BUILD_DEPENDS+= docbook-xsl>=1.75.2:../../textproc/docbook-xsl 9BUILD_DEPENDS+= docbook-xsl>=1.75.2:../../textproc/docbook-xsl
11BUILD_DEPENDS+= dsssl-docbook-modular>=1.79:../../textproc/dsssl-docbook-modular 10BUILD_DEPENDS+= dsssl-docbook-modular>=1.79:../../textproc/dsssl-docbook-modular
12BUILD_DEPENDS+= iso8879>=1986:../../textproc/iso8879 11BUILD_DEPENDS+= iso8879>=1986:../../textproc/iso8879
13BUILD_DEPENDS+= openjade>=1.3.2:../../textproc/openjade 12BUILD_DEPENDS+= openjade>=1.3.2:../../textproc/openjade
14BUILD_DEPENDS+= libxslt-[0-9]*:../../textproc/libxslt 13BUILD_DEPENDS+= libxslt-[0-9]*:../../textproc/libxslt
15 14
16USE_TOOLS+= gzip tar perl:build 15USE_TOOLS+= gzip tar perl:build
17CONFIGURE_ARGS+= --datarootdir=${PREFIX}/share 16CONFIGURE_ARGS+= --datarootdir=${PREFIX}/share

cvs diff -r1.17 -r1.18 pkgsrc/databases/postgresql11-docs/PLIST (expand / switch to unified diff)

--- pkgsrc/databases/postgresql11-docs/PLIST 2022/05/12 19:02:43 1.17
+++ pkgsrc/databases/postgresql11-docs/PLIST 2022/08/15 20:59:37 1.18
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.17 2022/05/12 19:02:43 adam Exp $ 1@comment $NetBSD: PLIST,v 1.18 2022/08/15 20:59:37 adam Exp $
2man/man1/clusterdb.1 2man/man1/clusterdb.1
3man/man1/createdb.1 3man/man1/createdb.1
4man/man1/createuser.1 4man/man1/createuser.1
5man/man1/dropdb.1 5man/man1/dropdb.1
6man/man1/dropuser.1 6man/man1/dropuser.1
7man/man1/ecpg.1 7man/man1/ecpg.1
8man/man1/initdb.1 8man/man1/initdb.1
9man/man1/oid2name.1 9man/man1/oid2name.1
10man/man1/pg_archivecleanup.1 10man/man1/pg_archivecleanup.1
11man/man1/pg_basebackup.1 11man/man1/pg_basebackup.1
12man/man1/pg_config.1 12man/man1/pg_config.1
13man/man1/pg_controldata.1 13man/man1/pg_controldata.1
14man/man1/pg_ctl.1 14man/man1/pg_ctl.1
@@ -526,26 +526,27 @@ share/doc/postgresql/html/domains.html @@ -526,26 +526,27 @@ share/doc/postgresql/html/domains.html
526share/doc/postgresql/html/dynamic-trace.html 526share/doc/postgresql/html/dynamic-trace.html
527share/doc/postgresql/html/earthdistance.html 527share/doc/postgresql/html/earthdistance.html
528share/doc/postgresql/html/ecpg-commands.html 528share/doc/postgresql/html/ecpg-commands.html
529share/doc/postgresql/html/ecpg-concept.html 529share/doc/postgresql/html/ecpg-concept.html
530share/doc/postgresql/html/ecpg-connect.html 530share/doc/postgresql/html/ecpg-connect.html
531share/doc/postgresql/html/ecpg-cpp.html 531share/doc/postgresql/html/ecpg-cpp.html
532share/doc/postgresql/html/ecpg-descriptors.html 532share/doc/postgresql/html/ecpg-descriptors.html
533share/doc/postgresql/html/ecpg-develop.html 533share/doc/postgresql/html/ecpg-develop.html
534share/doc/postgresql/html/ecpg-dynamic.html 534share/doc/postgresql/html/ecpg-dynamic.html
535share/doc/postgresql/html/ecpg-errors.html 535share/doc/postgresql/html/ecpg-errors.html
536share/doc/postgresql/html/ecpg-informix-compat.html 536share/doc/postgresql/html/ecpg-informix-compat.html
537share/doc/postgresql/html/ecpg-library.html 537share/doc/postgresql/html/ecpg-library.html
538share/doc/postgresql/html/ecpg-lo.html 538share/doc/postgresql/html/ecpg-lo.html
 539share/doc/postgresql/html/ecpg-oracle-compat.html
539share/doc/postgresql/html/ecpg-pgtypes.html 540share/doc/postgresql/html/ecpg-pgtypes.html
540share/doc/postgresql/html/ecpg-preproc.html 541share/doc/postgresql/html/ecpg-preproc.html
541share/doc/postgresql/html/ecpg-process.html 542share/doc/postgresql/html/ecpg-process.html
542share/doc/postgresql/html/ecpg-sql-allocate-descriptor.html 543share/doc/postgresql/html/ecpg-sql-allocate-descriptor.html
543share/doc/postgresql/html/ecpg-sql-commands.html 544share/doc/postgresql/html/ecpg-sql-commands.html
544share/doc/postgresql/html/ecpg-sql-connect.html 545share/doc/postgresql/html/ecpg-sql-connect.html
545share/doc/postgresql/html/ecpg-sql-deallocate-descriptor.html 546share/doc/postgresql/html/ecpg-sql-deallocate-descriptor.html
546share/doc/postgresql/html/ecpg-sql-declare.html 547share/doc/postgresql/html/ecpg-sql-declare.html
547share/doc/postgresql/html/ecpg-sql-describe.html 548share/doc/postgresql/html/ecpg-sql-describe.html
548share/doc/postgresql/html/ecpg-sql-disconnect.html 549share/doc/postgresql/html/ecpg-sql-disconnect.html
549share/doc/postgresql/html/ecpg-sql-execute-immediate.html 550share/doc/postgresql/html/ecpg-sql-execute-immediate.html
550share/doc/postgresql/html/ecpg-sql-get-descriptor.html 551share/doc/postgresql/html/ecpg-sql-get-descriptor.html
551share/doc/postgresql/html/ecpg-sql-open.html 552share/doc/postgresql/html/ecpg-sql-open.html
@@ -951,26 +952,27 @@ share/doc/postgresql/html/regress-covera @@ -951,26 +952,27 @@ share/doc/postgresql/html/regress-covera
951share/doc/postgresql/html/regress-evaluation.html 952share/doc/postgresql/html/regress-evaluation.html
952share/doc/postgresql/html/regress-run.html 953share/doc/postgresql/html/regress-run.html
953share/doc/postgresql/html/regress-tap.html 954share/doc/postgresql/html/regress-tap.html
954share/doc/postgresql/html/regress-variant.html 955share/doc/postgresql/html/regress-variant.html
955share/doc/postgresql/html/regress.html 956share/doc/postgresql/html/regress.html
956share/doc/postgresql/html/release-11-1.html 957share/doc/postgresql/html/release-11-1.html
957share/doc/postgresql/html/release-11-10.html 958share/doc/postgresql/html/release-11-10.html
958share/doc/postgresql/html/release-11-11.html 959share/doc/postgresql/html/release-11-11.html
959share/doc/postgresql/html/release-11-12.html 960share/doc/postgresql/html/release-11-12.html
960share/doc/postgresql/html/release-11-13.html 961share/doc/postgresql/html/release-11-13.html
961share/doc/postgresql/html/release-11-14.html 962share/doc/postgresql/html/release-11-14.html
962share/doc/postgresql/html/release-11-15.html 963share/doc/postgresql/html/release-11-15.html
963share/doc/postgresql/html/release-11-16.html 964share/doc/postgresql/html/release-11-16.html
 965share/doc/postgresql/html/release-11-17.html
964share/doc/postgresql/html/release-11-2.html 966share/doc/postgresql/html/release-11-2.html
965share/doc/postgresql/html/release-11-3.html 967share/doc/postgresql/html/release-11-3.html
966share/doc/postgresql/html/release-11-4.html 968share/doc/postgresql/html/release-11-4.html
967share/doc/postgresql/html/release-11-5.html 969share/doc/postgresql/html/release-11-5.html
968share/doc/postgresql/html/release-11-6.html 970share/doc/postgresql/html/release-11-6.html
969share/doc/postgresql/html/release-11-7.html 971share/doc/postgresql/html/release-11-7.html
970share/doc/postgresql/html/release-11-8.html 972share/doc/postgresql/html/release-11-8.html
971share/doc/postgresql/html/release-11-9.html 973share/doc/postgresql/html/release-11-9.html
972share/doc/postgresql/html/release-11.html 974share/doc/postgresql/html/release-11.html
973share/doc/postgresql/html/release-prior.html 975share/doc/postgresql/html/release-prior.html
974share/doc/postgresql/html/release.html 976share/doc/postgresql/html/release.html
975share/doc/postgresql/html/replication-origins.html 977share/doc/postgresql/html/replication-origins.html
976share/doc/postgresql/html/resources.html 978share/doc/postgresql/html/resources.html

cvs diff -r1.19 -r1.20 pkgsrc/databases/postgresql11-plperl/Makefile (expand / switch to unified diff)

--- pkgsrc/databases/postgresql11-plperl/Makefile 2022/06/28 11:31:34 1.19
+++ pkgsrc/databases/postgresql11-plperl/Makefile 2022/08/15 20:59:37 1.20
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1#$ $NetBSD: Makefile,v 1.19 2022/06/28 11:31:34 wiz Exp $ 1#$ $NetBSD: Makefile,v 1.20 2022/08/15 20:59:37 adam Exp $
2 2
3PKGNAME= ${DISTNAME:S/-/11-plperl-/} 3PKGNAME= ${DISTNAME:S/-/11-plperl-/}
4PKGREVISION= 1 
5COMMENT= PL/Perl procedural language for the PostgreSQL backend 4COMMENT= PL/Perl procedural language for the PostgreSQL backend
6 5
7DEPENDS+= postgresql11-server>=${PKGVERSION_NOREV}:../../databases/postgresql11-server 6DEPENDS+= postgresql11-server>=${PKGVERSION_NOREV}:../../databases/postgresql11-server
8 7
9.include "../../databases/postgresql11/Makefile.common" 8.include "../../databases/postgresql11/Makefile.common"
10 9
11USE_TOOLS+= perl 10USE_TOOLS+= perl
12PERL5_CONFIGURE= no 11PERL5_CONFIGURE= no
13CONFIGURE_ARGS+= --with-perl 12CONFIGURE_ARGS+= --with-perl
14BUILD_MAKE_FLAGS= PGXS=1 13BUILD_MAKE_FLAGS= PGXS=1
15 14
16BUILD_DIRS= src/pl/plperl 15BUILD_DIRS= src/pl/plperl
17MAKE_FILE= GNUmakefile 16MAKE_FILE= GNUmakefile

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

--- pkgsrc/databases/postgresql11-plpython/Makefile 2022/06/30 11:18:09 1.24
+++ pkgsrc/databases/postgresql11-plpython/Makefile 2022/08/15 20:59:37 1.25
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.24 2022/06/30 11:18:09 nia Exp $ 1# $NetBSD: Makefile,v 1.25 2022/08/15 20:59:37 adam Exp $
2 2
3PKGNAME= ${DISTNAME:S/-/11-plpython-/} 3PKGNAME= ${DISTNAME:S/-/11-plpython-/}
4PKGREVISION= 2 
5COMMENT= PL/Python procedural language for the PostgreSQL backend 4COMMENT= PL/Python procedural language for the PostgreSQL backend
6 5
7DEPENDS+= postgresql11-server>=${PKGVERSION_NOREV}:../../databases/postgresql11-server 6DEPENDS+= postgresql11-server>=${PKGVERSION_NOREV}:../../databases/postgresql11-server
8 7
9.include "../../databases/postgresql11/Makefile.common" 8.include "../../databases/postgresql11/Makefile.common"
10 9
11TOOLS_BROKEN+= perl 10TOOLS_BROKEN+= perl
12CONFIGURE_ARGS+= --with-python 11CONFIGURE_ARGS+= --with-python
13CONFIGURE_ENV+= PYTHON="${PYTHONBIN}" 12CONFIGURE_ENV+= PYTHON="${PYTHONBIN}"
14BUILD_MAKE_FLAGS= PGXS=1 13BUILD_MAKE_FLAGS= PGXS=1
15 14
16BUILD_DIRS= src/pl/plpython contrib/hstore_plpython 15BUILD_DIRS= src/pl/plpython contrib/hstore_plpython
17 16

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

--- pkgsrc/databases/postgresql11-pltcl/Makefile 2022/06/28 11:31:34 1.20
+++ pkgsrc/databases/postgresql11-pltcl/Makefile 2022/08/15 20:59:37 1.21
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.20 2022/06/28 11:31:34 wiz Exp $ 1# $NetBSD: Makefile,v 1.21 2022/08/15 20:59:37 adam Exp $
2 2
3PKGNAME= ${DISTNAME:S/-/11-pltcl-/} 3PKGNAME= ${DISTNAME:S/-/11-pltcl-/}
4PKGREVISION= 1 
5COMMENT= PL/Tcl procedural language for the PostgreSQL backend 4COMMENT= PL/Tcl procedural language for the PostgreSQL backend
6 5
7DEPENDS+= postgresql11-server>=${PKGVERSION_NOREV}:../../databases/postgresql11-server 6DEPENDS+= postgresql11-server>=${PKGVERSION_NOREV}:../../databases/postgresql11-server
8 7
9.include "../../databases/postgresql11/Makefile.common" 8.include "../../databases/postgresql11/Makefile.common"
10 9
11USE_TOOLS+= perl 10USE_TOOLS+= perl
12CONFIGURE_ARGS+= --with-tcl 11CONFIGURE_ARGS+= --with-tcl
13CONFIGURE_ARGS+= --with-tclconfig="${BUILDLINK_PREFIX.tcl}/lib" 12CONFIGURE_ARGS+= --with-tclconfig="${BUILDLINK_PREFIX.tcl}/lib"
14CONFIGURE_ENV+= TCLSH="${TCLSH}" 13CONFIGURE_ENV+= TCLSH="${TCLSH}"
15TCLSH= ${BUILDLINK_PREFIX.tcl}/bin/tclsh 14TCLSH= ${BUILDLINK_PREFIX.tcl}/bin/tclsh
16BUILD_MAKE_FLAGS= PGXS=1 15BUILD_MAKE_FLAGS= PGXS=1
17 16

cvs diff -r1.23 -r1.24 pkgsrc/databases/postgresql11-server/Makefile (expand / switch to unified diff)

--- pkgsrc/databases/postgresql11-server/Makefile 2022/06/28 11:31:34 1.23
+++ pkgsrc/databases/postgresql11-server/Makefile 2022/08/15 20:59:37 1.24
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.23 2022/06/28 11:31:34 wiz Exp $ 1# $NetBSD: Makefile,v 1.24 2022/08/15 20:59:37 adam Exp $
2 2
3PKGNAME= ${DISTNAME:S/-/11-server-/} 3PKGNAME= ${DISTNAME:S/-/11-server-/}
4PKGREVISION= 1 
5COMMENT= PostgreSQL database server programs 4COMMENT= PostgreSQL database server programs
6 5
7# mips has no TAS implementation 6# mips has no TAS implementation
8BROKEN_ON_PLATFORM= *-*-mips 7BROKEN_ON_PLATFORM= *-*-mips
9 8
10.include "../../databases/postgresql11/Makefile.common" 9.include "../../databases/postgresql11/Makefile.common"
11 10
12TOOLS_BROKEN+= perl 11TOOLS_BROKEN+= perl
13CONFIGURE_ARGS+= --with-openssl 12CONFIGURE_ARGS+= --with-openssl
14 13
15INSTALL_DIRS= src/backend 14INSTALL_DIRS= src/backend
16INSTALL_DIRS+= src/backend/replication/libpqwalreceiver 15INSTALL_DIRS+= src/backend/replication/libpqwalreceiver
17INSTALL_DIRS+= src/backend/replication/pgoutput 16INSTALL_DIRS+= src/backend/replication/pgoutput

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

--- pkgsrc/databases/postgresql11-server/PLIST 2021/11/16 10:14:37 1.5
+++ pkgsrc/databases/postgresql11-server/PLIST 2022/08/15 20:59:37 1.6
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.5 2021/11/16 10:14:37 adam Exp $ 1@comment $NetBSD: PLIST,v 1.6 2022/08/15 20:59:37 adam Exp $
2bin/postgres 2bin/postgres
3bin/postmaster 3bin/postmaster
4include/postgresql/server/plpgsql.h 4include/postgresql/server/plpgsql.h
5lib/postgresql/ascii_and_mic.so 5lib/postgresql/ascii_and_mic.so
6${PLIST.llvm}lib/postgresql/bitcode/postgres.index.bc 6${PLIST.llvm}lib/postgresql/bitcode/postgres.index.bc
7${PLIST.llvm}lib/postgresql/bitcode/postgres/access/brin/brin.bc 7${PLIST.llvm}lib/postgresql/bitcode/postgres/access/brin/brin.bc
8${PLIST.llvm}lib/postgresql/bitcode/postgres/access/brin/brin_inclusion.bc 8${PLIST.llvm}lib/postgresql/bitcode/postgres/access/brin/brin_inclusion.bc
9${PLIST.llvm}lib/postgresql/bitcode/postgres/access/brin/brin_minmax.bc 9${PLIST.llvm}lib/postgresql/bitcode/postgres/access/brin/brin_minmax.bc
10${PLIST.llvm}lib/postgresql/bitcode/postgres/access/brin/brin_pageops.bc 10${PLIST.llvm}lib/postgresql/bitcode/postgres/access/brin/brin_pageops.bc
11${PLIST.llvm}lib/postgresql/bitcode/postgres/access/brin/brin_revmap.bc 11${PLIST.llvm}lib/postgresql/bitcode/postgres/access/brin/brin_revmap.bc
12${PLIST.llvm}lib/postgresql/bitcode/postgres/access/brin/brin_tuple.bc 12${PLIST.llvm}lib/postgresql/bitcode/postgres/access/brin/brin_tuple.bc
13${PLIST.llvm}lib/postgresql/bitcode/postgres/access/brin/brin_validate.bc 13${PLIST.llvm}lib/postgresql/bitcode/postgres/access/brin/brin_validate.bc
14${PLIST.llvm}lib/postgresql/bitcode/postgres/access/brin/brin_xlog.bc 14${PLIST.llvm}lib/postgresql/bitcode/postgres/access/brin/brin_xlog.bc
@@ -691,27 +691,26 @@ ${PLIST.nls}share/locale/de/LC_MESSAGES/ @@ -691,27 +691,26 @@ ${PLIST.nls}share/locale/de/LC_MESSAGES/
691${PLIST.nls}share/locale/es/LC_MESSAGES/plpgsql-11.mo 691${PLIST.nls}share/locale/es/LC_MESSAGES/plpgsql-11.mo
692${PLIST.nls}share/locale/es/LC_MESSAGES/postgres-11.mo 692${PLIST.nls}share/locale/es/LC_MESSAGES/postgres-11.mo
693${PLIST.nls}share/locale/fr/LC_MESSAGES/plpgsql-11.mo 693${PLIST.nls}share/locale/fr/LC_MESSAGES/plpgsql-11.mo
694${PLIST.nls}share/locale/fr/LC_MESSAGES/postgres-11.mo 694${PLIST.nls}share/locale/fr/LC_MESSAGES/postgres-11.mo
695${PLIST.nls}share/locale/it/LC_MESSAGES/plpgsql-11.mo 695${PLIST.nls}share/locale/it/LC_MESSAGES/plpgsql-11.mo
696${PLIST.nls}share/locale/it/LC_MESSAGES/postgres-11.mo 696${PLIST.nls}share/locale/it/LC_MESSAGES/postgres-11.mo
697${PLIST.nls}share/locale/ja/LC_MESSAGES/plpgsql-11.mo 697${PLIST.nls}share/locale/ja/LC_MESSAGES/plpgsql-11.mo
698${PLIST.nls}share/locale/ja/LC_MESSAGES/postgres-11.mo 698${PLIST.nls}share/locale/ja/LC_MESSAGES/postgres-11.mo
699${PLIST.nls}share/locale/ko/LC_MESSAGES/plpgsql-11.mo 699${PLIST.nls}share/locale/ko/LC_MESSAGES/plpgsql-11.mo
700${PLIST.nls}share/locale/ko/LC_MESSAGES/postgres-11.mo 700${PLIST.nls}share/locale/ko/LC_MESSAGES/postgres-11.mo
701${PLIST.nls}share/locale/pl/LC_MESSAGES/plpgsql-11.mo 701${PLIST.nls}share/locale/pl/LC_MESSAGES/plpgsql-11.mo
702${PLIST.nls}share/locale/pl/LC_MESSAGES/postgres-11.mo 702${PLIST.nls}share/locale/pl/LC_MESSAGES/postgres-11.mo
703${PLIST.nls}share/locale/pt_BR/LC_MESSAGES/plpgsql-11.mo 703${PLIST.nls}share/locale/pt_BR/LC_MESSAGES/plpgsql-11.mo
704${PLIST.nls}share/locale/ro/LC_MESSAGES/plpgsql-11.mo 
705${PLIST.nls}share/locale/ru/LC_MESSAGES/plpgsql-11.mo 704${PLIST.nls}share/locale/ru/LC_MESSAGES/plpgsql-11.mo
706${PLIST.nls}share/locale/ru/LC_MESSAGES/postgres-11.mo 705${PLIST.nls}share/locale/ru/LC_MESSAGES/postgres-11.mo
707${PLIST.nls}share/locale/sv/LC_MESSAGES/plpgsql-11.mo 706${PLIST.nls}share/locale/sv/LC_MESSAGES/plpgsql-11.mo
708${PLIST.nls}share/locale/sv/LC_MESSAGES/postgres-11.mo 707${PLIST.nls}share/locale/sv/LC_MESSAGES/postgres-11.mo
709${PLIST.nls}share/locale/tr/LC_MESSAGES/plpgsql-11.mo 708${PLIST.nls}share/locale/tr/LC_MESSAGES/plpgsql-11.mo
710${PLIST.nls}share/locale/tr/LC_MESSAGES/postgres-11.mo 709${PLIST.nls}share/locale/tr/LC_MESSAGES/postgres-11.mo
711${PLIST.nls}share/locale/vi/LC_MESSAGES/plpgsql-11.mo 710${PLIST.nls}share/locale/vi/LC_MESSAGES/plpgsql-11.mo
712${PLIST.nls}share/locale/zh_CN/LC_MESSAGES/plpgsql-11.mo 711${PLIST.nls}share/locale/zh_CN/LC_MESSAGES/plpgsql-11.mo
713${PLIST.nls}share/locale/zh_CN/LC_MESSAGES/postgres-11.mo 712${PLIST.nls}share/locale/zh_CN/LC_MESSAGES/postgres-11.mo
714share/postgresql/conversion_create.sql 713share/postgresql/conversion_create.sql
715share/postgresql/errcodes.txt 714share/postgresql/errcodes.txt
716share/postgresql/extension/plpgsql--1.0.sql 715share/postgresql/extension/plpgsql--1.0.sql
717share/postgresql/extension/plpgsql--unpackaged--1.0.sql 716share/postgresql/extension/plpgsql--unpackaged--1.0.sql

cvs diff -r1.23 -r1.24 pkgsrc/databases/postgresql12/Makefile (expand / switch to unified diff)

--- pkgsrc/databases/postgresql12/Makefile 2022/06/28 11:31:34 1.23
+++ pkgsrc/databases/postgresql12/Makefile 2022/08/15 20:59:37 1.24
@@ -1,15 +1,14 @@ @@ -1,15 +1,14 @@
1# $NetBSD: Makefile,v 1.23 2022/06/28 11:31:34 wiz Exp $ 1# $NetBSD: Makefile,v 1.24 2022/08/15 20:59:37 adam Exp $
2 2
3PKGNAME= ${DISTNAME:S/-/12-/} 3PKGNAME= ${DISTNAME:S/-/12-/}
4PKGREVISION= 1 
5COMMENT= Robust, next generation, object-relational DBMS 4COMMENT= Robust, next generation, object-relational DBMS
6 5
7DEPENDS+= postgresql12-client>=${PKGVERSION_NOREV}:../../databases/postgresql12-client 6DEPENDS+= postgresql12-client>=${PKGVERSION_NOREV}:../../databases/postgresql12-client
8DEPENDS+= postgresql12-docs>=${PKGVERSION_NOREV}:../../databases/postgresql12-docs 7DEPENDS+= postgresql12-docs>=${PKGVERSION_NOREV}:../../databases/postgresql12-docs
9DEPENDS+= postgresql12-server>=${PKGVERSION_NOREV}:../../databases/postgresql12-server 8DEPENDS+= postgresql12-server>=${PKGVERSION_NOREV}:../../databases/postgresql12-server
10 9
11META_PACKAGE= yes 10META_PACKAGE= yes
12 11
13.include "Makefile.common" 12.include "Makefile.common"
14 13
15.include "../../mk/bsd.pkg.mk" 14.include "../../mk/bsd.pkg.mk"

cvs diff -r1.20 -r1.21 pkgsrc/databases/postgresql12/Makefile.common (expand / switch to unified diff)

--- pkgsrc/databases/postgresql12/Makefile.common 2022/05/21 07:25:35 1.20
+++ pkgsrc/databases/postgresql12/Makefile.common 2022/08/15 20:59:37 1.21
@@ -1,32 +1,32 @@ @@ -1,32 +1,32 @@
1# $NetBSD: Makefile.common,v 1.20 2022/05/21 07:25:35 nia Exp $ 1# $NetBSD: Makefile.common,v 1.21 2022/08/15 20:59:37 adam Exp $
2# 2#
3# This Makefile fragment is included by all PostgreSQL packages built from 3# This Makefile fragment is included by all PostgreSQL packages built from
4# the main sources of the PostgreSQL distribution except jdbc-postgresql. 4# the main sources of the PostgreSQL distribution except jdbc-postgresql.
5# 5#
6# The PostgreSQL package naming scheme, aside from the obvious piecewise 6# The PostgreSQL package naming scheme, aside from the obvious piecewise
7# packages, is as follows: 7# packages, is as follows:
8# <lang>-postgresql client-side interface to PostgreSQL 8# <lang>-postgresql client-side interface to PostgreSQL
9# postgresql-<lang> server-side module for PostgreSQL backend 9# postgresql-<lang> server-side module for PostgreSQL backend
10# 10#
11# used by databases/postgresql12-client/Makefile 11# used by databases/postgresql12-client/Makefile
12# used by databases/postgresql12-contrib/Makefile 12# used by databases/postgresql12-contrib/Makefile
13# used by databases/postgresql12-docs/Makefile 13# used by databases/postgresql12-docs/Makefile
14# used by databases/postgresql12-plperl/Makefile 14# used by databases/postgresql12-plperl/Makefile
15# used by databases/postgresql12-plpython/Makefile 15# used by databases/postgresql12-plpython/Makefile
16# used by databases/postgresql12-pltcl/Makefile 16# used by databases/postgresql12-pltcl/Makefile
17# used by databases/postgresql12-server/Makefile 17# used by databases/postgresql12-server/Makefile
18 18
19DISTNAME= postgresql-12.11 19DISTNAME= postgresql-12.12
20CATEGORIES= databases 20CATEGORIES= databases
21MASTER_SITES= ${MASTER_SITE_PGSQL:=source/v${PKGVERSION_NOREV}/} 21MASTER_SITES= ${MASTER_SITE_PGSQL:=source/v${PKGVERSION_NOREV}/}
22EXTRACT_SUFX= .tar.bz2 22EXTRACT_SUFX= .tar.bz2
23 23
24MAINTAINER?= adam@NetBSD.org 24MAINTAINER?= adam@NetBSD.org
25HOMEPAGE= https://www.postgresql.org/ 25HOMEPAGE= https://www.postgresql.org/
26LICENSE= postgresql-license 26LICENSE= postgresql-license
27 27
28CONFLICTS+= postgresql-[0-9]* 28CONFLICTS+= postgresql-[0-9]*
29CONFLICTS+= postgresql[2-9][0-9]-[0-9]* 29CONFLICTS+= postgresql[2-9][0-9]-[0-9]*
30 30
31.if !empty(PKGNAME:M*-*-*) 31.if !empty(PKGNAME:M*-*-*)
32module= ${PKGNAME:C/-[0-9].*$//:C/^.*-//} 32module= ${PKGNAME:C/-[0-9].*$//:C/^.*-//}
@@ -78,29 +78,26 @@ CONFIGURE_ENV.SunOS+= ac_cv_header_sys_u @@ -78,29 +78,26 @@ CONFIGURE_ENV.SunOS+= ac_cv_header_sys_u
78# pkgsrc silently filters the --as-needed linker arg, but that makes 78# pkgsrc silently filters the --as-needed linker arg, but that makes
79# it leak into the pgxs Makefiles and compromises manual building 79# it leak into the pgxs Makefiles and compromises manual building
80# against PostgreSQL files installed. Disable it here to prevent 80# against PostgreSQL files installed. Disable it here to prevent
81# that from happening. 81# that from happening.
82.if ${OPSYS} == "SunOS" || ${OPSYS} == "Darwin" 82.if ${OPSYS} == "SunOS" || ${OPSYS} == "Darwin"
83CONFIGURE_ENV+= pgac_cv_prog_cc_ldflags__Wl___as_needed=no 83CONFIGURE_ENV+= pgac_cv_prog_cc_ldflags__Wl___as_needed=no
84.endif 84.endif
85 85
86# Postgres on Alpha has no spinlock or memory barrier implementation 86# Postgres on Alpha has no spinlock or memory barrier implementation
87# and is "unlikely to work correctly". 87# and is "unlikely to work correctly".
88# https://www.postgresql.org/message-id/E1X0yaj-000753-N6%40gemulon.postgresql.org 88# https://www.postgresql.org/message-id/E1X0yaj-000753-N6%40gemulon.postgresql.org
89BROKEN_ON_PLATFORM+= *-*-alpha 89BROKEN_ON_PLATFORM+= *-*-alpha
90 90
91# "fatal error: catalog/pg_type_d.h: No such file or directory" 
92MAKE_JOBS_SAFE= no 
93 
94.if ${MACHINE_ARCH} == "sparc" 91.if ${MACHINE_ARCH} == "sparc"
95CFLAGS.NetBSD+= -D__sparc_v8__ 92CFLAGS.NetBSD+= -D__sparc_v8__
96.endif 93.endif
97 94
98# configure fails on OpenBSD and MirBSD if thread safety is enabled. 95# configure fails on OpenBSD and MirBSD if thread safety is enabled.
99CONFIGURE_ARGS.MirBSD+= --disable-thread-safety 96CONFIGURE_ARGS.MirBSD+= --disable-thread-safety
100CONFIGURE_ARGS.OpenBSD+= --disable-thread-safety 97CONFIGURE_ARGS.OpenBSD+= --disable-thread-safety
101 98
102# PGSQL_BLCKSZ is the size in bytes of a PostgreSQL disk page or block. 99# PGSQL_BLCKSZ is the size in bytes of a PostgreSQL disk page or block.
103# This also limits the size of a tuple. The valid values are powers 100# This also limits the size of a tuple. The valid values are powers
104# of 2 up to 32768, and the default size is 8196. Please don't change 101# of 2 up to 32768, and the default size is 8196. Please don't change
105# this value unless you know what you are doing. 102# this value unless you know what you are doing.
106BUILD_DEFS+= PGSQL_BLCKSZ 103BUILD_DEFS+= PGSQL_BLCKSZ

cvs diff -r1.16 -r1.17 pkgsrc/databases/postgresql12/distinfo (expand / switch to unified diff)

--- pkgsrc/databases/postgresql12/distinfo 2022/05/12 19:02:44 1.16
+++ pkgsrc/databases/postgresql12/distinfo 2022/08/15 20:59:37 1.17
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1$NetBSD: distinfo,v 1.16 2022/05/12 19:02:44 adam Exp $ 1$NetBSD: distinfo,v 1.17 2022/08/15 20:59:37 adam Exp $
2 2
3BLAKE2s (postgresql-12.11.tar.bz2) = 3b4a4bf765d658a603e7c54d2a6436918b842084780750db7bfb5accb970bf81 3BLAKE2s (postgresql-12.12.tar.bz2) = d5fcd5f8ab9c605f67059da9029420cc89825d669c351f9e435d9a93e9e55b92
4SHA512 (postgresql-12.11.tar.bz2) = 705e9e1ccf8202062cce61069b5ddb7db5f804dd0736c620640ce5622b9e42fdcbc1417771e77d51aa54beb4562a09b4307f2ff7dec135bd0e31f4941ca36ac8 4SHA512 (postgresql-12.12.tar.bz2) = eeff79279ac11db04fdddeb2c52ba1ec6b549223b862222540e1f659fbfc3617130699c22694b465bde46b1a4a665c01aef70b68b86d80e58a5657efd019407d
5Size (postgresql-12.11.tar.bz2) = 21086745 bytes 5Size (postgresql-12.12.tar.bz2) = 21089064 bytes
6SHA1 (patch-config_missing) = c2d7d742922ba6861e7660c75b7b53f09e564813 6SHA1 (patch-config_missing) = c2d7d742922ba6861e7660c75b7b53f09e564813
7SHA1 (patch-config_perl.m4) = b3393d0f28e97f89ae20297d85553c508b3896bb 7SHA1 (patch-config_perl.m4) = b3393d0f28e97f89ae20297d85553c508b3896bb
8SHA1 (patch-configure) = b0a758023b3b263ff51b154d0da32cf02520c6cd 8SHA1 (patch-configure) = b0a758023b3b263ff51b154d0da32cf02520c6cd
9SHA1 (patch-contrib_dblink_dblink.c) = a6f87ab9f2c28a72608d70267b71bd77437b0921 9SHA1 (patch-contrib_dblink_dblink.c) = a6f87ab9f2c28a72608d70267b71bd77437b0921
10SHA1 (patch-contrib_uuid-ossp_Makefile) = 2eff5d539a4501dda45d23bc094a5099a456e0af 10SHA1 (patch-contrib_uuid-ossp_Makefile) = 2eff5d539a4501dda45d23bc094a5099a456e0af
11SHA1 (patch-src_Makefile.global.in) = 335b57afff23a9684ab0a09257665810c1ba2d1e 11SHA1 (patch-src_Makefile.global.in) = 335b57afff23a9684ab0a09257665810c1ba2d1e
12SHA1 (patch-src_Makefile.shlib) = 4e093c79345add008a56c10d1c1bc8574f7a38e1 12SHA1 (patch-src_Makefile.shlib) = 4e093c79345add008a56c10d1c1bc8574f7a38e1
13SHA1 (patch-src_backend_Makefile) = 736ff7db09faf167c6e40a45a1099836f3e98911 13SHA1 (patch-src_backend_Makefile) = 736ff7db09faf167c6e40a45a1099836f3e98911
14SHA1 (patch-src_interfaces_libpq_Makefile) = 61bcf84eb69b6ec9faabab0b61913766f4b20f8c 14SHA1 (patch-src_interfaces_libpq_Makefile) = 61bcf84eb69b6ec9faabab0b61913766f4b20f8c
15SHA1 (patch-src_makefiles_Makefile.solaris) = 10bf43bee54a6a1b6086c1652076544b05bf0192 15SHA1 (patch-src_makefiles_Makefile.solaris) = 10bf43bee54a6a1b6086c1652076544b05bf0192
16SHA1 (patch-src_pl_plperl_GNUmakefile) = 161a8f7af61b3a33b255fdee9fa7d4918decde7d 16SHA1 (patch-src_pl_plperl_GNUmakefile) = 161a8f7af61b3a33b255fdee9fa7d4918decde7d
17SHA1 (patch-src_pl_plperl_plperl.h) = 4ea16bbb0f9f98a609e67ceb858f22cc77be89ae 17SHA1 (patch-src_pl_plperl_plperl.h) = 4ea16bbb0f9f98a609e67ceb858f22cc77be89ae

cvs diff -r1.25 -r1.26 pkgsrc/databases/postgresql12-client/Makefile (expand / switch to unified diff)

--- pkgsrc/databases/postgresql12-client/Makefile 2022/07/18 22:13:20 1.25
+++ pkgsrc/databases/postgresql12-client/Makefile 2022/08/15 20:59:37 1.26
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.25 2022/07/18 22:13:20 tnn Exp $ 1# $NetBSD: Makefile,v 1.26 2022/08/15 20:59:37 adam Exp $
2 2
3PKGNAME= ${DISTNAME:S/-/12-client-/} 3PKGNAME= ${DISTNAME:S/-/12-client-/}
4PKGREVISION= 2 
5COMMENT= PostgreSQL database client programs 4COMMENT= PostgreSQL database client programs
6 5
7.include "../../databases/postgresql12/Makefile.common" 6.include "../../databases/postgresql12/Makefile.common"
8 7
9USE_TOOLS+= gzip msgfmt tar 8USE_TOOLS+= gzip msgfmt tar
10TOOLS_BROKEN+= perl 9TOOLS_BROKEN+= perl
11CONFIGURE_ARGS+= --with-openssl 10CONFIGURE_ARGS+= --with-openssl
12CONFIGURE_ARGS+= --with-zlib 11CONFIGURE_ARGS+= --with-zlib
13 12
14# Override INSTALL script to avoid unprivileged user/group 13# Override INSTALL script to avoid unprivileged user/group
15# leaking into the binary package 14# leaking into the binary package
16CONFIGURE_ARGS+= INSTALL=${INSTALL:Q}\ -c 15CONFIGURE_ARGS+= INSTALL=${INSTALL:Q}\ -c
17 16

cvs diff -r1.6 -r1.7 pkgsrc/databases/postgresql12-client/PLIST (expand / switch to unified diff)

--- pkgsrc/databases/postgresql12-client/PLIST 2020/11/16 12:15:04 1.6
+++ pkgsrc/databases/postgresql12-client/PLIST 2022/08/15 20:59:37 1.7
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.6 2020/11/16 12:15:04 adam Exp $ 1@comment $NetBSD: PLIST,v 1.7 2022/08/15 20:59:37 adam Exp $
2bin/clusterdb 2bin/clusterdb
3bin/createdb 3bin/createdb
4bin/createuser 4bin/createuser
5bin/dropdb 5bin/dropdb
6bin/dropuser 6bin/dropuser
7bin/ecpg 7bin/ecpg
8bin/initdb 8bin/initdb
9bin/pg_archivecleanup 9bin/pg_archivecleanup
10bin/pg_basebackup 10bin/pg_basebackup
11bin/pg_checksums 11bin/pg_checksums
12bin/pg_config 12bin/pg_config
13bin/pg_controldata 13bin/pg_controldata
14bin/pg_ctl 14bin/pg_ctl
@@ -966,27 +966,26 @@ ${PLIST.nls}share/locale/ko/LC_MESSAGES/ @@ -966,27 +966,26 @@ ${PLIST.nls}share/locale/ko/LC_MESSAGES/
966${PLIST.nls}share/locale/ko/LC_MESSAGES/pg_dump-12.mo 966${PLIST.nls}share/locale/ko/LC_MESSAGES/pg_dump-12.mo
967${PLIST.nls}share/locale/ko/LC_MESSAGES/pg_resetwal-12.mo 967${PLIST.nls}share/locale/ko/LC_MESSAGES/pg_resetwal-12.mo
968${PLIST.nls}share/locale/ko/LC_MESSAGES/pg_rewind-12.mo 968${PLIST.nls}share/locale/ko/LC_MESSAGES/pg_rewind-12.mo
969${PLIST.nls}share/locale/ko/LC_MESSAGES/pg_test_fsync-12.mo 969${PLIST.nls}share/locale/ko/LC_MESSAGES/pg_test_fsync-12.mo
970${PLIST.nls}share/locale/ko/LC_MESSAGES/pg_test_timing-12.mo 970${PLIST.nls}share/locale/ko/LC_MESSAGES/pg_test_timing-12.mo
971${PLIST.nls}share/locale/ko/LC_MESSAGES/pg_upgrade-12.mo 971${PLIST.nls}share/locale/ko/LC_MESSAGES/pg_upgrade-12.mo
972${PLIST.nls}share/locale/ko/LC_MESSAGES/pg_waldump-12.mo 972${PLIST.nls}share/locale/ko/LC_MESSAGES/pg_waldump-12.mo
973${PLIST.nls}share/locale/ko/LC_MESSAGES/pgscripts-12.mo 973${PLIST.nls}share/locale/ko/LC_MESSAGES/pgscripts-12.mo
974${PLIST.nls}share/locale/ko/LC_MESSAGES/psql-12.mo 974${PLIST.nls}share/locale/ko/LC_MESSAGES/psql-12.mo
975${PLIST.nls}share/locale/pl/LC_MESSAGES/ecpg-12.mo 975${PLIST.nls}share/locale/pl/LC_MESSAGES/ecpg-12.mo
976${PLIST.nls}share/locale/pl/LC_MESSAGES/ecpglib6-12.mo 976${PLIST.nls}share/locale/pl/LC_MESSAGES/ecpglib6-12.mo
977${PLIST.nls}share/locale/pl/LC_MESSAGES/pg_config-12.mo 977${PLIST.nls}share/locale/pl/LC_MESSAGES/pg_config-12.mo
978${PLIST.nls}share/locale/pl/LC_MESSAGES/pg_controldata-12.mo 978${PLIST.nls}share/locale/pl/LC_MESSAGES/pg_controldata-12.mo
979${PLIST.nls}share/locale/pl/LC_MESSAGES/pg_ctl-12.mo 
980${PLIST.nls}share/locale/pl/LC_MESSAGES/pg_test_fsync-12.mo 979${PLIST.nls}share/locale/pl/LC_MESSAGES/pg_test_fsync-12.mo
981${PLIST.nls}share/locale/pl/LC_MESSAGES/pg_test_timing-12.mo 980${PLIST.nls}share/locale/pl/LC_MESSAGES/pg_test_timing-12.mo
982${PLIST.nls}share/locale/pt_BR/LC_MESSAGES/ecpg-12.mo 981${PLIST.nls}share/locale/pt_BR/LC_MESSAGES/ecpg-12.mo
983${PLIST.nls}share/locale/pt_BR/LC_MESSAGES/ecpglib6-12.mo 982${PLIST.nls}share/locale/pt_BR/LC_MESSAGES/ecpglib6-12.mo
984${PLIST.nls}share/locale/pt_BR/LC_MESSAGES/pg_config-12.mo 983${PLIST.nls}share/locale/pt_BR/LC_MESSAGES/pg_config-12.mo
985${PLIST.nls}share/locale/ro/LC_MESSAGES/pg_config-12.mo 984${PLIST.nls}share/locale/ro/LC_MESSAGES/pg_config-12.mo
986${PLIST.nls}share/locale/ru/LC_MESSAGES/ecpg-12.mo 985${PLIST.nls}share/locale/ru/LC_MESSAGES/ecpg-12.mo
987${PLIST.nls}share/locale/ru/LC_MESSAGES/ecpglib6-12.mo 986${PLIST.nls}share/locale/ru/LC_MESSAGES/ecpglib6-12.mo
988${PLIST.nls}share/locale/ru/LC_MESSAGES/initdb-12.mo 987${PLIST.nls}share/locale/ru/LC_MESSAGES/initdb-12.mo
989${PLIST.nls}share/locale/ru/LC_MESSAGES/libpq5-12.mo 988${PLIST.nls}share/locale/ru/LC_MESSAGES/libpq5-12.mo
990${PLIST.nls}share/locale/ru/LC_MESSAGES/pg_archivecleanup-12.mo 989${PLIST.nls}share/locale/ru/LC_MESSAGES/pg_archivecleanup-12.mo
991${PLIST.nls}share/locale/ru/LC_MESSAGES/pg_basebackup-12.mo 990${PLIST.nls}share/locale/ru/LC_MESSAGES/pg_basebackup-12.mo
992${PLIST.nls}share/locale/ru/LC_MESSAGES/pg_checksums-12.mo 991${PLIST.nls}share/locale/ru/LC_MESSAGES/pg_checksums-12.mo

cvs diff -r1.22 -r1.23 pkgsrc/databases/postgresql12-contrib/Makefile (expand / switch to unified diff)

--- pkgsrc/databases/postgresql12-contrib/Makefile 2022/06/28 11:31:34 1.22
+++ pkgsrc/databases/postgresql12-contrib/Makefile 2022/08/15 20:59:37 1.23
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.22 2022/06/28 11:31:34 wiz Exp $ 1# $NetBSD: Makefile,v 1.23 2022/08/15 20:59:37 adam Exp $
2 2
3PKGNAME= ${DISTNAME:S/-/12-contrib-/} 3PKGNAME= ${DISTNAME:S/-/12-contrib-/}
4PKGREVISION= 1 
5COMMENT= Contrib subtree of tools and plug-ins 4COMMENT= Contrib subtree of tools and plug-ins
6 5
7.include "../../databases/postgresql12/Makefile.common" 6.include "../../databases/postgresql12/Makefile.common"
8 7
9DEPENDS+= postgresql12-server>=${PKGVERSION_NOREV}:../../databases/postgresql12-server 8DEPENDS+= postgresql12-server>=${PKGVERSION_NOREV}:../../databases/postgresql12-server
10 9
11BUILD_MAKE_FLAGS= USE_PGXS=1 10BUILD_MAKE_FLAGS= USE_PGXS=1
12 11
13BUILD_DIRS+= contrib/adminpack 12BUILD_DIRS+= contrib/adminpack
14BUILD_DIRS+= contrib/auth_delay 13BUILD_DIRS+= contrib/auth_delay
15BUILD_DIRS+= contrib/auto_explain 14BUILD_DIRS+= contrib/auto_explain
16BUILD_DIRS+= contrib/btree_gin 15BUILD_DIRS+= contrib/btree_gin
17BUILD_DIRS+= contrib/btree_gist 16BUILD_DIRS+= contrib/btree_gist

cvs diff -r1.16 -r1.17 pkgsrc/databases/postgresql12-docs/Makefile (expand / switch to unified diff)

--- pkgsrc/databases/postgresql12-docs/Makefile 2022/06/28 11:31:35 1.16
+++ pkgsrc/databases/postgresql12-docs/Makefile 2022/08/15 20:59:38 1.17
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.16 2022/06/28 11:31:35 wiz Exp $ 1# $NetBSD: Makefile,v 1.17 2022/08/15 20:59:38 adam Exp $
2 2
3PKGNAME= ${DISTNAME:S/-/12-docs-/} 3PKGNAME= ${DISTNAME:S/-/12-docs-/}
4PKGREVISION= 1 
5COMMENT= PostgreSQL database documentation 4COMMENT= PostgreSQL database documentation
6 5
7.include "../../databases/postgresql12/Makefile.common" 6.include "../../databases/postgresql12/Makefile.common"
8 7
9BUILD_DEPENDS+= docbook-xml>=4.5:../../textproc/docbook-xml 8BUILD_DEPENDS+= docbook-xml>=4.5:../../textproc/docbook-xml
10BUILD_DEPENDS+= docbook-xsl>=1.75.2:../../textproc/docbook-xsl 9BUILD_DEPENDS+= docbook-xsl>=1.75.2:../../textproc/docbook-xsl
11BUILD_DEPENDS+= dsssl-docbook-modular>=1.79:../../textproc/dsssl-docbook-modular 10BUILD_DEPENDS+= dsssl-docbook-modular>=1.79:../../textproc/dsssl-docbook-modular
12BUILD_DEPENDS+= iso8879>=1986:../../textproc/iso8879 11BUILD_DEPENDS+= iso8879>=1986:../../textproc/iso8879
13BUILD_DEPENDS+= openjade>=1.3.2:../../textproc/openjade 12BUILD_DEPENDS+= openjade>=1.3.2:../../textproc/openjade
14BUILD_DEPENDS+= libxslt-[0-9]*:../../textproc/libxslt 13BUILD_DEPENDS+= libxslt-[0-9]*:../../textproc/libxslt
15 14
16USE_TOOLS+= gzip tar perl:build 15USE_TOOLS+= gzip tar perl:build
17CONFIGURE_ARGS+= --datarootdir=${PREFIX}/share 16CONFIGURE_ARGS+= --datarootdir=${PREFIX}/share

cvs diff -r1.12 -r1.13 pkgsrc/databases/postgresql12-docs/PLIST (expand / switch to unified diff)

--- pkgsrc/databases/postgresql12-docs/PLIST 2022/05/12 19:02:44 1.12
+++ pkgsrc/databases/postgresql12-docs/PLIST 2022/08/15 20:59:38 1.13
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.12 2022/05/12 19:02:44 adam Exp $ 1@comment $NetBSD: PLIST,v 1.13 2022/08/15 20:59:38 adam Exp $
2man/man1/clusterdb.1 2man/man1/clusterdb.1
3man/man1/createdb.1 3man/man1/createdb.1
4man/man1/createuser.1 4man/man1/createuser.1
5man/man1/dropdb.1 5man/man1/dropdb.1
6man/man1/dropuser.1 6man/man1/dropuser.1
7man/man1/ecpg.1 7man/man1/ecpg.1
8man/man1/initdb.1 8man/man1/initdb.1
9man/man1/oid2name.1 9man/man1/oid2name.1
10man/man1/pg_archivecleanup.1 10man/man1/pg_archivecleanup.1
11man/man1/pg_basebackup.1 11man/man1/pg_basebackup.1
12man/man1/pg_checksums.1 12man/man1/pg_checksums.1
13man/man1/pg_config.1 13man/man1/pg_config.1
14man/man1/pg_controldata.1 14man/man1/pg_controldata.1
@@ -530,26 +530,27 @@ share/doc/postgresql/html/domains.html @@ -530,26 +530,27 @@ share/doc/postgresql/html/domains.html
530share/doc/postgresql/html/dynamic-trace.html 530share/doc/postgresql/html/dynamic-trace.html
531share/doc/postgresql/html/earthdistance.html 531share/doc/postgresql/html/earthdistance.html
532share/doc/postgresql/html/ecpg-commands.html 532share/doc/postgresql/html/ecpg-commands.html
533share/doc/postgresql/html/ecpg-concept.html 533share/doc/postgresql/html/ecpg-concept.html
534share/doc/postgresql/html/ecpg-connect.html 534share/doc/postgresql/html/ecpg-connect.html
535share/doc/postgresql/html/ecpg-cpp.html 535share/doc/postgresql/html/ecpg-cpp.html
536share/doc/postgresql/html/ecpg-descriptors.html 536share/doc/postgresql/html/ecpg-descriptors.html
537share/doc/postgresql/html/ecpg-develop.html 537share/doc/postgresql/html/ecpg-develop.html
538share/doc/postgresql/html/ecpg-dynamic.html 538share/doc/postgresql/html/ecpg-dynamic.html
539share/doc/postgresql/html/ecpg-errors.html 539share/doc/postgresql/html/ecpg-errors.html
540share/doc/postgresql/html/ecpg-informix-compat.html 540share/doc/postgresql/html/ecpg-informix-compat.html
541share/doc/postgresql/html/ecpg-library.html 541share/doc/postgresql/html/ecpg-library.html
542share/doc/postgresql/html/ecpg-lo.html 542share/doc/postgresql/html/ecpg-lo.html
 543share/doc/postgresql/html/ecpg-oracle-compat.html
543share/doc/postgresql/html/ecpg-pgtypes.html 544share/doc/postgresql/html/ecpg-pgtypes.html
544share/doc/postgresql/html/ecpg-preproc.html 545share/doc/postgresql/html/ecpg-preproc.html
545share/doc/postgresql/html/ecpg-process.html 546share/doc/postgresql/html/ecpg-process.html
546share/doc/postgresql/html/ecpg-sql-allocate-descriptor.html 547share/doc/postgresql/html/ecpg-sql-allocate-descriptor.html
547share/doc/postgresql/html/ecpg-sql-commands.html 548share/doc/postgresql/html/ecpg-sql-commands.html
548share/doc/postgresql/html/ecpg-sql-connect.html 549share/doc/postgresql/html/ecpg-sql-connect.html
549share/doc/postgresql/html/ecpg-sql-deallocate-descriptor.html 550share/doc/postgresql/html/ecpg-sql-deallocate-descriptor.html
550share/doc/postgresql/html/ecpg-sql-declare.html 551share/doc/postgresql/html/ecpg-sql-declare.html
551share/doc/postgresql/html/ecpg-sql-describe.html 552share/doc/postgresql/html/ecpg-sql-describe.html
552share/doc/postgresql/html/ecpg-sql-disconnect.html 553share/doc/postgresql/html/ecpg-sql-disconnect.html
553share/doc/postgresql/html/ecpg-sql-execute-immediate.html 554share/doc/postgresql/html/ecpg-sql-execute-immediate.html
554share/doc/postgresql/html/ecpg-sql-get-descriptor.html 555share/doc/postgresql/html/ecpg-sql-get-descriptor.html
555share/doc/postgresql/html/ecpg-sql-open.html 556share/doc/postgresql/html/ecpg-sql-open.html
@@ -954,26 +955,27 @@ share/doc/postgresql/html/rangetypes.htm @@ -954,26 +955,27 @@ share/doc/postgresql/html/rangetypes.htm
954share/doc/postgresql/html/recovery-config.html 955share/doc/postgresql/html/recovery-config.html
955share/doc/postgresql/html/reference-client.html 956share/doc/postgresql/html/reference-client.html
956share/doc/postgresql/html/reference-server.html 957share/doc/postgresql/html/reference-server.html
957share/doc/postgresql/html/reference.html 958share/doc/postgresql/html/reference.html
958share/doc/postgresql/html/regress-coverage.html 959share/doc/postgresql/html/regress-coverage.html
959share/doc/postgresql/html/regress-evaluation.html 960share/doc/postgresql/html/regress-evaluation.html
960share/doc/postgresql/html/regress-run.html 961share/doc/postgresql/html/regress-run.html
961share/doc/postgresql/html/regress-tap.html 962share/doc/postgresql/html/regress-tap.html
962share/doc/postgresql/html/regress-variant.html 963share/doc/postgresql/html/regress-variant.html
963share/doc/postgresql/html/regress.html 964share/doc/postgresql/html/regress.html
964share/doc/postgresql/html/release-12-1.html 965share/doc/postgresql/html/release-12-1.html
965share/doc/postgresql/html/release-12-10.html 966share/doc/postgresql/html/release-12-10.html
966share/doc/postgresql/html/release-12-11.html 967share/doc/postgresql/html/release-12-11.html
 968share/doc/postgresql/html/release-12-12.html
967share/doc/postgresql/html/release-12-2.html 969share/doc/postgresql/html/release-12-2.html
968share/doc/postgresql/html/release-12-3.html 970share/doc/postgresql/html/release-12-3.html
969share/doc/postgresql/html/release-12-4.html 971share/doc/postgresql/html/release-12-4.html
970share/doc/postgresql/html/release-12-5.html 972share/doc/postgresql/html/release-12-5.html
971share/doc/postgresql/html/release-12-6.html 973share/doc/postgresql/html/release-12-6.html
972share/doc/postgresql/html/release-12-7.html 974share/doc/postgresql/html/release-12-7.html
973share/doc/postgresql/html/release-12-8.html 975share/doc/postgresql/html/release-12-8.html
974share/doc/postgresql/html/release-12-9.html 976share/doc/postgresql/html/release-12-9.html
975share/doc/postgresql/html/release-12.html 977share/doc/postgresql/html/release-12.html
976share/doc/postgresql/html/release-prior.html 978share/doc/postgresql/html/release-prior.html
977share/doc/postgresql/html/release.html 979share/doc/postgresql/html/release.html
978share/doc/postgresql/html/replication-origins.html 980share/doc/postgresql/html/replication-origins.html
979share/doc/postgresql/html/resources.html 981share/doc/postgresql/html/resources.html

cvs diff -r1.19 -r1.20 pkgsrc/databases/postgresql12-plperl/Makefile (expand / switch to unified diff)

--- pkgsrc/databases/postgresql12-plperl/Makefile 2022/06/28 11:31:35 1.19
+++ pkgsrc/databases/postgresql12-plperl/Makefile 2022/08/15 20:59:38 1.20
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1#$ $NetBSD: Makefile,v 1.19 2022/06/28 11:31:35 wiz Exp $ 1#$ $NetBSD: Makefile,v 1.20 2022/08/15 20:59:38 adam Exp $
2 2
3PKGNAME= ${DISTNAME:S/-/12-plperl-/} 3PKGNAME= ${DISTNAME:S/-/12-plperl-/}
4PKGREVISION= 1 
5COMMENT= PL/Perl procedural language for the PostgreSQL backend 4COMMENT= PL/Perl procedural language for the PostgreSQL backend
6 5
7DEPENDS+= postgresql12-server>=${PKGVERSION_NOREV}:../../databases/postgresql12-server 6DEPENDS+= postgresql12-server>=${PKGVERSION_NOREV}:../../databases/postgresql12-server
8 7
9.include "../../databases/postgresql12/Makefile.common" 8.include "../../databases/postgresql12/Makefile.common"
10 9
11USE_TOOLS+= perl 10USE_TOOLS+= perl
12PERL5_CONFIGURE= no 11PERL5_CONFIGURE= no
13CONFIGURE_ARGS+= --with-perl 12CONFIGURE_ARGS+= --with-perl
14BUILD_MAKE_FLAGS= PGXS=1 13BUILD_MAKE_FLAGS= PGXS=1
15 14
16BUILD_DIRS= src/pl/plperl 15BUILD_DIRS= src/pl/plperl
17MAKE_FILE= GNUmakefile 16MAKE_FILE= GNUmakefile

cvs diff -r1.22 -r1.23 pkgsrc/databases/postgresql12-plpython/Makefile (expand / switch to unified diff)

--- pkgsrc/databases/postgresql12-plpython/Makefile 2022/06/30 11:18:09 1.22
+++ pkgsrc/databases/postgresql12-plpython/Makefile 2022/08/15 20:59:38 1.23
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.22 2022/06/30 11:18:09 nia Exp $ 1# $NetBSD: Makefile,v 1.23 2022/08/15 20:59:38 adam Exp $
2 2
3PKGNAME= ${DISTNAME:S/-/12-plpython-/} 3PKGNAME= ${DISTNAME:S/-/12-plpython-/}
4PKGREVISION= 2 
5COMMENT= PL/Python procedural language for the PostgreSQL backend 4COMMENT= PL/Python procedural language for the PostgreSQL backend
6 5
7DEPENDS+= postgresql12-server>=${PKGVERSION_NOREV}:../../databases/postgresql12-server 6DEPENDS+= postgresql12-server>=${PKGVERSION_NOREV}:../../databases/postgresql12-server
8 7
9.include "../../databases/postgresql12/Makefile.common" 8.include "../../databases/postgresql12/Makefile.common"
10 9
11TOOLS_BROKEN+= perl 10TOOLS_BROKEN+= perl
12CONFIGURE_ARGS+= --with-python 11CONFIGURE_ARGS+= --with-python
13CONFIGURE_ENV+= PYTHON="${PYTHONBIN}" 12CONFIGURE_ENV+= PYTHON="${PYTHONBIN}"
14BUILD_MAKE_FLAGS= PGXS=1 13BUILD_MAKE_FLAGS= PGXS=1
15 14
16BUILD_DIRS= src/pl/plpython contrib/hstore_plpython 15BUILD_DIRS= src/pl/plpython contrib/hstore_plpython
17 16

cvs diff -r1.20 -r1.21 pkgsrc/databases/postgresql12-pltcl/Makefile (expand / switch to unified diff)

--- pkgsrc/databases/postgresql12-pltcl/Makefile 2022/06/28 11:31:35 1.20
+++ pkgsrc/databases/postgresql12-pltcl/Makefile 2022/08/15 20:59:38 1.21
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.20 2022/06/28 11:31:35 wiz Exp $ 1# $NetBSD: Makefile,v 1.21 2022/08/15 20:59:38 adam Exp $
2 2
3PKGNAME= ${DISTNAME:S/-/12-pltcl-/} 3PKGNAME= ${DISTNAME:S/-/12-pltcl-/}
4PKGREVISION= 1 
5COMMENT= PL/Tcl procedural language for the PostgreSQL backend 4COMMENT= PL/Tcl procedural language for the PostgreSQL backend
6 5
7DEPENDS+= postgresql12-server>=${PKGVERSION_NOREV}:../../databases/postgresql12-server 6DEPENDS+= postgresql12-server>=${PKGVERSION_NOREV}:../../databases/postgresql12-server
8 7
9.include "../../databases/postgresql12/Makefile.common" 8.include "../../databases/postgresql12/Makefile.common"
10 9
11TOOLS_BROKEN+= perl 10TOOLS_BROKEN+= perl
12CONFIGURE_ARGS+= --with-tcl 11CONFIGURE_ARGS+= --with-tcl
13CONFIGURE_ARGS+= --with-tclconfig="${BUILDLINK_PREFIX.tcl}/lib" 12CONFIGURE_ARGS+= --with-tclconfig="${BUILDLINK_PREFIX.tcl}/lib"
14CONFIGURE_ENV+= TCLSH="${TCLSH}" 13CONFIGURE_ENV+= TCLSH="${TCLSH}"
15TCLSH= ${BUILDLINK_PREFIX.tcl}/bin/tclsh 14TCLSH= ${BUILDLINK_PREFIX.tcl}/bin/tclsh
16BUILD_MAKE_FLAGS= PGXS=1 15BUILD_MAKE_FLAGS= PGXS=1
17 16

cvs diff -r1.22 -r1.23 pkgsrc/databases/postgresql12-server/Makefile (expand / switch to unified diff)

--- pkgsrc/databases/postgresql12-server/Makefile 2022/06/28 11:31:35 1.22
+++ pkgsrc/databases/postgresql12-server/Makefile 2022/08/15 20:59:38 1.23
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.22 2022/06/28 11:31:35 wiz Exp $ 1# $NetBSD: Makefile,v 1.23 2022/08/15 20:59:38 adam Exp $
2 2
3PKGNAME= ${DISTNAME:S/-/12-server-/} 3PKGNAME= ${DISTNAME:S/-/12-server-/}
4PKGREVISION= 1 
5COMMENT= PostgreSQL database server programs 4COMMENT= PostgreSQL database server programs
6 5
7# mips has no TAS implementation 6# mips has no TAS implementation
8BROKEN_ON_PLATFORM= *-*-mips 7BROKEN_ON_PLATFORM= *-*-mips
9 8
10.include "../../databases/postgresql12/Makefile.common" 9.include "../../databases/postgresql12/Makefile.common"
11 10
12USE_TOOLS+= msgfmt 11USE_TOOLS+= msgfmt
13TOOLS_BROKEN+= perl 12TOOLS_BROKEN+= perl
14CONFIGURE_ARGS+= --with-openssl 13CONFIGURE_ARGS+= --with-openssl
15 14
16INSTALL_DIRS= src/backend 15INSTALL_DIRS= src/backend
17INSTALL_DIRS+= src/backend/replication/libpqwalreceiver 16INSTALL_DIRS+= src/backend/replication/libpqwalreceiver

cvs diff -r1.14 -r1.15 pkgsrc/databases/postgresql13/Makefile (expand / switch to unified diff)

--- pkgsrc/databases/postgresql13/Makefile 2022/06/28 11:31:35 1.14
+++ pkgsrc/databases/postgresql13/Makefile 2022/08/15 20:59:38 1.15
@@ -1,15 +1,14 @@ @@ -1,15 +1,14 @@
1# $NetBSD: Makefile,v 1.14 2022/06/28 11:31:35 wiz Exp $ 1# $NetBSD: Makefile,v 1.15 2022/08/15 20:59:38 adam Exp $
2 2
3PKGNAME= ${DISTNAME:S/-/13-/} 3PKGNAME= ${DISTNAME:S/-/13-/}
4PKGREVISION= 1 
5COMMENT= Robust, next generation, object-relational DBMS 4COMMENT= Robust, next generation, object-relational DBMS
6 5
7DEPENDS+= postgresql13-client>=${PKGVERSION_NOREV}:../../databases/postgresql13-client 6DEPENDS+= postgresql13-client>=${PKGVERSION_NOREV}:../../databases/postgresql13-client
8DEPENDS+= postgresql13-docs>=${PKGVERSION_NOREV}:../../databases/postgresql13-docs 7DEPENDS+= postgresql13-docs>=${PKGVERSION_NOREV}:../../databases/postgresql13-docs
9DEPENDS+= postgresql13-server>=${PKGVERSION_NOREV}:../../databases/postgresql13-server 8DEPENDS+= postgresql13-server>=${PKGVERSION_NOREV}:../../databases/postgresql13-server
10 9
11META_PACKAGE= yes 10META_PACKAGE= yes
12 11
13.include "Makefile.common" 12.include "Makefile.common"
14 13
15.include "../../mk/bsd.pkg.mk" 14.include "../../mk/bsd.pkg.mk"

cvs diff -r1.13 -r1.14 pkgsrc/databases/postgresql13/Makefile.common (expand / switch to unified diff)

--- pkgsrc/databases/postgresql13/Makefile.common 2022/05/21 07:25:35 1.13
+++ pkgsrc/databases/postgresql13/Makefile.common 2022/08/15 20:59:38 1.14
@@ -1,32 +1,32 @@ @@ -1,32 +1,32 @@
1# $NetBSD: Makefile.common,v 1.13 2022/05/21 07:25:35 nia Exp $ 1# $NetBSD: Makefile.common,v 1.14 2022/08/15 20:59:38 adam Exp $
2# 2#
3# This Makefile fragment is included by all PostgreSQL packages built from 3# This Makefile fragment is included by all PostgreSQL packages built from
4# the main sources of the PostgreSQL distribution except jdbc-postgresql. 4# the main sources of the PostgreSQL distribution except jdbc-postgresql.
5# 5#
6# The PostgreSQL package naming scheme, aside from the obvious piecewise 6# The PostgreSQL package naming scheme, aside from the obvious piecewise
7# packages, is as follows: 7# packages, is as follows:
8# <lang>-postgresql client-side interface to PostgreSQL 8# <lang>-postgresql client-side interface to PostgreSQL
9# postgresql-<lang> server-side module for PostgreSQL backend 9# postgresql-<lang> server-side module for PostgreSQL backend
10# 10#
11# used by databases/postgresql13-client/Makefile 11# used by databases/postgresql13-client/Makefile
12# used by databases/postgresql13-contrib/Makefile 12# used by databases/postgresql13-contrib/Makefile
13# used by databases/postgresql13-docs/Makefile 13# used by databases/postgresql13-docs/Makefile
14# used by databases/postgresql13-plperl/Makefile 14# used by databases/postgresql13-plperl/Makefile
15# used by databases/postgresql13-plpython/Makefile 15# used by databases/postgresql13-plpython/Makefile
16# used by databases/postgresql13-pltcl/Makefile 16# used by databases/postgresql13-pltcl/Makefile
17# used by databases/postgresql13-server/Makefile 17# used by databases/postgresql13-server/Makefile
18 18
19DISTNAME= postgresql-13.7 19DISTNAME= postgresql-13.8
20CATEGORIES= databases 20CATEGORIES= databases
21MASTER_SITES= ${MASTER_SITE_PGSQL:=source/v${PKGVERSION_NOREV}/} 21MASTER_SITES= ${MASTER_SITE_PGSQL:=source/v${PKGVERSION_NOREV}/}
22EXTRACT_SUFX= .tar.bz2 22EXTRACT_SUFX= .tar.bz2
23 23
24MAINTAINER?= adam@NetBSD.org 24MAINTAINER?= adam@NetBSD.org
25HOMEPAGE= https://www.postgresql.org/ 25HOMEPAGE= https://www.postgresql.org/
26LICENSE= postgresql-license 26LICENSE= postgresql-license
27 27
28CONFLICTS+= postgresql-[0-9]* 28CONFLICTS+= postgresql-[0-9]*
29CONFLICTS+= postgresql[2-9][0-9]-[0-9]* 29CONFLICTS+= postgresql[2-9][0-9]-[0-9]*
30 30
31.if !empty(PKGNAME:M*-*-*) 31.if !empty(PKGNAME:M*-*-*)
32module= ${PKGNAME:C/-[0-9].*$//:C/^.*-//} 32module= ${PKGNAME:C/-[0-9].*$//:C/^.*-//}
@@ -78,29 +78,26 @@ CONFIGURE_ENV.SunOS+= ac_cv_header_sys_u @@ -78,29 +78,26 @@ CONFIGURE_ENV.SunOS+= ac_cv_header_sys_u
78# pkgsrc silently filters the --as-needed linker arg, but that makes 78# pkgsrc silently filters the --as-needed linker arg, but that makes
79# it leak into the pgxs Makefiles and compromises manual building 79# it leak into the pgxs Makefiles and compromises manual building
80# against PostgreSQL files installed. Disable it here to prevent 80# against PostgreSQL files installed. Disable it here to prevent
81# that from happening. 81# that from happening.
82.if ${OPSYS} == "SunOS" || ${OPSYS} == "Darwin" 82.if ${OPSYS} == "SunOS" || ${OPSYS} == "Darwin"
83CONFIGURE_ENV+= pgac_cv_prog_cc_ldflags__Wl___as_needed=no 83CONFIGURE_ENV+= pgac_cv_prog_cc_ldflags__Wl___as_needed=no
84.endif 84.endif
85 85
86# Postgres on Alpha has no spinlock or memory barrier implementation 86# Postgres on Alpha has no spinlock or memory barrier implementation
87# and is "unlikely to work correctly". 87# and is "unlikely to work correctly".
88# https://www.postgresql.org/message-id/E1X0yaj-000753-N6%40gemulon.postgresql.org 88# https://www.postgresql.org/message-id/E1X0yaj-000753-N6%40gemulon.postgresql.org
89BROKEN_ON_PLATFORM+= *-*-alpha 89BROKEN_ON_PLATFORM+= *-*-alpha
90 90
91# "fatal error: catalog/pg_type_d.h: No such file or directory" 
92MAKE_JOBS_SAFE= no 
93 
94.if ${MACHINE_ARCH} == "sparc" 91.if ${MACHINE_ARCH} == "sparc"
95CFLAGS.NetBSD+= -D__sparc_v8__ 92CFLAGS.NetBSD+= -D__sparc_v8__
96.endif 93.endif
97 94
98# configure fails on OpenBSD and MirBSD if thread safety is enabled. 95# configure fails on OpenBSD and MirBSD if thread safety is enabled.
99CONFIGURE_ARGS.MirBSD+= --disable-thread-safety 96CONFIGURE_ARGS.MirBSD+= --disable-thread-safety
100CONFIGURE_ARGS.OpenBSD+= --disable-thread-safety 97CONFIGURE_ARGS.OpenBSD+= --disable-thread-safety
101 98
102# PGSQL_BLCKSZ is the size in bytes of a PostgreSQL disk page or block. 99# PGSQL_BLCKSZ is the size in bytes of a PostgreSQL disk page or block.
103# This also limits the size of a tuple. The valid values are powers 100# This also limits the size of a tuple. The valid values are powers
104# of 2 up to 32768, and the default size is 8196. Please don't change 101# of 2 up to 32768, and the default size is 8196. Please don't change
105# this value unless you know what you are doing. 102# this value unless you know what you are doing.
106BUILD_DEFS+= PGSQL_BLCKSZ 103BUILD_DEFS+= PGSQL_BLCKSZ

cvs diff -r1.13 -r1.14 pkgsrc/databases/postgresql13/distinfo (expand / switch to unified diff)

--- pkgsrc/databases/postgresql13/distinfo 2022/05/12 19:02:45 1.13
+++ pkgsrc/databases/postgresql13/distinfo 2022/08/15 20:59:38 1.14
@@ -1,18 +1,18 @@ @@ -1,18 +1,18 @@
1$NetBSD: distinfo,v 1.13 2022/05/12 19:02:45 adam Exp $ 1$NetBSD: distinfo,v 1.14 2022/08/15 20:59:38 adam Exp $
2 2
3BLAKE2s (postgresql-13.7.tar.bz2) = 093828d075b411a73a1a8112697e9b5e2841ffc7e70951bf90c8daff47e29d8f 3BLAKE2s (postgresql-13.8.tar.bz2) = 234ac7daf17806f31c81f09542663c43f98e96f078aebb8354213d14ae3af86a
4SHA512 (postgresql-13.7.tar.bz2) = 9254f21519c8d4e926f70082503bb5593c91064a3d2a4ea18ac503dfd9aa94751d6f01ce00fca9fec9b2b7af40caf8d0951b661dd8be4d6aa87c1e35b6fa7a41 4SHA512 (postgresql-13.8.tar.bz2) = 3b39448b291342a5e9b610d410c222aeb85f8acf95632e73e138ae316133af3dadc795a6e706f6447f543cf10df3c786da4f1afa1d91489b50eb77e2d9ed5d84
5Size (postgresql-13.7.tar.bz2) = 21364433 bytes 5Size (postgresql-13.8.tar.bz2) = 21397381 bytes
6SHA1 (patch-config_missing) = c2d7d742922ba6861e7660c75b7b53f09e564813 6SHA1 (patch-config_missing) = c2d7d742922ba6861e7660c75b7b53f09e564813
7SHA1 (patch-config_perl.m4) = b3393d0f28e97f89ae20297d85553c508b3896bb 7SHA1 (patch-config_perl.m4) = b3393d0f28e97f89ae20297d85553c508b3896bb
8SHA1 (patch-configure) = 142ba9dc85a2408802e4b9e4943b775312d577c9 8SHA1 (patch-configure) = 142ba9dc85a2408802e4b9e4943b775312d577c9
9SHA1 (patch-contrib_dblink_dblink.c) = a6f87ab9f2c28a72608d70267b71bd77437b0921 9SHA1 (patch-contrib_dblink_dblink.c) = a6f87ab9f2c28a72608d70267b71bd77437b0921
10SHA1 (patch-contrib_uuid-ossp_Makefile) = 65e975c16f2604a44961ce0ef80be28f13b798c3 10SHA1 (patch-contrib_uuid-ossp_Makefile) = 65e975c16f2604a44961ce0ef80be28f13b798c3
11SHA1 (patch-src_Makefile.global.in) = 9690bd0e4e967dbb0f83376a9c9848e34efed74c 11SHA1 (patch-src_Makefile.global.in) = 9690bd0e4e967dbb0f83376a9c9848e34efed74c
12SHA1 (patch-src_Makefile.shlib) = 3bcdbd0d9e3c0609743e72c3cafb83b74c0e412f 12SHA1 (patch-src_Makefile.shlib) = 3bcdbd0d9e3c0609743e72c3cafb83b74c0e412f
13SHA1 (patch-src_backend_Makefile) = 736ff7db09faf167c6e40a45a1099836f3e98911 13SHA1 (patch-src_backend_Makefile) = 736ff7db09faf167c6e40a45a1099836f3e98911
14SHA1 (patch-src_fe__utils_Makefile) = 9d73d39d8a275f5c488f7cb46f05e1d0320c7e77 14SHA1 (patch-src_fe__utils_Makefile) = 9d73d39d8a275f5c488f7cb46f05e1d0320c7e77
15SHA1 (patch-src_interfaces_libpq_Makefile) = 61bcf84eb69b6ec9faabab0b61913766f4b20f8c 15SHA1 (patch-src_interfaces_libpq_Makefile) = 61bcf84eb69b6ec9faabab0b61913766f4b20f8c
16SHA1 (patch-src_makefiles_Makefile.solaris) = 10bf43bee54a6a1b6086c1652076544b05bf0192 16SHA1 (patch-src_makefiles_Makefile.solaris) = 10bf43bee54a6a1b6086c1652076544b05bf0192
17SHA1 (patch-src_pl_plperl_GNUmakefile) = 161a8f7af61b3a33b255fdee9fa7d4918decde7d 17SHA1 (patch-src_pl_plperl_GNUmakefile) = 161a8f7af61b3a33b255fdee9fa7d4918decde7d
18SHA1 (patch-src_pl_plperl_plperl.h) = 4ea16bbb0f9f98a609e67ceb858f22cc77be89ae 18SHA1 (patch-src_pl_plperl_plperl.h) = 4ea16bbb0f9f98a609e67ceb858f22cc77be89ae

cvs diff -r1.19 -r1.20 pkgsrc/databases/postgresql13-client/Makefile (expand / switch to unified diff)

--- pkgsrc/databases/postgresql13-client/Makefile 2022/07/18 22:13:21 1.19
+++ pkgsrc/databases/postgresql13-client/Makefile 2022/08/15 20:59:38 1.20
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.19 2022/07/18 22:13:21 tnn Exp $ 1# $NetBSD: Makefile,v 1.20 2022/08/15 20:59:38 adam Exp $
2 2
3PKGNAME= ${DISTNAME:S/-/13-client-/} 3PKGNAME= ${DISTNAME:S/-/13-client-/}
4PKGREVISION= 2 
5COMMENT= PostgreSQL database client programs 4COMMENT= PostgreSQL database client programs
6 5
7.include "../../databases/postgresql13/Makefile.common" 6.include "../../databases/postgresql13/Makefile.common"
8 7
9USE_TOOLS+= gzip msgfmt tar 8USE_TOOLS+= gzip msgfmt tar
10TOOLS_BROKEN+= perl 9TOOLS_BROKEN+= perl
11CONFIGURE_ARGS+= --with-openssl 10CONFIGURE_ARGS+= --with-openssl
12CONFIGURE_ARGS+= --with-zlib 11CONFIGURE_ARGS+= --with-zlib
13 12
14# Override INSTALL script to avoid unprivileged user/group 13# Override INSTALL script to avoid unprivileged user/group
15# leaking into the binary package 14# leaking into the binary package
16CONFIGURE_ARGS+= INSTALL=${INSTALL:Q}\ -c 15CONFIGURE_ARGS+= INSTALL=${INSTALL:Q}\ -c
17 16

cvs diff -r1.15 -r1.16 pkgsrc/databases/postgresql13-contrib/Makefile (expand / switch to unified diff)

--- pkgsrc/databases/postgresql13-contrib/Makefile 2022/06/28 11:31:35 1.15
+++ pkgsrc/databases/postgresql13-contrib/Makefile 2022/08/15 20:59:38 1.16
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.15 2022/06/28 11:31:35 wiz Exp $ 1# $NetBSD: Makefile,v 1.16 2022/08/15 20:59:38 adam Exp $
2 2
3PKGNAME= ${DISTNAME:S/-/13-contrib-/} 3PKGNAME= ${DISTNAME:S/-/13-contrib-/}
4PKGREVISION= 1 
5COMMENT= Contrib subtree of tools and plug-ins 4COMMENT= Contrib subtree of tools and plug-ins
6 5
7.include "../../databases/postgresql13/Makefile.common" 6.include "../../databases/postgresql13/Makefile.common"
8 7
9DEPENDS+= postgresql13-server>=${PKGVERSION_NOREV}:../../databases/postgresql13-server 8DEPENDS+= postgresql13-server>=${PKGVERSION_NOREV}:../../databases/postgresql13-server
10 9
11BUILD_MAKE_FLAGS= USE_PGXS=1 10BUILD_MAKE_FLAGS= USE_PGXS=1
12 11
13BUILD_DIRS+= contrib/adminpack 12BUILD_DIRS+= contrib/adminpack
14BUILD_DIRS+= contrib/auth_delay 13BUILD_DIRS+= contrib/auth_delay
15BUILD_DIRS+= contrib/auto_explain 14BUILD_DIRS+= contrib/auto_explain
16BUILD_DIRS+= contrib/btree_gin 15BUILD_DIRS+= contrib/btree_gin
17BUILD_DIRS+= contrib/btree_gist 16BUILD_DIRS+= contrib/btree_gist

cvs diff -r1.12 -r1.13 pkgsrc/databases/postgresql13-docs/Makefile (expand / switch to unified diff)

--- pkgsrc/databases/postgresql13-docs/Makefile 2022/06/28 11:31:36 1.12
+++ pkgsrc/databases/postgresql13-docs/Makefile 2022/08/15 20:59:39 1.13
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.12 2022/06/28 11:31:36 wiz Exp $ 1# $NetBSD: Makefile,v 1.13 2022/08/15 20:59:39 adam Exp $
2 2
3PKGNAME= ${DISTNAME:S/-/13-docs-/} 3PKGNAME= ${DISTNAME:S/-/13-docs-/}
4PKGREVISION= 1 
5COMMENT= PostgreSQL database documentation 4COMMENT= PostgreSQL database documentation
6 5
7.include "../../databases/postgresql13/Makefile.common" 6.include "../../databases/postgresql13/Makefile.common"
8 7
9BUILD_DEPENDS+= docbook-xml>=4.5:../../textproc/docbook-xml 8BUILD_DEPENDS+= docbook-xml>=4.5:../../textproc/docbook-xml
10BUILD_DEPENDS+= docbook-xsl>=1.75.2:../../textproc/docbook-xsl 9BUILD_DEPENDS+= docbook-xsl>=1.75.2:../../textproc/docbook-xsl
11BUILD_DEPENDS+= dsssl-docbook-modular>=1.79:../../textproc/dsssl-docbook-modular 10BUILD_DEPENDS+= dsssl-docbook-modular>=1.79:../../textproc/dsssl-docbook-modular
12BUILD_DEPENDS+= iso8879>=1986:../../textproc/iso8879 11BUILD_DEPENDS+= iso8879>=1986:../../textproc/iso8879
13BUILD_DEPENDS+= openjade>=1.3.2:../../textproc/openjade 12BUILD_DEPENDS+= openjade>=1.3.2:../../textproc/openjade
14BUILD_DEPENDS+= libxslt-[0-9]*:../../textproc/libxslt 13BUILD_DEPENDS+= libxslt-[0-9]*:../../textproc/libxslt
15 14
16USE_TOOLS+= gzip tar perl:build 15USE_TOOLS+= gzip tar perl:build
17CONFIGURE_ARGS+= --datarootdir=${PREFIX}/share 16CONFIGURE_ARGS+= --datarootdir=${PREFIX}/share

cvs diff -r1.8 -r1.9 pkgsrc/databases/postgresql13-docs/PLIST (expand / switch to unified diff)

--- pkgsrc/databases/postgresql13-docs/PLIST 2022/05/12 19:02:45 1.8
+++ pkgsrc/databases/postgresql13-docs/PLIST 2022/08/15 20:59:39 1.9
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.8 2022/05/12 19:02:45 adam Exp $ 1@comment $NetBSD: PLIST,v 1.9 2022/08/15 20:59:39 adam Exp $
2man/man1/clusterdb.1 2man/man1/clusterdb.1
3man/man1/createdb.1 3man/man1/createdb.1
4man/man1/createuser.1 4man/man1/createuser.1
5man/man1/dropdb.1 5man/man1/dropdb.1
6man/man1/dropuser.1 6man/man1/dropuser.1
7man/man1/ecpg.1 7man/man1/ecpg.1
8man/man1/initdb.1 8man/man1/initdb.1
9man/man1/oid2name.1 9man/man1/oid2name.1
10man/man1/pg_archivecleanup.1 10man/man1/pg_archivecleanup.1
11man/man1/pg_basebackup.1 11man/man1/pg_basebackup.1
12man/man1/pg_checksums.1 12man/man1/pg_checksums.1
13man/man1/pg_config.1 13man/man1/pg_config.1
14man/man1/pg_controldata.1 14man/man1/pg_controldata.1
@@ -538,26 +538,27 @@ share/doc/postgresql/html/domains.html @@ -538,26 +538,27 @@ share/doc/postgresql/html/domains.html
538share/doc/postgresql/html/dynamic-trace.html 538share/doc/postgresql/html/dynamic-trace.html
539share/doc/postgresql/html/earthdistance.html 539share/doc/postgresql/html/earthdistance.html
540share/doc/postgresql/html/ecpg-commands.html 540share/doc/postgresql/html/ecpg-commands.html
541share/doc/postgresql/html/ecpg-concept.html 541share/doc/postgresql/html/ecpg-concept.html
542share/doc/postgresql/html/ecpg-connect.html 542share/doc/postgresql/html/ecpg-connect.html
543share/doc/postgresql/html/ecpg-cpp.html 543share/doc/postgresql/html/ecpg-cpp.html
544share/doc/postgresql/html/ecpg-descriptors.html 544share/doc/postgresql/html/ecpg-descriptors.html
545share/doc/postgresql/html/ecpg-develop.html 545share/doc/postgresql/html/ecpg-develop.html
546share/doc/postgresql/html/ecpg-dynamic.html 546share/doc/postgresql/html/ecpg-dynamic.html
547share/doc/postgresql/html/ecpg-errors.html 547share/doc/postgresql/html/ecpg-errors.html
548share/doc/postgresql/html/ecpg-informix-compat.html 548share/doc/postgresql/html/ecpg-informix-compat.html
549share/doc/postgresql/html/ecpg-library.html 549share/doc/postgresql/html/ecpg-library.html
550share/doc/postgresql/html/ecpg-lo.html 550share/doc/postgresql/html/ecpg-lo.html
 551share/doc/postgresql/html/ecpg-oracle-compat.html
551share/doc/postgresql/html/ecpg-pgtypes.html 552share/doc/postgresql/html/ecpg-pgtypes.html
552share/doc/postgresql/html/ecpg-preproc.html 553share/doc/postgresql/html/ecpg-preproc.html
553share/doc/postgresql/html/ecpg-process.html 554share/doc/postgresql/html/ecpg-process.html
554share/doc/postgresql/html/ecpg-sql-allocate-descriptor.html 555share/doc/postgresql/html/ecpg-sql-allocate-descriptor.html
555share/doc/postgresql/html/ecpg-sql-commands.html 556share/doc/postgresql/html/ecpg-sql-commands.html
556share/doc/postgresql/html/ecpg-sql-connect.html 557share/doc/postgresql/html/ecpg-sql-connect.html
557share/doc/postgresql/html/ecpg-sql-deallocate-descriptor.html 558share/doc/postgresql/html/ecpg-sql-deallocate-descriptor.html
558share/doc/postgresql/html/ecpg-sql-declare.html 559share/doc/postgresql/html/ecpg-sql-declare.html
559share/doc/postgresql/html/ecpg-sql-describe.html 560share/doc/postgresql/html/ecpg-sql-describe.html
560share/doc/postgresql/html/ecpg-sql-disconnect.html 561share/doc/postgresql/html/ecpg-sql-disconnect.html
561share/doc/postgresql/html/ecpg-sql-execute-immediate.html 562share/doc/postgresql/html/ecpg-sql-execute-immediate.html
562share/doc/postgresql/html/ecpg-sql-get-descriptor.html 563share/doc/postgresql/html/ecpg-sql-get-descriptor.html
563share/doc/postgresql/html/ecpg-sql-open.html 564share/doc/postgresql/html/ecpg-sql-open.html
@@ -966,26 +967,27 @@ share/doc/postgresql/html/reference.html @@ -966,26 +967,27 @@ share/doc/postgresql/html/reference.html
966share/doc/postgresql/html/regress-coverage.html 967share/doc/postgresql/html/regress-coverage.html
967share/doc/postgresql/html/regress-evaluation.html 968share/doc/postgresql/html/regress-evaluation.html
968share/doc/postgresql/html/regress-run.html 969share/doc/postgresql/html/regress-run.html
969share/doc/postgresql/html/regress-tap.html 970share/doc/postgresql/html/regress-tap.html
970share/doc/postgresql/html/regress-variant.html 971share/doc/postgresql/html/regress-variant.html
971share/doc/postgresql/html/regress.html 972share/doc/postgresql/html/regress.html
972share/doc/postgresql/html/release-13-1.html 973share/doc/postgresql/html/release-13-1.html
973share/doc/postgresql/html/release-13-2.html 974share/doc/postgresql/html/release-13-2.html
974share/doc/postgresql/html/release-13-3.html 975share/doc/postgresql/html/release-13-3.html
975share/doc/postgresql/html/release-13-4.html 976share/doc/postgresql/html/release-13-4.html
976share/doc/postgresql/html/release-13-5.html 977share/doc/postgresql/html/release-13-5.html
977share/doc/postgresql/html/release-13-6.html 978share/doc/postgresql/html/release-13-6.html
978share/doc/postgresql/html/release-13-7.html 979share/doc/postgresql/html/release-13-7.html
 980share/doc/postgresql/html/release-13-8.html
979share/doc/postgresql/html/release-13.html 981share/doc/postgresql/html/release-13.html
980share/doc/postgresql/html/release-prior.html 982share/doc/postgresql/html/release-prior.html
981share/doc/postgresql/html/release.html 983share/doc/postgresql/html/release.html
982share/doc/postgresql/html/replication-origins.html 984share/doc/postgresql/html/replication-origins.html
983share/doc/postgresql/html/resources.html 985share/doc/postgresql/html/resources.html
984share/doc/postgresql/html/role-attributes.html 986share/doc/postgresql/html/role-attributes.html
985share/doc/postgresql/html/role-membership.html 987share/doc/postgresql/html/role-membership.html
986share/doc/postgresql/html/role-removal.html 988share/doc/postgresql/html/role-removal.html
987share/doc/postgresql/html/routine-reindex.html 989share/doc/postgresql/html/routine-reindex.html
988share/doc/postgresql/html/routine-vacuuming.html 990share/doc/postgresql/html/routine-vacuuming.html
989share/doc/postgresql/html/row-estimation-examples.html 991share/doc/postgresql/html/row-estimation-examples.html
990share/doc/postgresql/html/rowtypes.html 992share/doc/postgresql/html/rowtypes.html
991share/doc/postgresql/html/rule-system.html 993share/doc/postgresql/html/rule-system.html

cvs diff -r1.14 -r1.15 pkgsrc/databases/postgresql13-plperl/Makefile (expand / switch to unified diff)

--- pkgsrc/databases/postgresql13-plperl/Makefile 2022/06/28 11:31:36 1.14
+++ pkgsrc/databases/postgresql13-plperl/Makefile 2022/08/15 20:59:39 1.15
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1#$ $NetBSD: Makefile,v 1.14 2022/06/28 11:31:36 wiz Exp $ 1#$ $NetBSD: Makefile,v 1.15 2022/08/15 20:59:39 adam Exp $
2 2
3PKGNAME= ${DISTNAME:S/-/13-plperl-/} 3PKGNAME= ${DISTNAME:S/-/13-plperl-/}
4PKGREVISION= 1 
5COMMENT= PL/Perl procedural language for the PostgreSQL backend 4COMMENT= PL/Perl procedural language for the PostgreSQL backend
6 5
7DEPENDS+= postgresql13-server>=${PKGVERSION_NOREV}:../../databases/postgresql13-server 6DEPENDS+= postgresql13-server>=${PKGVERSION_NOREV}:../../databases/postgresql13-server
8 7
9.include "../../databases/postgresql13/Makefile.common" 8.include "../../databases/postgresql13/Makefile.common"
10 9
11USE_TOOLS+= perl 10USE_TOOLS+= perl
12PERL5_CONFIGURE= no 11PERL5_CONFIGURE= no
13CONFIGURE_ARGS+= --with-perl 12CONFIGURE_ARGS+= --with-perl
14BUILD_MAKE_FLAGS= PGXS=1 13BUILD_MAKE_FLAGS= PGXS=1
15 14
16BUILD_DIRS= src/pl/plperl 15BUILD_DIRS= src/pl/plperl
17MAKE_FILE= GNUmakefile 16MAKE_FILE= GNUmakefile

cvs diff -r1.16 -r1.17 pkgsrc/databases/postgresql13-plpython/Makefile (expand / switch to unified diff)

--- pkgsrc/databases/postgresql13-plpython/Makefile 2022/06/30 11:18:09 1.16
+++ pkgsrc/databases/postgresql13-plpython/Makefile 2022/08/15 20:59:39 1.17
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.16 2022/06/30 11:18:09 nia Exp $ 1# $NetBSD: Makefile,v 1.17 2022/08/15 20:59:39 adam Exp $
2 2
3PKGNAME= ${DISTNAME:S/-/13-plpython-/} 3PKGNAME= ${DISTNAME:S/-/13-plpython-/}
4PKGREVISION= 2 
5COMMENT= PL/Python procedural language for the PostgreSQL backend 4COMMENT= PL/Python procedural language for the PostgreSQL backend
6 5
7DEPENDS+= postgresql13-server>=${PKGVERSION_NOREV}:../../databases/postgresql13-server 6DEPENDS+= postgresql13-server>=${PKGVERSION_NOREV}:../../databases/postgresql13-server
8 7
9.include "../../databases/postgresql13/Makefile.common" 8.include "../../databases/postgresql13/Makefile.common"
10 9
11TOOLS_BROKEN+= perl 10TOOLS_BROKEN+= perl
12CONFIGURE_ARGS+= --with-python 11CONFIGURE_ARGS+= --with-python
13CONFIGURE_ENV+= PYTHON="${PYTHONBIN}" 12CONFIGURE_ENV+= PYTHON="${PYTHONBIN}"
14BUILD_MAKE_FLAGS= PGXS=1 13BUILD_MAKE_FLAGS= PGXS=1
15 14
16BUILD_DIRS= src/pl/plpython contrib/hstore_plpython 15BUILD_DIRS= src/pl/plpython contrib/hstore_plpython
17 16

cvs diff -r1.14 -r1.15 pkgsrc/databases/postgresql13-pltcl/Makefile (expand / switch to unified diff)

--- pkgsrc/databases/postgresql13-pltcl/Makefile 2022/06/28 11:31:36 1.14
+++ pkgsrc/databases/postgresql13-pltcl/Makefile 2022/08/15 20:59:39 1.15
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.14 2022/06/28 11:31:36 wiz Exp $ 1# $NetBSD: Makefile,v 1.15 2022/08/15 20:59:39 adam Exp $
2 2
3PKGNAME= ${DISTNAME:S/-/13-pltcl-/} 3PKGNAME= ${DISTNAME:S/-/13-pltcl-/}
4PKGREVISION= 1 
5COMMENT= PL/Tcl procedural language for the PostgreSQL backend 4COMMENT= PL/Tcl procedural language for the PostgreSQL backend
6 5
7DEPENDS+= postgresql13-server>=${PKGVERSION_NOREV}:../../databases/postgresql13-server 6DEPENDS+= postgresql13-server>=${PKGVERSION_NOREV}:../../databases/postgresql13-server
8 7
9.include "../../databases/postgresql13/Makefile.common" 8.include "../../databases/postgresql13/Makefile.common"
10 9
11TOOLS_BROKEN+= perl 10TOOLS_BROKEN+= perl
12CONFIGURE_ARGS+= --with-tcl 11CONFIGURE_ARGS+= --with-tcl
13CONFIGURE_ARGS+= --with-tclconfig="${BUILDLINK_PREFIX.tcl}/lib" 12CONFIGURE_ARGS+= --with-tclconfig="${BUILDLINK_PREFIX.tcl}/lib"
14CONFIGURE_ENV+= TCLSH="${TCLSH}" 13CONFIGURE_ENV+= TCLSH="${TCLSH}"
15TCLSH= ${BUILDLINK_PREFIX.tcl}/bin/tclsh 14TCLSH= ${BUILDLINK_PREFIX.tcl}/bin/tclsh
16BUILD_MAKE_FLAGS= PGXS=1 15BUILD_MAKE_FLAGS= PGXS=1
17 16

cvs diff -r1.14 -r1.15 pkgsrc/databases/postgresql13-server/Makefile (expand / switch to unified diff)

--- pkgsrc/databases/postgresql13-server/Makefile 2022/06/28 11:31:36 1.14
+++ pkgsrc/databases/postgresql13-server/Makefile 2022/08/15 20:59:39 1.15
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.14 2022/06/28 11:31:36 wiz Exp $ 1# $NetBSD: Makefile,v 1.15 2022/08/15 20:59:39 adam Exp $
2 2
3PKGNAME= ${DISTNAME:S/-/13-server-/} 3PKGNAME= ${DISTNAME:S/-/13-server-/}
4PKGREVISION= 1 
5COMMENT= PostgreSQL database server programs 4COMMENT= PostgreSQL database server programs
6 5
7# mips has no TAS implementation 6# mips has no TAS implementation
8BROKEN_ON_PLATFORM= *-*-mips 7BROKEN_ON_PLATFORM= *-*-mips
9 8
10.include "../../databases/postgresql13/Makefile.common" 9.include "../../databases/postgresql13/Makefile.common"
11 10
12USE_TOOLS+= msgfmt 11USE_TOOLS+= msgfmt
13TOOLS_BROKEN+= perl 12TOOLS_BROKEN+= perl
14CONFIGURE_ARGS+= --with-openssl 13CONFIGURE_ARGS+= --with-openssl
15 14
16INSTALL_DIRS= src/backend 15INSTALL_DIRS= src/backend
17INSTALL_DIRS+= src/backend/replication/libpqwalreceiver 16INSTALL_DIRS+= src/backend/replication/libpqwalreceiver

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

--- pkgsrc/databases/postgresql14/Makefile 2022/06/28 11:31:36 1.9
+++ pkgsrc/databases/postgresql14/Makefile 2022/08/15 20:59:39 1.10
@@ -1,15 +1,14 @@ @@ -1,15 +1,14 @@
1# $NetBSD: Makefile,v 1.9 2022/06/28 11:31:36 wiz Exp $ 1# $NetBSD: Makefile,v 1.10 2022/08/15 20:59:39 adam Exp $
2 2
3PKGNAME= ${DISTNAME:S/-/14-/} 3PKGNAME= ${DISTNAME:S/-/14-/}
4PKGREVISION= 1 
5COMMENT= Robust, next generation, object-relational DBMS 4COMMENT= Robust, next generation, object-relational DBMS
6 5
7DEPENDS+= postgresql14-client>=${PKGVERSION_NOREV}:../../databases/postgresql14-client 6DEPENDS+= postgresql14-client>=${PKGVERSION_NOREV}:../../databases/postgresql14-client
8DEPENDS+= postgresql14-docs>=${PKGVERSION_NOREV}:../../databases/postgresql14-docs 7DEPENDS+= postgresql14-docs>=${PKGVERSION_NOREV}:../../databases/postgresql14-docs
9DEPENDS+= postgresql14-server>=${PKGVERSION_NOREV}:../../databases/postgresql14-server 8DEPENDS+= postgresql14-server>=${PKGVERSION_NOREV}:../../databases/postgresql14-server
10 9
11META_PACKAGE= yes 10META_PACKAGE= yes
12 11
13.include "Makefile.common" 12.include "Makefile.common"
14 13
15.include "../../mk/bsd.pkg.mk" 14.include "../../mk/bsd.pkg.mk"

cvs diff -r1.6 -r1.7 pkgsrc/databases/postgresql14/Makefile.common (expand / switch to unified diff)

--- pkgsrc/databases/postgresql14/Makefile.common 2022/06/17 18:16:51 1.6
+++ pkgsrc/databases/postgresql14/Makefile.common 2022/08/15 20:59:39 1.7
@@ -1,32 +1,32 @@ @@ -1,32 +1,32 @@
1# $NetBSD: Makefile.common,v 1.6 2022/06/17 18:16:51 adam Exp $ 1# $NetBSD: Makefile.common,v 1.7 2022/08/15 20:59:39 adam Exp $
2# 2#
3# This Makefile fragment is included by all PostgreSQL packages built from 3# This Makefile fragment is included by all PostgreSQL packages built from
4# the main sources of the PostgreSQL distribution except jdbc-postgresql. 4# the main sources of the PostgreSQL distribution except jdbc-postgresql.
5# 5#
6# The PostgreSQL package naming scheme, aside from the obvious piecewise 6# The PostgreSQL package naming scheme, aside from the obvious piecewise
7# packages, is as follows: 7# packages, is as follows:
8# <lang>-postgresql client-side interface to PostgreSQL 8# <lang>-postgresql client-side interface to PostgreSQL
9# postgresql-<lang> server-side module for PostgreSQL backend 9# postgresql-<lang> server-side module for PostgreSQL backend
10# 10#
11# used by databases/postgresql14-client/Makefile 11# used by databases/postgresql14-client/Makefile
12# used by databases/postgresql14-contrib/Makefile 12# used by databases/postgresql14-contrib/Makefile
13# used by databases/postgresql14-docs/Makefile 13# used by databases/postgresql14-docs/Makefile
14# used by databases/postgresql14-plperl/Makefile 14# used by databases/postgresql14-plperl/Makefile
15# used by databases/postgresql14-plpython/Makefile 15# used by databases/postgresql14-plpython/Makefile
16# used by databases/postgresql14-pltcl/Makefile 16# used by databases/postgresql14-pltcl/Makefile
17# used by databases/postgresql14-server/Makefile 17# used by databases/postgresql14-server/Makefile
18 18
19DISTNAME= postgresql-14.4 19DISTNAME= postgresql-14.5
20CATEGORIES= databases 20CATEGORIES= databases
21MASTER_SITES= ${MASTER_SITE_PGSQL:=source/v${PKGVERSION_NOREV}/} 21MASTER_SITES= ${MASTER_SITE_PGSQL:=source/v${PKGVERSION_NOREV}/}
22EXTRACT_SUFX= .tar.bz2 22EXTRACT_SUFX= .tar.bz2
23 23
24MAINTAINER?= adam@NetBSD.org 24MAINTAINER?= adam@NetBSD.org
25HOMEPAGE= https://www.postgresql.org/ 25HOMEPAGE= https://www.postgresql.org/
26LICENSE= postgresql-license 26LICENSE= postgresql-license
27 27
28CONFLICTS+= postgresql-[0-9]* 28CONFLICTS+= postgresql-[0-9]*
29CONFLICTS+= postgresql[2-9][0-9]-[0-9]* 29CONFLICTS+= postgresql[2-9][0-9]-[0-9]*
30 30
31.if !empty(PKGNAME:M*-*-*) 31.if !empty(PKGNAME:M*-*-*)
32module= ${PKGNAME:C/-[0-9].*$//:C/^.*-//} 32module= ${PKGNAME:C/-[0-9].*$//:C/^.*-//}
@@ -78,29 +78,26 @@ CONFIGURE_ENV.SunOS+= ac_cv_header_sys_u @@ -78,29 +78,26 @@ CONFIGURE_ENV.SunOS+= ac_cv_header_sys_u
78# pkgsrc silently filters the --as-needed linker arg, but that makes 78# pkgsrc silently filters the --as-needed linker arg, but that makes
79# it leak into the pgxs Makefiles and compromises manual building 79# it leak into the pgxs Makefiles and compromises manual building
80# against PostgreSQL files installed. Disable it here to prevent 80# against PostgreSQL files installed. Disable it here to prevent
81# that from happening. 81# that from happening.
82.if ${OPSYS} == "SunOS" || ${OPSYS} == "Darwin" 82.if ${OPSYS} == "SunOS" || ${OPSYS} == "Darwin"
83CONFIGURE_ENV+= pgac_cv_prog_cc_ldflags__Wl___as_needed=no 83CONFIGURE_ENV+= pgac_cv_prog_cc_ldflags__Wl___as_needed=no
84.endif 84.endif
85 85
86# Postgres on Alpha has no spinlock or memory barrier implementation 86# Postgres on Alpha has no spinlock or memory barrier implementation
87# and is "unlikely to work correctly". 87# and is "unlikely to work correctly".
88# https://www.postgresql.org/message-id/E1X0yaj-000753-N6%40gemulon.postgresql.org 88# https://www.postgresql.org/message-id/E1X0yaj-000753-N6%40gemulon.postgresql.org
89BROKEN_ON_PLATFORM+= *-*-alpha 89BROKEN_ON_PLATFORM+= *-*-alpha
90 90
91# "fatal error: catalog/pg_type_d.h: No such file or directory" 
92MAKE_JOBS_SAFE= no 
93 
94.if ${MACHINE_ARCH} == "sparc" 91.if ${MACHINE_ARCH} == "sparc"
95CFLAGS.NetBSD+= -D__sparc_v8__ 92CFLAGS.NetBSD+= -D__sparc_v8__
96.endif 93.endif
97 94
98# configure fails on OpenBSD and MirBSD if thread safety is enabled. 95# configure fails on OpenBSD and MirBSD if thread safety is enabled.
99CONFIGURE_ARGS.MirBSD+= --disable-thread-safety 96CONFIGURE_ARGS.MirBSD+= --disable-thread-safety
100CONFIGURE_ARGS.OpenBSD+= --disable-thread-safety 97CONFIGURE_ARGS.OpenBSD+= --disable-thread-safety
101 98
102# PGSQL_BLCKSZ is the size in bytes of a PostgreSQL disk page or block. 99# PGSQL_BLCKSZ is the size in bytes of a PostgreSQL disk page or block.
103# This also limits the size of a tuple. The valid values are powers 100# This also limits the size of a tuple. The valid values are powers
104# of 2 up to 32768, and the default size is 8196. Please don't change 101# of 2 up to 32768, and the default size is 8196. Please don't change
105# this value unless you know what you are doing. 102# this value unless you know what you are doing.
106BUILD_DEFS+= PGSQL_BLCKSZ 103BUILD_DEFS+= PGSQL_BLCKSZ

cvs diff -r1.7 -r1.8 pkgsrc/databases/postgresql14/distinfo (expand / switch to unified diff)

--- pkgsrc/databases/postgresql14/distinfo 2022/06/17 18:16:51 1.7
+++ pkgsrc/databases/postgresql14/distinfo 2022/08/15 20:59:39 1.8
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1$NetBSD: distinfo,v 1.7 2022/06/17 18:16:51 adam Exp $ 1$NetBSD: distinfo,v 1.8 2022/08/15 20:59:39 adam Exp $
2 2
3BLAKE2s (postgresql-14.4.tar.bz2) = 12faf343c9439b085dd83fc6c097131871e06505bcf2a1b1db2db2a9ce291a16 3BLAKE2s (postgresql-14.5.tar.bz2) = 047d0dda525a04a62f6ed74e00ac5efe694cb17630684de00dd6c4134f131175
4SHA512 (postgresql-14.4.tar.bz2) = dd2f80248684e331d2ffb1e26cd2a285df1fb18710807a0c31aedabf917912ce9267f8ca26318e5371d916c6fe476f8a17886d82d3ff86a974e6f24c19a6aafb 4SHA512 (postgresql-14.5.tar.bz2) = 3051c5ab729f6a55952c6108098b022517398b1de64f7fefbdd6c806c7e2eb0637d00f3c98a6203c5bee654656528c4ff3530db5a69470e7888864c77900178a
5Size (postgresql-14.4.tar.bz2) = 22094218 bytes 5Size (postgresql-14.5.tar.bz2) = 22132996 bytes
6SHA1 (patch-config_missing) = c2d7d742922ba6861e7660c75b7b53f09e564813 6SHA1 (patch-config_missing) = c2d7d742922ba6861e7660c75b7b53f09e564813
7SHA1 (patch-config_perl.m4) = b3393d0f28e97f89ae20297d85553c508b3896bb 7SHA1 (patch-config_perl.m4) = b3393d0f28e97f89ae20297d85553c508b3896bb
8SHA1 (patch-configure) = 142ba9dc85a2408802e4b9e4943b775312d577c9 8SHA1 (patch-configure) = 142ba9dc85a2408802e4b9e4943b775312d577c9
9SHA1 (patch-contrib_dblink_dblink.c) = a6f87ab9f2c28a72608d70267b71bd77437b0921 9SHA1 (patch-contrib_dblink_dblink.c) = a6f87ab9f2c28a72608d70267b71bd77437b0921
10SHA1 (patch-contrib_uuid-ossp_Makefile) = 65e975c16f2604a44961ce0ef80be28f13b798c3 10SHA1 (patch-contrib_uuid-ossp_Makefile) = 65e975c16f2604a44961ce0ef80be28f13b798c3
11SHA1 (patch-src_Makefile.global.in) = 9690bd0e4e967dbb0f83376a9c9848e34efed74c 11SHA1 (patch-src_Makefile.global.in) = 9690bd0e4e967dbb0f83376a9c9848e34efed74c
12SHA1 (patch-src_Makefile.shlib) = 3bcdbd0d9e3c0609743e72c3cafb83b74c0e412f 12SHA1 (patch-src_Makefile.shlib) = 3bcdbd0d9e3c0609743e72c3cafb83b74c0e412f
13SHA1 (patch-src_backend_Makefile) = 736ff7db09faf167c6e40a45a1099836f3e98911 13SHA1 (patch-src_backend_Makefile) = 736ff7db09faf167c6e40a45a1099836f3e98911
14SHA1 (patch-src_interfaces_libpq_Makefile) = 61bcf84eb69b6ec9faabab0b61913766f4b20f8c 14SHA1 (patch-src_interfaces_libpq_Makefile) = 61bcf84eb69b6ec9faabab0b61913766f4b20f8c
15SHA1 (patch-src_makefiles_Makefile.solaris) = 10bf43bee54a6a1b6086c1652076544b05bf0192 15SHA1 (patch-src_makefiles_Makefile.solaris) = 10bf43bee54a6a1b6086c1652076544b05bf0192
16SHA1 (patch-src_pl_plperl_GNUmakefile) = 161a8f7af61b3a33b255fdee9fa7d4918decde7d 16SHA1 (patch-src_pl_plperl_GNUmakefile) = 161a8f7af61b3a33b255fdee9fa7d4918decde7d
17SHA1 (patch-src_pl_plperl_plperl.h) = 4ea16bbb0f9f98a609e67ceb858f22cc77be89ae 17SHA1 (patch-src_pl_plperl_plperl.h) = 4ea16bbb0f9f98a609e67ceb858f22cc77be89ae

cvs diff -r1.9 -r1.10 pkgsrc/databases/postgresql14-client/Makefile (expand / switch to unified diff)

--- pkgsrc/databases/postgresql14-client/Makefile 2022/07/18 22:13:21 1.9
+++ pkgsrc/databases/postgresql14-client/Makefile 2022/08/15 20:59:39 1.10
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.9 2022/07/18 22:13:21 tnn Exp $ 1# $NetBSD: Makefile,v 1.10 2022/08/15 20:59:39 adam Exp $
2 2
3PKGNAME= ${DISTNAME:S/-/14-client-/} 3PKGNAME= ${DISTNAME:S/-/14-client-/}
4PKGREVISION= 2 
5COMMENT= PostgreSQL database client programs 4COMMENT= PostgreSQL database client programs
6 5
7.include "../../databases/postgresql14/Makefile.common" 6.include "../../databases/postgresql14/Makefile.common"
8 7
9USE_TOOLS+= gzip msgfmt tar 8USE_TOOLS+= gzip msgfmt tar
10TOOLS_BROKEN+= perl 9TOOLS_BROKEN+= perl
11CONFIGURE_ARGS+= --with-openssl 10CONFIGURE_ARGS+= --with-openssl
12CONFIGURE_ARGS+= --with-zlib 11CONFIGURE_ARGS+= --with-zlib
13 12
14# Override INSTALL script to avoid unprivileged user/group 13# Override INSTALL script to avoid unprivileged user/group
15# leaking into the binary package 14# leaking into the binary package
16CONFIGURE_ARGS+= INSTALL=${INSTALL:Q}\ -c 15CONFIGURE_ARGS+= INSTALL=${INSTALL:Q}\ -c
17 16

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

--- pkgsrc/databases/postgresql14-contrib/Makefile 2022/06/28 11:31:36 1.7
+++ pkgsrc/databases/postgresql14-contrib/Makefile 2022/08/15 20:59:39 1.8
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.7 2022/06/28 11:31:36 wiz Exp $ 1# $NetBSD: Makefile,v 1.8 2022/08/15 20:59:39 adam Exp $
2 2
3PKGNAME= ${DISTNAME:S/-/14-contrib-/} 3PKGNAME= ${DISTNAME:S/-/14-contrib-/}
4PKGREVISION= 1 
5COMMENT= Contrib subtree of tools and plug-ins 4COMMENT= Contrib subtree of tools and plug-ins
6 5
7.include "../../databases/postgresql14/Makefile.common" 6.include "../../databases/postgresql14/Makefile.common"
8 7
9DEPENDS+= postgresql14-server>=${PKGVERSION_NOREV}:../../databases/postgresql14-server 8DEPENDS+= postgresql14-server>=${PKGVERSION_NOREV}:../../databases/postgresql14-server
10 9
11BUILD_MAKE_FLAGS= USE_PGXS=1 10BUILD_MAKE_FLAGS= USE_PGXS=1
12 11
13BUILD_DIRS+= contrib/adminpack 12BUILD_DIRS+= contrib/adminpack
14BUILD_DIRS+= contrib/auth_delay 13BUILD_DIRS+= contrib/auth_delay
15BUILD_DIRS+= contrib/auto_explain 14BUILD_DIRS+= contrib/auto_explain
16BUILD_DIRS+= contrib/btree_gin 15BUILD_DIRS+= contrib/btree_gin
17BUILD_DIRS+= contrib/btree_gist 16BUILD_DIRS+= contrib/btree_gist

cvs diff -r1.7 -r1.8 pkgsrc/databases/postgresql14-docs/Makefile (expand / switch to unified diff)

--- pkgsrc/databases/postgresql14-docs/Makefile 2022/06/28 11:31:36 1.7
+++ pkgsrc/databases/postgresql14-docs/Makefile 2022/08/15 20:59:40 1.8
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.7 2022/06/28 11:31:36 wiz Exp $ 1# $NetBSD: Makefile,v 1.8 2022/08/15 20:59:40 adam Exp $
2 2
3PKGNAME= ${DISTNAME:S/-/14-docs-/} 3PKGNAME= ${DISTNAME:S/-/14-docs-/}
4PKGREVISION= 1 
5COMMENT= PostgreSQL database documentation 4COMMENT= PostgreSQL database documentation
6 5
7.include "../../databases/postgresql14/Makefile.common" 6.include "../../databases/postgresql14/Makefile.common"
8 7
9BUILD_DEPENDS+= docbook-xml>=4.5:../../textproc/docbook-xml 8BUILD_DEPENDS+= docbook-xml>=4.5:../../textproc/docbook-xml
10BUILD_DEPENDS+= docbook-xsl>=1.75.2:../../textproc/docbook-xsl 9BUILD_DEPENDS+= docbook-xsl>=1.75.2:../../textproc/docbook-xsl
11BUILD_DEPENDS+= dsssl-docbook-modular>=1.79:../../textproc/dsssl-docbook-modular 10BUILD_DEPENDS+= dsssl-docbook-modular>=1.79:../../textproc/dsssl-docbook-modular
12BUILD_DEPENDS+= iso8879>=1986:../../textproc/iso8879 11BUILD_DEPENDS+= iso8879>=1986:../../textproc/iso8879
13BUILD_DEPENDS+= openjade>=1.3.2:../../textproc/openjade 12BUILD_DEPENDS+= openjade>=1.3.2:../../textproc/openjade
14BUILD_DEPENDS+= libxslt-[0-9]*:../../textproc/libxslt 13BUILD_DEPENDS+= libxslt-[0-9]*:../../textproc/libxslt
15 14
16USE_TOOLS+= gzip tar perl:build 15USE_TOOLS+= gzip tar perl:build
17CONFIGURE_ARGS+= --datarootdir=${PREFIX}/share 16CONFIGURE_ARGS+= --datarootdir=${PREFIX}/share

cvs diff -r1.5 -r1.6 pkgsrc/databases/postgresql14-docs/PLIST (expand / switch to unified diff)

--- pkgsrc/databases/postgresql14-docs/PLIST 2022/06/17 18:16:51 1.5
+++ pkgsrc/databases/postgresql14-docs/PLIST 2022/08/15 20:59:40 1.6
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.5 2022/06/17 18:16:51 adam Exp $ 1@comment $NetBSD: PLIST,v 1.6 2022/08/15 20:59:40 adam Exp $
2man/man1/clusterdb.1 2man/man1/clusterdb.1
3man/man1/createdb.1 3man/man1/createdb.1
4man/man1/createuser.1 4man/man1/createuser.1
5man/man1/dropdb.1 5man/man1/dropdb.1
6man/man1/dropuser.1 6man/man1/dropuser.1
7man/man1/ecpg.1 7man/man1/ecpg.1
8man/man1/initdb.1 8man/man1/initdb.1
9man/man1/oid2name.1 9man/man1/oid2name.1
10man/man1/pg_amcheck.1 10man/man1/pg_amcheck.1
11man/man1/pg_archivecleanup.1 11man/man1/pg_archivecleanup.1
12man/man1/pg_basebackup.1 12man/man1/pg_basebackup.1
13man/man1/pg_checksums.1 13man/man1/pg_checksums.1
14man/man1/pg_config.1 14man/man1/pg_config.1
@@ -544,26 +544,27 @@ share/doc/postgresql/html/domains.html @@ -544,26 +544,27 @@ share/doc/postgresql/html/domains.html
544share/doc/postgresql/html/dynamic-trace.html 544share/doc/postgresql/html/dynamic-trace.html
545share/doc/postgresql/html/earthdistance.html 545share/doc/postgresql/html/earthdistance.html
546share/doc/postgresql/html/ecpg-commands.html 546share/doc/postgresql/html/ecpg-commands.html
547share/doc/postgresql/html/ecpg-concept.html 547share/doc/postgresql/html/ecpg-concept.html
548share/doc/postgresql/html/ecpg-connect.html 548share/doc/postgresql/html/ecpg-connect.html
549share/doc/postgresql/html/ecpg-cpp.html 549share/doc/postgresql/html/ecpg-cpp.html
550share/doc/postgresql/html/ecpg-descriptors.html 550share/doc/postgresql/html/ecpg-descriptors.html
551share/doc/postgresql/html/ecpg-develop.html 551share/doc/postgresql/html/ecpg-develop.html
552share/doc/postgresql/html/ecpg-dynamic.html 552share/doc/postgresql/html/ecpg-dynamic.html
553share/doc/postgresql/html/ecpg-errors.html 553share/doc/postgresql/html/ecpg-errors.html
554share/doc/postgresql/html/ecpg-informix-compat.html 554share/doc/postgresql/html/ecpg-informix-compat.html
555share/doc/postgresql/html/ecpg-library.html 555share/doc/postgresql/html/ecpg-library.html
556share/doc/postgresql/html/ecpg-lo.html 556share/doc/postgresql/html/ecpg-lo.html
 557share/doc/postgresql/html/ecpg-oracle-compat.html
557share/doc/postgresql/html/ecpg-pgtypes.html 558share/doc/postgresql/html/ecpg-pgtypes.html
558share/doc/postgresql/html/ecpg-preproc.html 559share/doc/postgresql/html/ecpg-preproc.html
559share/doc/postgresql/html/ecpg-process.html 560share/doc/postgresql/html/ecpg-process.html
560share/doc/postgresql/html/ecpg-sql-allocate-descriptor.html 561share/doc/postgresql/html/ecpg-sql-allocate-descriptor.html
561share/doc/postgresql/html/ecpg-sql-commands.html 562share/doc/postgresql/html/ecpg-sql-commands.html
562share/doc/postgresql/html/ecpg-sql-connect.html 563share/doc/postgresql/html/ecpg-sql-connect.html
563share/doc/postgresql/html/ecpg-sql-deallocate-descriptor.html 564share/doc/postgresql/html/ecpg-sql-deallocate-descriptor.html
564share/doc/postgresql/html/ecpg-sql-declare-statement.html 565share/doc/postgresql/html/ecpg-sql-declare-statement.html
565share/doc/postgresql/html/ecpg-sql-declare.html 566share/doc/postgresql/html/ecpg-sql-declare.html
566share/doc/postgresql/html/ecpg-sql-describe.html 567share/doc/postgresql/html/ecpg-sql-describe.html
567share/doc/postgresql/html/ecpg-sql-disconnect.html 568share/doc/postgresql/html/ecpg-sql-disconnect.html
568share/doc/postgresql/html/ecpg-sql-execute-immediate.html 569share/doc/postgresql/html/ecpg-sql-execute-immediate.html
569share/doc/postgresql/html/ecpg-sql-get-descriptor.html 570share/doc/postgresql/html/ecpg-sql-get-descriptor.html
@@ -979,26 +980,27 @@ share/doc/postgresql/html/recovery-confi @@ -979,26 +980,27 @@ share/doc/postgresql/html/recovery-confi
979share/doc/postgresql/html/reference-client.html 980share/doc/postgresql/html/reference-client.html
980share/doc/postgresql/html/reference-server.html 981share/doc/postgresql/html/reference-server.html
981share/doc/postgresql/html/reference.html 982share/doc/postgresql/html/reference.html
982share/doc/postgresql/html/regress-coverage.html 983share/doc/postgresql/html/regress-coverage.html
983share/doc/postgresql/html/regress-evaluation.html 984share/doc/postgresql/html/regress-evaluation.html
984share/doc/postgresql/html/regress-run.html 985share/doc/postgresql/html/regress-run.html
985share/doc/postgresql/html/regress-tap.html 986share/doc/postgresql/html/regress-tap.html
986share/doc/postgresql/html/regress-variant.html 987share/doc/postgresql/html/regress-variant.html
987share/doc/postgresql/html/regress.html 988share/doc/postgresql/html/regress.html
988share/doc/postgresql/html/release-14-1.html 989share/doc/postgresql/html/release-14-1.html
989share/doc/postgresql/html/release-14-2.html 990share/doc/postgresql/html/release-14-2.html
990share/doc/postgresql/html/release-14-3.html 991share/doc/postgresql/html/release-14-3.html
991share/doc/postgresql/html/release-14-4.html 992share/doc/postgresql/html/release-14-4.html
 993share/doc/postgresql/html/release-14-5.html
992share/doc/postgresql/html/release-14.html 994share/doc/postgresql/html/release-14.html
993share/doc/postgresql/html/release-prior.html 995share/doc/postgresql/html/release-prior.html
994share/doc/postgresql/html/release.html 996share/doc/postgresql/html/release.html
995share/doc/postgresql/html/replication-origins.html 997share/doc/postgresql/html/replication-origins.html
996share/doc/postgresql/html/resources.html 998share/doc/postgresql/html/resources.html
997share/doc/postgresql/html/role-attributes.html 999share/doc/postgresql/html/role-attributes.html
998share/doc/postgresql/html/role-membership.html 1000share/doc/postgresql/html/role-membership.html
999share/doc/postgresql/html/role-removal.html 1001share/doc/postgresql/html/role-removal.html
1000share/doc/postgresql/html/routine-reindex.html 1002share/doc/postgresql/html/routine-reindex.html
1001share/doc/postgresql/html/routine-vacuuming.html 1003share/doc/postgresql/html/routine-vacuuming.html
1002share/doc/postgresql/html/row-estimation-examples.html 1004share/doc/postgresql/html/row-estimation-examples.html
1003share/doc/postgresql/html/rowtypes.html 1005share/doc/postgresql/html/rowtypes.html
1004share/doc/postgresql/html/rule-system.html 1006share/doc/postgresql/html/rule-system.html

cvs diff -r1.7 -r1.8 pkgsrc/databases/postgresql14-plperl/Makefile (expand / switch to unified diff)

--- pkgsrc/databases/postgresql14-plperl/Makefile 2022/06/28 11:31:37 1.7
+++ pkgsrc/databases/postgresql14-plperl/Makefile 2022/08/15 20:59:40 1.8
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1#$ $NetBSD: Makefile,v 1.7 2022/06/28 11:31:37 wiz Exp $ 1#$ $NetBSD: Makefile,v 1.8 2022/08/15 20:59:40 adam Exp $
2 2
3PKGNAME= ${DISTNAME:S/-/14-plperl-/} 3PKGNAME= ${DISTNAME:S/-/14-plperl-/}
4PKGREVISION= 1 
5COMMENT= PL/Perl procedural language for the PostgreSQL backend 4COMMENT= PL/Perl procedural language for the PostgreSQL backend
6 5
7DEPENDS+= postgresql14-server>=${PKGVERSION_NOREV}:../../databases/postgresql14-server 6DEPENDS+= postgresql14-server>=${PKGVERSION_NOREV}:../../databases/postgresql14-server
8 7
9.include "../../databases/postgresql14/Makefile.common" 8.include "../../databases/postgresql14/Makefile.common"
10 9
11USE_TOOLS+= perl 10USE_TOOLS+= perl
12PERL5_CONFIGURE= no 11PERL5_CONFIGURE= no
13CONFIGURE_ARGS+= --with-perl 12CONFIGURE_ARGS+= --with-perl
14BUILD_MAKE_FLAGS= PGXS=1 13BUILD_MAKE_FLAGS= PGXS=1
15 14
16BUILD_DIRS= src/pl/plperl 15BUILD_DIRS= src/pl/plperl
17MAKE_FILE= GNUmakefile 16MAKE_FILE= GNUmakefile

cvs diff -r1.8 -r1.9 pkgsrc/databases/postgresql14-plpython/Makefile (expand / switch to unified diff)

--- pkgsrc/databases/postgresql14-plpython/Makefile 2022/06/30 11:18:09 1.8
+++ pkgsrc/databases/postgresql14-plpython/Makefile 2022/08/15 20:59:40 1.9
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.8 2022/06/30 11:18:09 nia Exp $ 1# $NetBSD: Makefile,v 1.9 2022/08/15 20:59:40 adam Exp $
2 2
3PKGNAME= ${DISTNAME:S/-/14-plpython-/} 3PKGNAME= ${DISTNAME:S/-/14-plpython-/}
4PKGREVISION= 2 
5COMMENT= PL/Python procedural language for the PostgreSQL backend 4COMMENT= PL/Python procedural language for the PostgreSQL backend
6 5
7DEPENDS+= postgresql14-server>=${PKGVERSION_NOREV}:../../databases/postgresql14-server 6DEPENDS+= postgresql14-server>=${PKGVERSION_NOREV}:../../databases/postgresql14-server
8 7
9.include "../../databases/postgresql14/Makefile.common" 8.include "../../databases/postgresql14/Makefile.common"
10 9
11TOOLS_BROKEN+= perl 10TOOLS_BROKEN+= perl
12CONFIGURE_ARGS+= --with-python 11CONFIGURE_ARGS+= --with-python
13CONFIGURE_ENV+= PYTHON="${PYTHONBIN}" 12CONFIGURE_ENV+= PYTHON="${PYTHONBIN}"
14BUILD_MAKE_FLAGS= PGXS=1 13BUILD_MAKE_FLAGS= PGXS=1
15 14
16BUILD_DIRS= src/pl/plpython contrib/hstore_plpython 15BUILD_DIRS= src/pl/plpython contrib/hstore_plpython
17 16

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

--- pkgsrc/databases/postgresql14-pltcl/Makefile 2022/06/28 11:31:37 1.7
+++ pkgsrc/databases/postgresql14-pltcl/Makefile 2022/08/15 20:59:40 1.8
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.7 2022/06/28 11:31:37 wiz Exp $ 1# $NetBSD: Makefile,v 1.8 2022/08/15 20:59:40 adam Exp $
2 2
3PKGNAME= ${DISTNAME:S/-/14-pltcl-/} 3PKGNAME= ${DISTNAME:S/-/14-pltcl-/}
4PKGREVISION= 1 
5COMMENT= PL/Tcl procedural language for the PostgreSQL backend 4COMMENT= PL/Tcl procedural language for the PostgreSQL backend
6 5
7DEPENDS+= postgresql14-server>=${PKGVERSION_NOREV}:../../databases/postgresql14-server 6DEPENDS+= postgresql14-server>=${PKGVERSION_NOREV}:../../databases/postgresql14-server
8 7
9.include "../../databases/postgresql14/Makefile.common" 8.include "../../databases/postgresql14/Makefile.common"
10 9
11TOOLS_BROKEN+= perl 10TOOLS_BROKEN+= perl
12CONFIGURE_ARGS+= --with-tcl 11CONFIGURE_ARGS+= --with-tcl
13CONFIGURE_ARGS+= --with-tclconfig="${BUILDLINK_PREFIX.tcl}/lib" 12CONFIGURE_ARGS+= --with-tclconfig="${BUILDLINK_PREFIX.tcl}/lib"
14CONFIGURE_ENV+= TCLSH="${TCLSH}" 13CONFIGURE_ENV+= TCLSH="${TCLSH}"
15TCLSH= ${BUILDLINK_PREFIX.tcl}/bin/tclsh 14TCLSH= ${BUILDLINK_PREFIX.tcl}/bin/tclsh
16BUILD_MAKE_FLAGS= PGXS=1 15BUILD_MAKE_FLAGS= PGXS=1
17 16

cvs diff -r1.7 -r1.8 pkgsrc/databases/postgresql14-server/Makefile (expand / switch to unified diff)

--- pkgsrc/databases/postgresql14-server/Makefile 2022/06/28 11:31:37 1.7
+++ pkgsrc/databases/postgresql14-server/Makefile 2022/08/15 20:59:40 1.8
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.7 2022/06/28 11:31:37 wiz Exp $ 1# $NetBSD: Makefile,v 1.8 2022/08/15 20:59:40 adam Exp $
2 2
3PKGNAME= ${DISTNAME:S/-/14-server-/} 3PKGNAME= ${DISTNAME:S/-/14-server-/}
4PKGREVISION= 1 
5COMMENT= PostgreSQL database server programs 4COMMENT= PostgreSQL database server programs
6 5
7# mips has no TAS implementation 6# mips has no TAS implementation
8BROKEN_ON_PLATFORM= *-*-mips 7BROKEN_ON_PLATFORM= *-*-mips
9 8
10.include "../../databases/postgresql14/Makefile.common" 9.include "../../databases/postgresql14/Makefile.common"
11 10
12USE_TOOLS+= msgfmt 11USE_TOOLS+= msgfmt
13TOOLS_BROKEN+= perl 12TOOLS_BROKEN+= perl
14CONFIGURE_ARGS+= --with-openssl 13CONFIGURE_ARGS+= --with-openssl
15 14
16INSTALL_DIRS= src/backend 15INSTALL_DIRS= src/backend
17INSTALL_DIRS+= src/backend/replication/libpqwalreceiver 16INSTALL_DIRS+= src/backend/replication/libpqwalreceiver

cvs diff -r1.3 -r1.4 pkgsrc/databases/postgresql14-server/PLIST (expand / switch to unified diff)

--- pkgsrc/databases/postgresql14-server/PLIST 2022/04/25 08:09:25 1.3
+++ pkgsrc/databases/postgresql14-server/PLIST 2022/08/15 20:59:40 1.4
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1${PLIST.llvm}${PLIST.gssapi}lib/postgresql/bitcode/postgres/libpq/be-gssapi-common.bc 1${PLIST.llvm}${PLIST.gssapi}lib/postgresql/bitcode/postgres/libpq/be-gssapi-common.bc
2${PLIST.llvm}${PLIST.gssapi}lib/postgresql/bitcode/postgres/libpq/be-secure-gssapi.bc 2${PLIST.llvm}${PLIST.gssapi}lib/postgresql/bitcode/postgres/libpq/be-secure-gssapi.bc
3@comment $NetBSD: PLIST,v 1.3 2022/04/25 08:09:25 adam Exp $ 3@comment $NetBSD: PLIST,v 1.4 2022/08/15 20:59:40 adam Exp $
4bin/postgres 4bin/postgres
5bin/postmaster 5bin/postmaster
6include/postgresql/server/plpgsql.h 6include/postgresql/server/plpgsql.h
7${PLIST.llvm}lib/postgresql/bitcode/postgres.index.bc 7${PLIST.llvm}lib/postgresql/bitcode/postgres.index.bc
8${PLIST.llvm}lib/postgresql/bitcode/postgres/access/brin/brin.bc 8${PLIST.llvm}lib/postgresql/bitcode/postgres/access/brin/brin.bc
9${PLIST.llvm}lib/postgresql/bitcode/postgres/access/brin/brin_bloom.bc 9${PLIST.llvm}lib/postgresql/bitcode/postgres/access/brin/brin_bloom.bc
10${PLIST.llvm}lib/postgresql/bitcode/postgres/access/brin/brin_inclusion.bc 10${PLIST.llvm}lib/postgresql/bitcode/postgres/access/brin/brin_inclusion.bc
11${PLIST.llvm}lib/postgresql/bitcode/postgres/access/brin/brin_minmax.bc 11${PLIST.llvm}lib/postgresql/bitcode/postgres/access/brin/brin_minmax.bc
12${PLIST.llvm}lib/postgresql/bitcode/postgres/access/brin/brin_minmax_multi.bc 12${PLIST.llvm}lib/postgresql/bitcode/postgres/access/brin/brin_minmax_multi.bc
13${PLIST.llvm}lib/postgresql/bitcode/postgres/access/brin/brin_pageops.bc 13${PLIST.llvm}lib/postgresql/bitcode/postgres/access/brin/brin_pageops.bc
14${PLIST.llvm}lib/postgresql/bitcode/postgres/access/brin/brin_revmap.bc 14${PLIST.llvm}lib/postgresql/bitcode/postgres/access/brin/brin_revmap.bc
15${PLIST.llvm}lib/postgresql/bitcode/postgres/access/brin/brin_tuple.bc 15${PLIST.llvm}lib/postgresql/bitcode/postgres/access/brin/brin_tuple.bc
16${PLIST.llvm}lib/postgresql/bitcode/postgres/access/brin/brin_validate.bc 16${PLIST.llvm}lib/postgresql/bitcode/postgres/access/brin/brin_validate.bc
@@ -683,26 +683,27 @@ ${PLIST.llvm}lib/postgresql/bitcode/post @@ -683,26 +683,27 @@ ${PLIST.llvm}lib/postgresql/bitcode/post
683${PLIST.llvm}lib/postgresql/bitcode/postgres/utils/misc/superuser.bc 683${PLIST.llvm}lib/postgresql/bitcode/postgres/utils/misc/superuser.bc
684${PLIST.llvm}lib/postgresql/bitcode/postgres/utils/misc/timeout.bc 684${PLIST.llvm}lib/postgresql/bitcode/postgres/utils/misc/timeout.bc
685${PLIST.llvm}lib/postgresql/bitcode/postgres/utils/misc/tzparser.bc 685${PLIST.llvm}lib/postgresql/bitcode/postgres/utils/misc/tzparser.bc
686${PLIST.llvm}lib/postgresql/bitcode/postgres/utils/mmgr/aset.bc 686${PLIST.llvm}lib/postgresql/bitcode/postgres/utils/mmgr/aset.bc
687${PLIST.llvm}lib/postgresql/bitcode/postgres/utils/mmgr/dsa.bc 687${PLIST.llvm}lib/postgresql/bitcode/postgres/utils/mmgr/dsa.bc
688${PLIST.llvm}lib/postgresql/bitcode/postgres/utils/mmgr/freepage.bc 688${PLIST.llvm}lib/postgresql/bitcode/postgres/utils/mmgr/freepage.bc
689${PLIST.llvm}lib/postgresql/bitcode/postgres/utils/mmgr/generation.bc 689${PLIST.llvm}lib/postgresql/bitcode/postgres/utils/mmgr/generation.bc
690${PLIST.llvm}lib/postgresql/bitcode/postgres/utils/mmgr/mcxt.bc 690${PLIST.llvm}lib/postgresql/bitcode/postgres/utils/mmgr/mcxt.bc
691${PLIST.llvm}lib/postgresql/bitcode/postgres/utils/mmgr/memdebug.bc 691${PLIST.llvm}lib/postgresql/bitcode/postgres/utils/mmgr/memdebug.bc
692${PLIST.llvm}lib/postgresql/bitcode/postgres/utils/mmgr/portalmem.bc 692${PLIST.llvm}lib/postgresql/bitcode/postgres/utils/mmgr/portalmem.bc
693${PLIST.llvm}lib/postgresql/bitcode/postgres/utils/mmgr/slab.bc 693${PLIST.llvm}lib/postgresql/bitcode/postgres/utils/mmgr/slab.bc
694${PLIST.llvm}lib/postgresql/bitcode/postgres/utils/resowner/resowner.bc 694${PLIST.llvm}lib/postgresql/bitcode/postgres/utils/resowner/resowner.bc
695${PLIST.llvm}lib/postgresql/bitcode/postgres/utils/sort/logtape.bc 695${PLIST.llvm}lib/postgresql/bitcode/postgres/utils/sort/logtape.bc
 696${PLIST.llvm}lib/postgresql/bitcode/postgres/utils/sort/qsort_interruptible.bc
696${PLIST.llvm}lib/postgresql/bitcode/postgres/utils/sort/sharedtuplestore.bc 697${PLIST.llvm}lib/postgresql/bitcode/postgres/utils/sort/sharedtuplestore.bc
697${PLIST.llvm}lib/postgresql/bitcode/postgres/utils/sort/sortsupport.bc 698${PLIST.llvm}lib/postgresql/bitcode/postgres/utils/sort/sortsupport.bc
698${PLIST.llvm}lib/postgresql/bitcode/postgres/utils/sort/tuplesort.bc 699${PLIST.llvm}lib/postgresql/bitcode/postgres/utils/sort/tuplesort.bc
699${PLIST.llvm}lib/postgresql/bitcode/postgres/utils/sort/tuplestore.bc 700${PLIST.llvm}lib/postgresql/bitcode/postgres/utils/sort/tuplestore.bc
700${PLIST.llvm}lib/postgresql/bitcode/postgres/utils/time/combocid.bc 701${PLIST.llvm}lib/postgresql/bitcode/postgres/utils/time/combocid.bc
701${PLIST.llvm}lib/postgresql/bitcode/postgres/utils/time/snapmgr.bc 702${PLIST.llvm}lib/postgresql/bitcode/postgres/utils/time/snapmgr.bc
702lib/postgresql/cyrillic_and_mic.so 703lib/postgresql/cyrillic_and_mic.so
703lib/postgresql/dict_snowball.so 704lib/postgresql/dict_snowball.so
704lib/postgresql/euc2004_sjis2004.so 705lib/postgresql/euc2004_sjis2004.so
705lib/postgresql/euc_cn_and_mic.so 706lib/postgresql/euc_cn_and_mic.so
706lib/postgresql/euc_jp_and_sjis.so 707lib/postgresql/euc_jp_and_sjis.so
707lib/postgresql/euc_kr_and_mic.so 708lib/postgresql/euc_kr_and_mic.so
708lib/postgresql/euc_tw_and_big5.so 709lib/postgresql/euc_tw_and_big5.so