head 1.3; access; symbols pkgsrc-2023Q4:1.2.0.20 pkgsrc-2023Q4-base:1.2 pkgsrc-2023Q3:1.2.0.18 pkgsrc-2023Q3-base:1.2 pkgsrc-2023Q2:1.2.0.16 pkgsrc-2023Q2-base:1.2 pkgsrc-2023Q1:1.2.0.14 pkgsrc-2023Q1-base:1.2 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.22 pkgsrc-2021Q2-base:1.1 pkgsrc-2021Q1:1.1.0.20 pkgsrc-2021Q1-base:1.1 pkgsrc-2020Q4:1.1.0.18 pkgsrc-2020Q4-base:1.1 pkgsrc-2020Q3:1.1.0.16 pkgsrc-2020Q3-base:1.1 pkgsrc-2020Q2:1.1.0.14 pkgsrc-2020Q2-base:1.1 pkgsrc-2020Q1:1.1.0.10 pkgsrc-2020Q1-base:1.1 pkgsrc-2019Q4:1.1.0.12 pkgsrc-2019Q4-base:1.1 pkgsrc-2019Q3:1.1.0.8 pkgsrc-2019Q3-base:1.1 pkgsrc-2019Q2:1.1.0.6 pkgsrc-2019Q2-base:1.1 pkgsrc-2019Q1:1.1.0.4 pkgsrc-2019Q1-base:1.1 pkgsrc-2018Q4:1.1.0.2 pkgsrc-2018Q4-base:1.1; locks; strict; comment @# @; 1.3 date 2024.01.22.16.46.17; author adam; state dead; branches; next 1.2; commitid Tizg1HSYipmoVsVE; 1.2 date 2021.07.12.09.06.21; author mlelstv; state Exp; branches; next 1.1; commitid o9uoBqzvdsdP4G0D; 1.1 date 2018.10.23.16.02.51; author adam; state Exp; branches 1.1.22.1; next ; commitid TGhajefYzYqHi6XA; 1.1.22.1 date 2021.07.24.18.11.47; author bsiegert; state Exp; branches; next ; commitid uJKAB3YsTd3gIg2D; desc @@ 1.3 log @postgresql11: 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 2018-10-15 21:12:02.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 partitioning port postmaster \ regex replication rewrite \ @@@@ -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 # 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 2018/10/23 16:02:51 adam Exp $ @ 1.1 log @postgresql11: added version 11.0 PostgreSQL 11 provides users with improvements to overall performance of the database system, with specific enhancements associated with very large databases and high computational workloads. Further, PostgreSQL 11 makes significant improvements to the table partitioning system, adds support for stored procedures capable of transaction management, improves query parallelism and adds parallelized data definition capabilities, and introduces just-in-time (JIT) compilation for accelerating the execution of expressions in queries. @ text @d1 1 a1 1 $NetBSD: patch-src_backend_Makefile,v 1.1 2017/10/23 20:33:49 adam Exp $ d16 1 a16 1 @@@@ -113,6 +117,8 @@@@ endif # aix d21 1 @ 1.1.22.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 @d1 1 a1 1 $NetBSD$ d16 1 a16 1 @@@@ -113,6 +117,9 @@@@ endif # aix a20 1 +utils: | catalog @