head 1.3; access; symbols pkgsrc-2025Q4:1.2.0.26 pkgsrc-2025Q4-base:1.2 pkgsrc-2025Q3:1.2.0.24 pkgsrc-2025Q3-base:1.2 pkgsrc-2025Q2:1.2.0.22 pkgsrc-2025Q2-base:1.2 pkgsrc-2025Q1:1.2.0.20 pkgsrc-2025Q1-base:1.2 pkgsrc-2024Q4:1.2.0.18 pkgsrc-2024Q4-base:1.2 pkgsrc-2024Q3:1.2.0.16 pkgsrc-2024Q3-base:1.2 pkgsrc-2024Q2:1.2.0.14 pkgsrc-2024Q2-base:1.2 pkgsrc-2024Q1:1.2.0.12 pkgsrc-2024Q1-base:1.2 pkgsrc-2023Q4:1.2.0.10 pkgsrc-2023Q4-base:1.2 pkgsrc-2023Q3:1.2.0.8 pkgsrc-2023Q3-base:1.2 pkgsrc-2023Q2:1.2.0.6 pkgsrc-2023Q2-base:1.2 pkgsrc-2023Q1:1.2.0.4 pkgsrc-2023Q1-base:1.2 pkgsrc-2022Q4:1.2.0.2 pkgsrc-2022Q4-base:1.2 pkgsrc-2022Q3:1.1.0.8 pkgsrc-2022Q3-base:1.1 pkgsrc-2022Q2:1.1.0.6 pkgsrc-2022Q2-base:1.1 pkgsrc-2022Q1:1.1.0.4 pkgsrc-2022Q1-base:1.1 pkgsrc-2021Q4:1.1.0.2 pkgsrc-2021Q4-base:1.1; locks; strict; comment @# @; 1.3 date 2026.02.13.11.35.05; author adam; state dead; branches; next 1.2; commitid 2e0GFhYPjJ2RZcuG; 1.2 date 2022.10.22.18.04.08; author nros; state Exp; branches; next 1.1; commitid 0XlfZUBAa7oR2KYD; 1.1 date 2021.12.12.21.20.38; author nros; state Exp; branches; next ; commitid aYRAJqLsD5N2epkD; desc @@ 1.3 log @postgresql13: removed; end-of-life since 11 November 2021 @ text @$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 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 + all: libpgfeutils.a libpgfeutils.a: $(OBJS) @ 1.2 log @postgresql13: update patch so that print.o in fe_utils doesn't rebuild all the time @ text @d1 1 a1 1 $NetBSD: patch-src_fe__utils_Makefile,v 1.1 2021/12/12 21:20:38 nros Exp $ @ 1.1 log @add patch to postgresql13 fix build break in postgresql client when MAKE_JOBS is set ot a high value @ text @d1 1 a1 1 $NetBSD$ d6 1 a6 1 --- src/fe_utils/Makefile.orig 2021-12-12 20:31:36.690042917 +0000 d12 1 a12 1 +print.o: submake-generated-headers @