head 1.3; access; symbols pkgsrc-2022Q4:1.2.0.12 pkgsrc-2022Q4-base:1.2 pkgsrc-2022Q3:1.2.0.10 pkgsrc-2022Q3-base:1.2 pkgsrc-2022Q2:1.2.0.8 pkgsrc-2022Q2-base:1.2 pkgsrc-2022Q1:1.2.0.6 pkgsrc-2022Q1-base:1.2 pkgsrc-2021Q4:1.2.0.4 pkgsrc-2021Q4-base:1.2 pkgsrc-2021Q3:1.2.0.2 pkgsrc-2021Q3-base:1.2 pkgsrc-2021Q2:1.1.0.30 pkgsrc-2021Q2-base:1.1 pkgsrc-2021Q1:1.1.0.28 pkgsrc-2021Q1-base:1.1 pkgsrc-2020Q4:1.1.0.26 pkgsrc-2020Q4-base:1.1 pkgsrc-2020Q3:1.1.0.24 pkgsrc-2020Q3-base:1.1 pkgsrc-2020Q2:1.1.0.22 pkgsrc-2020Q2-base:1.1 pkgsrc-2020Q1:1.1.0.18 pkgsrc-2020Q1-base:1.1 pkgsrc-2019Q4:1.1.0.20 pkgsrc-2019Q4-base:1.1 pkgsrc-2019Q3:1.1.0.16 pkgsrc-2019Q3-base:1.1 pkgsrc-2019Q2:1.1.0.14 pkgsrc-2019Q2-base:1.1 pkgsrc-2019Q1:1.1.0.12 pkgsrc-2019Q1-base:1.1 pkgsrc-2018Q4:1.1.0.10 pkgsrc-2018Q4-base:1.1 pkgsrc-2018Q3:1.1.0.8 pkgsrc-2018Q3-base:1.1 pkgsrc-2018Q2:1.1.0.6 pkgsrc-2018Q2-base:1.1 pkgsrc-2018Q1:1.1.0.4 pkgsrc-2018Q1-base:1.1 pkgsrc-2017Q4:1.1.0.2 pkgsrc-2017Q4-base:1.1; locks; strict; comment @# @; 1.3 date 2023.03.06.08.27.00; author adam; state dead; branches; next 1.2; commitid KJWqfvqrGayPv2gE; 1.2 date 2021.07.12.09.06.21; author mlelstv; state Exp; branches; next 1.1; commitid o9uoBqzvdsdP4G0D; 1.1 date 2017.10.23.20.33.49; author adam; state Exp; branches 1.1.30.1; next ; commitid 8lxmJ4MrSbF5xdcA; 1.1.30.1 date 2021.07.24.18.11.47; author bsiegert; state Exp; branches; next ; commitid uJKAB3YsTd3gIg2D; desc @@ 1.3 log @postgresql10: removed; end of life @ text @$NetBSD: patch-src_backend_Makefile,v 1.2 2021/07/12 09:06:21 mlelstv Exp $ --- src/backend/Makefile.orig 2017-10-02 21:09:15.000000000 +0000 +++ src/backend/Makefile @@@@ -17,6 +17,10 @@@@ subdir = src/backend top_builddir = ../.. include $(top_builddir)/src/Makefile.global +CFLAGS+= $(DL_CFLAGS) +LDFLAGS+= $(DL_LDFLAGS) +LIBS+= $(DL_LIBS) + 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,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 # creates the exports file when MAKE_EXPORTS = true. @ 1.2 log @Add backends order dependency for catalog -> utils @ text @d1 1 a1 1 $NetBSD: patch-src_backend_Makefile,v 1.1 2017/10/23 20:33:49 adam Exp $ @ 1.1 log @postgresql10: added version 10.0 Major enhancements in PostgreSQL 10 include: Logical replication using publish/subscribe Declarative table partitioning Improved query parallelism Significant general performance improvements Stronger password authentication based on SCRAM-SHA-256 Improved monitoring and control The above items are explained in more detail in the sections below. @ text @d1 1 a1 1 $NetBSD$ d16 1 a16 1 @@@@ -119,6 +123,8 @@@@ submake-errcodes: $(top_builddir)/src/in d21 1 @ 1.1.30.1 log @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 @ text @d16 1 a16 1 @@@@ -119,6 +123,9 @@@@ submake-errcodes: $(top_builddir)/src/in a20 1 +utils: | catalog @