head 1.3; access; symbols pkgsrc-2025Q4:1.2.0.40 pkgsrc-2025Q4-base:1.2 pkgsrc-2025Q3:1.2.0.38 pkgsrc-2025Q3-base:1.2 pkgsrc-2025Q2:1.2.0.36 pkgsrc-2025Q2-base:1.2 pkgsrc-2025Q1:1.2.0.34 pkgsrc-2025Q1-base:1.2 pkgsrc-2024Q4:1.2.0.32 pkgsrc-2024Q4-base:1.2 pkgsrc-2024Q3:1.2.0.30 pkgsrc-2024Q3-base:1.2 pkgsrc-2024Q2:1.2.0.28 pkgsrc-2024Q2-base:1.2 pkgsrc-2024Q1:1.2.0.26 pkgsrc-2024Q1-base:1.2 pkgsrc-2023Q4:1.2.0.24 pkgsrc-2023Q4-base:1.2 pkgsrc-2023Q3:1.2.0.22 pkgsrc-2023Q3-base:1.2 pkgsrc-2023Q2:1.2.0.20 pkgsrc-2023Q2-base:1.2 pkgsrc-2023Q1:1.2.0.18 pkgsrc-2023Q1-base:1.2 pkgsrc-2022Q4:1.2.0.16 pkgsrc-2022Q4-base:1.2 pkgsrc-2022Q3:1.2.0.14 pkgsrc-2022Q3-base:1.2 pkgsrc-2022Q2:1.2.0.12 pkgsrc-2022Q2-base:1.2 pkgsrc-2022Q1:1.2.0.10 pkgsrc-2022Q1-base:1.2 pkgsrc-2021Q4:1.2.0.8 pkgsrc-2021Q4-base:1.2 pkgsrc-2021Q3:1.2.0.6 pkgsrc-2021Q3-base:1.2 pkgsrc-2021Q2:1.2.0.4 pkgsrc-2021Q2-base:1.2 pkgsrc-2021Q1:1.2.0.2 pkgsrc-2021Q1-base:1.2 pkgsrc-2020Q4:1.1.0.2 pkgsrc-2020Q4-base:1.1; locks; strict; comment @# @; 1.3 date 2026.02.13.11.35.04; author adam; state dead; branches; next 1.2; commitid 2e0GFhYPjJ2RZcuG; 1.2 date 2021.03.18.15.04.55; author adam; state Exp; branches; next 1.1; commitid we0l2qbcP04xMNLC; 1.1 date 2020.10.18.09.24.02; author adam; state Exp; branches; next ; commitid 6pwEveeYuGH1LmsC; desc @@ 1.3 log @postgresql13: removed; end-of-life since 11 November 2021 @ text @$NetBSD: patch-configure,v 1.2 2021/03/18 15:04:55 adam Exp $ Do not store CONFIGURE_ARGS, as these may contain working directory references. Finally, native solaris uses -lgss for gssapi on mit-krb5. --- configure.orig 2021-02-08 21:54:11.000000000 +0000 +++ configure @@@@ -2805,7 +2805,7 @@@@ ac_configure="$SHELL $ac_aux_dir/configu cat >>confdefs.h <<_ACEOF -#define CONFIGURE_ARGS "$ac_configure_args" +#define CONFIGURE_ARGS "" _ACEOF @@@@ -2971,6 +2971,7 @@@@ case $host_os in darwin*) template=darwin ;; dragonfly*) template=netbsd ;; freebsd*) template=freebsd ;; + dragonfly*) template=dragonfly ;; hpux*) template=hpux ;; linux*|gnu*|k*bsd*-gnu) template=linux ;; @@@@ -9731,9 +9732,7 @@@@ if test "$PORTNAME" = "win32" ; then fi fi else - pgac_tmp1=`$PERL -MExtUtils::Embed -e ldopts` - pgac_tmp2=`$PERL -MConfig -e 'print $Config{ccdlflags}'` - perl_embed_ldflags=`echo X"$pgac_tmp1" | sed -e "s/^X//" -e "s%$pgac_tmp2%%" -e "s/ -arch [-a-zA-Z0-9_]*//g"` + perl_embed_ldflags=`$PERL -MExtUtils::Embed -e ldopts` fi if test -z "$perl_embed_ldflags" ; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 @@@@ -12043,7 +12042,7 @@@@ return gss_init_sec_context (); return 0; } _ACEOF -for ac_lib in '' gssapi_krb5 gss 'gssapi -lkrb5 -lcrypto'; do +for ac_lib in '' gssapi_krb5 gss 'gssapi -lkrb5 -lcrypto' 'gss -lkrb5 lcrypto'; do if test -z "$ac_lib"; then ac_res="none required" else @ 1.2 log @postgresql: fix buildling contrib/uuid-ossp; fixes for LLVM enabled; should fix #55803 @ text @d1 1 a1 1 $NetBSD: patch-configure,v 1.1 2020/10/18 09:24:02 adam Exp $ @ 1.1 log @postgresql13: added version 13.0 PostgreSQL 13 contains many new features and enhancements, including: * Space savings and performance gains from de-duplication of B-tree index entries * Improved performance for queries that use aggregates or partitioned tables * Better query planning when using extended statistics * Parallelized vacuuming of indexes * Incremental sorting @ text @d1 1 a1 1 $NetBSD: patch-configure,v 1.1 2019/10/07 19:21:48 adam Exp $ d3 1 d6 1 a6 1 --- configure.orig 2018-02-05 21:01:02.000000000 +0000 d8 10 a17 1 @@@@ -2879,6 +2879,7 @@@@ case $host_os in d25 1 a25 1 @@@@ -7884,9 +7885,7 @@@@ if test "$PORTNAME" = "win32" ; then d36 1 a36 1 @@@@ -9928,7 +9927,7 @@@@ return gss_init_sec_context (); @