pkgsrc-Changes archive

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

CVS commit: pkgsrc/databases/postgresql13



Module Name:    pkgsrc
Committed By:   nros
Date:           Sat Oct 22 18:04:08 UTC 2022

Modified Files:
        pkgsrc/databases/postgresql13: distinfo
        pkgsrc/databases/postgresql13/patches: patch-src_fe__utils_Makefile

Log Message:
postgresql13: update patch so that print.o in fe_utils doesn't rebuild all the time


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/databases/postgresql13/distinfo
cvs rdiff -u -r1.1 -r1.2 \
    pkgsrc/databases/postgresql13/patches/patch-src_fe__utils_Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/databases/postgresql13/distinfo
diff -u pkgsrc/databases/postgresql13/distinfo:1.14 pkgsrc/databases/postgresql13/distinfo:1.15
--- pkgsrc/databases/postgresql13/distinfo:1.14 Mon Aug 15 20:59:38 2022
+++ pkgsrc/databases/postgresql13/distinfo      Sat Oct 22 18:04:08 2022
@@ -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-contrib_uuid-ossp_Makefile) 
 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

Index: pkgsrc/databases/postgresql13/patches/patch-src_fe__utils_Makefile
diff -u pkgsrc/databases/postgresql13/patches/patch-src_fe__utils_Makefile:1.1 pkgsrc/databases/postgresql13/patches/patch-src_fe__utils_Makefile:1.2
--- pkgsrc/databases/postgresql13/patches/patch-src_fe__utils_Makefile:1.1      Sun Dec 12 21:20:38 2021
+++ pkgsrc/databases/postgresql13/patches/patch-src_fe__utils_Makefile  Sat Oct 22 18:04:08 2022
@@ -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