pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/databases/postgresql13 postgresql13: update patch so t...
details: https://anonhg.NetBSD.org/pkgsrc/rev/43df6fa6ef92
branches: trunk
changeset: 387115:43df6fa6ef92
user: nros <nros%pkgsrc.org@localhost>
date: Sat Oct 22 18:04:08 2022 +0000
description:
postgresql13: update patch so that print.o in fe_utils doesn't rebuild all the time
diffstat:
databases/postgresql13/distinfo | 4 ++--
databases/postgresql13/patches/patch-src_fe__utils_Makefile | 6 +++---
2 files changed, 5 insertions(+), 5 deletions(-)
diffs (40 lines):
diff -r b6a552ea73a0 -r 43df6fa6ef92 databases/postgresql13/distinfo
--- a/databases/postgresql13/distinfo Sat Oct 22 18:02:35 2022 +0000
+++ b/databases/postgresql13/distinfo Sat Oct 22 18:04:08 2022 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.14 2022/08/15 20:59:38 adam Exp $
+$NetBSD: distinfo,v 1.15 2022/10/22 18:04:08 nros Exp $
BLAKE2s (postgresql-13.8.tar.bz2) = 234ac7daf17806f31c81f09542663c43f98e96f078aebb8354213d14ae3af86a
SHA512 (postgresql-13.8.tar.bz2) = 3b39448b291342a5e9b610d410c222aeb85f8acf95632e73e138ae316133af3dadc795a6e706f6447f543cf10df3c786da4f1afa1d91489b50eb77e2d9ed5d84
@@ -11,7 +11,7 @@
SHA1 (patch-src_Makefile.global.in) = 9690bd0e4e967dbb0f83376a9c9848e34efed74c
SHA1 (patch-src_Makefile.shlib) = 3bcdbd0d9e3c0609743e72c3cafb83b74c0e412f
SHA1 (patch-src_backend_Makefile) = 736ff7db09faf167c6e40a45a1099836f3e98911
-SHA1 (patch-src_fe__utils_Makefile) = 9d73d39d8a275f5c488f7cb46f05e1d0320c7e77
+SHA1 (patch-src_fe__utils_Makefile) = c4d2c9f7c2f550c3a9d4d2089b033d029b7a6551
SHA1 (patch-src_interfaces_libpq_Makefile) = 61bcf84eb69b6ec9faabab0b61913766f4b20f8c
SHA1 (patch-src_makefiles_Makefile.solaris) = 10bf43bee54a6a1b6086c1652076544b05bf0192
SHA1 (patch-src_pl_plperl_GNUmakefile) = 161a8f7af61b3a33b255fdee9fa7d4918decde7d
diff -r b6a552ea73a0 -r 43df6fa6ef92 databases/postgresql13/patches/patch-src_fe__utils_Makefile
--- a/databases/postgresql13/patches/patch-src_fe__utils_Makefile Sat Oct 22 18:02:35 2022 +0000
+++ b/databases/postgresql13/patches/patch-src_fe__utils_Makefile Sat Oct 22 18:04:08 2022 +0000
@@ -1,15 +1,15 @@
-$NetBSD: patch-src_fe__utils_Makefile,v 1.1 2021/12/12 21:20:38 nros Exp $
+$NetBSD: patch-src_fe__utils_Makefile,v 1.2 2022/10/22 18:04:08 nros Exp $
* make sure catalog/pg_type_d.h has been generated before print.c compiles
fixes build postgresql client when MAKE_JOBS is set to a high value
---- src/fe_utils/Makefile.orig 2021-12-12 20:31:36.690042917 +0000
+--- src/fe_utils/Makefile.orig 2022-08-08 20:45:58.000000000 +0000
+++ src/fe_utils/Makefile
@@ -30,6 +30,8 @@ OBJS = \
simple_list.o \
string_utils.o
-+print.o: submake-generated-headers
++print.o: | submake-generated-headers
+
all: libpgfeutils.a
Home |
Main Index |
Thread Index |
Old Index