pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/pkgsrc-2021Q2]: pkgsrc/databases Pullup ticket #6491 - requested by nia



details:   https://anonhg.NetBSD.org/pkgsrc/rev/610f93357183
branches:  pkgsrc-2021Q2
changeset: 456280:610f93357183
user:      bsiegert <bsiegert%pkgsrc.org@localhost>
date:      Sat Jul 24 18:11:47 2021 +0000

description:
Pullup ticket #6491 - requested by nia
databases/postgresql10: build fix
databases/postgresql11: build fix
databases/postgresql12: build fix
databases/postgresql13: build fix

Revisions pulled up:
- databases/postgresql10/distinfo                               1.21
- databases/postgresql10/patches/patch-src_backend_Makefile     1.2
- databases/postgresql11/distinfo                               1.16
- databases/postgresql11/patches/patch-src_backend_Makefile     1.2
- databases/postgresql12/distinfo                               1.10
- databases/postgresql12/patches/patch-src_backend_Makefile     1.2
- databases/postgresql13/distinfo                               1.6
- databases/postgresql13/patches/patch-src_backend_Makefile     1.2

---
   Module Name: pkgsrc
   Committed By:        mlelstv
   Date:                Mon Jul 12 09:06:22 UTC 2021

   Modified Files:
        pkgsrc/databases/postgresql10: distinfo
        pkgsrc/databases/postgresql10/patches: patch-src_backend_Makefile
        pkgsrc/databases/postgresql11: distinfo
        pkgsrc/databases/postgresql11/patches: patch-src_backend_Makefile
        pkgsrc/databases/postgresql12: distinfo
        pkgsrc/databases/postgresql12/patches: patch-src_backend_Makefile
        pkgsrc/databases/postgresql13: distinfo
        pkgsrc/databases/postgresql13/patches: patch-src_backend_Makefile

   Log Message:
   Add backends order dependency for catalog -> utils

diffstat:

 databases/postgresql10/distinfo                           |  4 ++--
 databases/postgresql10/patches/patch-src_backend_Makefile |  5 +++--
 databases/postgresql11/distinfo                           |  4 ++--
 databases/postgresql11/patches/patch-src_backend_Makefile |  5 +++--
 databases/postgresql12/distinfo                           |  4 ++--
 databases/postgresql12/patches/patch-src_backend_Makefile |  5 +++--
 databases/postgresql13/distinfo                           |  4 ++--
 databases/postgresql13/patches/patch-src_backend_Makefile |  5 +++--
 8 files changed, 20 insertions(+), 16 deletions(-)

diffs (164 lines):

diff -r 434b7efe7ca0 -r 610f93357183 databases/postgresql10/distinfo
--- a/databases/postgresql10/distinfo   Sat Jul 24 16:38:46 2021 +0000
+++ b/databases/postgresql10/distinfo   Sat Jul 24 18:11:47 2021 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.20 2021/05/18 11:56:16 adam Exp $
+$NetBSD: distinfo,v 1.20.2.1 2021/07/24 18:11:47 bsiegert Exp $
 
 SHA1 (postgresql-10.17.tar.bz2) = 479ec3bf2882a3188dd16ec92169c67e78995400
 RMD160 (postgresql-10.17.tar.bz2) = eb2c2dd55f6515b5a2d27f36f9c87625a7d6c2f5
@@ -11,7 +11,7 @@
 SHA1 (patch-contrib_uuid-ossp_Makefile) = 2eff5d539a4501dda45d23bc094a5099a456e0af
 SHA1 (patch-src_Makefile.global.in) = 335b57afff23a9684ab0a09257665810c1ba2d1e
 SHA1 (patch-src_Makefile.shlib) = 74ab026a457a4789a1aa1d6423d88ce4a2db7a2e
-SHA1 (patch-src_backend_Makefile) = 91aa620b3a26f3da66c22aef78611a352a8793b6
+SHA1 (patch-src_backend_Makefile) = 480ac63f07fec2eaacffdbee5c5aa104081d0ee4
 SHA1 (patch-src_backend_utils_adt_datetime.c) = d1ea70986634d3bfb663eff789425252656e1289
 SHA1 (patch-src_interfaces_ecpg_pgtypeslib_interval.c) = a15012ae34d4ecd1eb2bc29e4d2c40098ea236fd
 SHA1 (patch-src_interfaces_libpq_Makefile) = 61bcf84eb69b6ec9faabab0b61913766f4b20f8c
diff -r 434b7efe7ca0 -r 610f93357183 databases/postgresql10/patches/patch-src_backend_Makefile
--- a/databases/postgresql10/patches/patch-src_backend_Makefile Sat Jul 24 16:38:46 2021 +0000
+++ b/databases/postgresql10/patches/patch-src_backend_Makefile Sat Jul 24 18:11:47 2021 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-src_backend_Makefile,v 1.1 2017/10/23 20:33:49 adam Exp $
+$NetBSD: patch-src_backend_Makefile,v 1.1.30.1 2021/07/24 18:11:47 bsiegert Exp $
 
 --- src/backend/Makefile.orig  2017-10-02 21:09:15.000000000 +0000
 +++ src/backend/Makefile
@@ -13,11 +13,12 @@
  SUBDIRS = access bootstrap catalog parser commands executor foreign lib libpq \
        main nodes optimizer port postmaster regex replication rewrite \
        statistics storage tcop tsearch utils $(top_builddir)/src/timezone
-@@ -119,6 +123,8 @@ submake-errcodes: $(top_builddir)/src/in
+@@ -119,6 +123,9 @@ submake-errcodes: $(top_builddir)/src/in
  
  $(top_builddir)/src/port/libpgport_srv.a: | submake-libpgport
  
 +$(top_builddir)/src/common/libpgcommon_srv.a: | submake-libpgport
++utils: | catalog
 +
  
  # The postgres.o target is needed by the rule in Makefile.global that
diff -r 434b7efe7ca0 -r 610f93357183 databases/postgresql11/distinfo
--- a/databases/postgresql11/distinfo   Sat Jul 24 16:38:46 2021 +0000
+++ b/databases/postgresql11/distinfo   Sat Jul 24 18:11:47 2021 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.15 2021/05/18 11:56:17 adam Exp $
+$NetBSD: distinfo,v 1.15.2.1 2021/07/24 18:11:47 bsiegert Exp $
 
 SHA1 (postgresql-11.12.tar.bz2) = 4058af97fde72064c5fd18a508eda6a5526359df
 RMD160 (postgresql-11.12.tar.bz2) = cd4a28a42b4828df710502b2bc8c9a5da0eaf2d3
@@ -11,7 +11,7 @@
 SHA1 (patch-contrib_uuid-ossp_Makefile) = 2eff5d539a4501dda45d23bc094a5099a456e0af
 SHA1 (patch-src_Makefile.global.in) = 335b57afff23a9684ab0a09257665810c1ba2d1e
 SHA1 (patch-src_Makefile.shlib) = 4e093c79345add008a56c10d1c1bc8574f7a38e1
-SHA1 (patch-src_backend_Makefile) = 209f4cfb1670381838e7f25ead7ab9f0f671f89c
+SHA1 (patch-src_backend_Makefile) = 736ff7db09faf167c6e40a45a1099836f3e98911
 SHA1 (patch-src_backend_utils_adt_datetime.c) = d1ea70986634d3bfb663eff789425252656e1289
 SHA1 (patch-src_interfaces_libpq_Makefile) = 61bcf84eb69b6ec9faabab0b61913766f4b20f8c
 SHA1 (patch-src_makefiles_Makefile.solaris) = 0168f5bc105ffc89d5db40907a08966d8465f5a0
diff -r 434b7efe7ca0 -r 610f93357183 databases/postgresql11/patches/patch-src_backend_Makefile
--- a/databases/postgresql11/patches/patch-src_backend_Makefile Sat Jul 24 16:38:46 2021 +0000
+++ b/databases/postgresql11/patches/patch-src_backend_Makefile Sat Jul 24 18:11:47 2021 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-src_backend_Makefile,v 1.1 2018/10/23 16:02:51 adam Exp $
+$NetBSD: patch-src_backend_Makefile,v 1.1.22.1 2021/07/24 18:11:47 bsiegert Exp $
 
 --- src/backend/Makefile.orig  2018-10-15 21:12:02.000000000 +0000
 +++ src/backend/Makefile
@@ -13,11 +13,12 @@
  SUBDIRS = access bootstrap catalog parser commands executor foreign lib libpq \
        main nodes optimizer partitioning port postmaster \
        regex replication rewrite \
-@@ -113,6 +117,8 @@ endif # aix
+@@ -113,6 +117,9 @@ endif # aix
  
  $(top_builddir)/src/port/libpgport_srv.a: | submake-libpgport
  
 +$(top_builddir)/src/common/libpgcommon_srv.a: | submake-libpgport
++utils: | catalog
 +
  
  # The postgres.o target is needed by the rule in Makefile.global that
diff -r 434b7efe7ca0 -r 610f93357183 databases/postgresql12/distinfo
--- a/databases/postgresql12/distinfo   Sat Jul 24 16:38:46 2021 +0000
+++ b/databases/postgresql12/distinfo   Sat Jul 24 18:11:47 2021 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.9 2021/05/18 11:56:18 adam Exp $
+$NetBSD: distinfo,v 1.9.2.1 2021/07/24 18:11:47 bsiegert Exp $
 
 SHA1 (postgresql-12.7.tar.bz2) = e7071caed1f31a0b6d7579ea66e00342e8ebe146
 RMD160 (postgresql-12.7.tar.bz2) = 7a8e2a19b372076498782ae7f8285826d5f5fdc7
@@ -11,7 +11,7 @@
 SHA1 (patch-contrib_uuid-ossp_Makefile) = 2eff5d539a4501dda45d23bc094a5099a456e0af
 SHA1 (patch-src_Makefile.global.in) = 335b57afff23a9684ab0a09257665810c1ba2d1e
 SHA1 (patch-src_Makefile.shlib) = 4e093c79345add008a56c10d1c1bc8574f7a38e1
-SHA1 (patch-src_backend_Makefile) = 209f4cfb1670381838e7f25ead7ab9f0f671f89c
+SHA1 (patch-src_backend_Makefile) = 736ff7db09faf167c6e40a45a1099836f3e98911
 SHA1 (patch-src_interfaces_libpq_Makefile) = 61bcf84eb69b6ec9faabab0b61913766f4b20f8c
 SHA1 (patch-src_makefiles_Makefile.solaris) = 10bf43bee54a6a1b6086c1652076544b05bf0192
 SHA1 (patch-src_pl_plperl_GNUmakefile) = 161a8f7af61b3a33b255fdee9fa7d4918decde7d
diff -r 434b7efe7ca0 -r 610f93357183 databases/postgresql12/patches/patch-src_backend_Makefile
--- a/databases/postgresql12/patches/patch-src_backend_Makefile Sat Jul 24 16:38:46 2021 +0000
+++ b/databases/postgresql12/patches/patch-src_backend_Makefile Sat Jul 24 18:11:47 2021 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-src_backend_Makefile,v 1.1 2019/10/07 19:21:48 adam Exp $
+$NetBSD: patch-src_backend_Makefile,v 1.1.14.1 2021/07/24 18:11:47 bsiegert Exp $
 
 --- src/backend/Makefile.orig  2018-10-15 21:12:02.000000000 +0000
 +++ src/backend/Makefile
@@ -13,11 +13,12 @@
  SUBDIRS = access bootstrap catalog parser commands executor foreign lib libpq \
        main nodes optimizer partitioning port postmaster \
        regex replication rewrite \
-@@ -113,6 +117,8 @@ endif # aix
+@@ -113,6 +117,9 @@ endif # aix
  
  $(top_builddir)/src/port/libpgport_srv.a: | submake-libpgport
  
 +$(top_builddir)/src/common/libpgcommon_srv.a: | submake-libpgport
++utils: | catalog
 +
  
  # The postgres.o target is needed by the rule in Makefile.global that
diff -r 434b7efe7ca0 -r 610f93357183 databases/postgresql13/distinfo
--- a/databases/postgresql13/distinfo   Sat Jul 24 16:38:46 2021 +0000
+++ b/databases/postgresql13/distinfo   Sat Jul 24 18:11:47 2021 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.5 2021/05/18 11:56:19 adam Exp $
+$NetBSD: distinfo,v 1.5.2.1 2021/07/24 18:11:47 bsiegert Exp $
 
 SHA1 (postgresql-13.3.tar.bz2) = 7a775f95367613ed5f7e4cd632586f9628475a92
 RMD160 (postgresql-13.3.tar.bz2) = 40e9645e8c1cd2776daaa70fa54ea62024d34527
@@ -11,7 +11,7 @@
 SHA1 (patch-contrib_uuid-ossp_Makefile) = 65e975c16f2604a44961ce0ef80be28f13b798c3
 SHA1 (patch-src_Makefile.global.in) = 9690bd0e4e967dbb0f83376a9c9848e34efed74c
 SHA1 (patch-src_Makefile.shlib) = 3bcdbd0d9e3c0609743e72c3cafb83b74c0e412f
-SHA1 (patch-src_backend_Makefile) = 209f4cfb1670381838e7f25ead7ab9f0f671f89c
+SHA1 (patch-src_backend_Makefile) = 736ff7db09faf167c6e40a45a1099836f3e98911
 SHA1 (patch-src_interfaces_libpq_Makefile) = 61bcf84eb69b6ec9faabab0b61913766f4b20f8c
 SHA1 (patch-src_makefiles_Makefile.solaris) = 10bf43bee54a6a1b6086c1652076544b05bf0192
 SHA1 (patch-src_pl_plperl_GNUmakefile) = 161a8f7af61b3a33b255fdee9fa7d4918decde7d
diff -r 434b7efe7ca0 -r 610f93357183 databases/postgresql13/patches/patch-src_backend_Makefile
--- a/databases/postgresql13/patches/patch-src_backend_Makefile Sat Jul 24 16:38:46 2021 +0000
+++ b/databases/postgresql13/patches/patch-src_backend_Makefile Sat Jul 24 18:11:47 2021 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-src_backend_Makefile,v 1.1 2020/10/18 09:24:02 adam Exp $
+$NetBSD: patch-src_backend_Makefile,v 1.1.6.1 2021/07/24 18:11:47 bsiegert Exp $
 
 --- src/backend/Makefile.orig  2018-10-15 21:12:02.000000000 +0000
 +++ src/backend/Makefile
@@ -13,11 +13,12 @@
  SUBDIRS = access bootstrap catalog parser commands executor foreign lib libpq \
        main nodes optimizer partitioning port postmaster \
        regex replication rewrite \
-@@ -113,6 +117,8 @@ endif # aix
+@@ -113,6 +117,9 @@ endif # aix
  
  $(top_builddir)/src/port/libpgport_srv.a: | submake-libpgport
  
 +$(top_builddir)/src/common/libpgcommon_srv.a: | submake-libpgport
++utils: | catalog
 +
  
  # The postgres.o target is needed by the rule in Makefile.global that



Home | Main Index | Thread Index | Old Index