head 1.2; access; symbols pkgsrc-2026Q1:1.2.0.26 pkgsrc-2026Q1-base:1.2 pkgsrc-2025Q4:1.2.0.24 pkgsrc-2025Q4-base:1.2 pkgsrc-2025Q3:1.2.0.22 pkgsrc-2025Q3-base:1.2 pkgsrc-2025Q2:1.2.0.20 pkgsrc-2025Q2-base:1.2 pkgsrc-2025Q1:1.2.0.18 pkgsrc-2025Q1-base:1.2 pkgsrc-2024Q4:1.2.0.16 pkgsrc-2024Q4-base:1.2 pkgsrc-2024Q3:1.2.0.14 pkgsrc-2024Q3-base:1.2 pkgsrc-2024Q2:1.2.0.12 pkgsrc-2024Q2-base:1.2 pkgsrc-2024Q1:1.2.0.10 pkgsrc-2024Q1-base:1.2 pkgsrc-2023Q4:1.2.0.8 pkgsrc-2023Q4-base:1.2 pkgsrc-2023Q3:1.2.0.6 pkgsrc-2023Q3-base:1.2 pkgsrc-2023Q2:1.2.0.4 pkgsrc-2023Q2-base:1.2 pkgsrc-2023Q1:1.2.0.2 pkgsrc-2023Q1-base:1.2 pkgsrc-2022Q4:1.1.0.22 pkgsrc-2022Q4-base:1.1 pkgsrc-2022Q3:1.1.0.20 pkgsrc-2022Q3-base:1.1 pkgsrc-2022Q2:1.1.0.18 pkgsrc-2022Q2-base:1.1 pkgsrc-2022Q1:1.1.0.16 pkgsrc-2022Q1-base:1.1 pkgsrc-2021Q4:1.1.0.14 pkgsrc-2021Q4-base:1.1 pkgsrc-2021Q3:1.1.0.12 pkgsrc-2021Q3-base:1.1 pkgsrc-2021Q2:1.1.0.10 pkgsrc-2021Q2-base:1.1 pkgsrc-2021Q1:1.1.0.8 pkgsrc-2021Q1-base:1.1 pkgsrc-2020Q4:1.1.0.6 pkgsrc-2020Q4-base:1.1 pkgsrc-2020Q3:1.1.0.4 pkgsrc-2020Q3-base:1.1 pkgsrc-2020Q2:1.1.0.2 pkgsrc-2020Q2-base:1.1; locks; strict; comment @# @; 1.2 date 2023.01.25.19.31.05; author bsiegert; state Exp; branches; next 1.1; commitid 7FlONdnD1489tXaE; 1.1 date 2020.04.13.19.11.07; author joerg; state Exp; branches; next ; commitid wrgNhKooWdUa3g4C; desc @@ 1.2 log @courier-authlib: update to 0.72.0 Upstream does not supply a meaningful changelog. @ text @$NetBSD: patch-configure,v 1.1 2020/04/13 19:11:07 joerg Exp $ --- configure.orig 2022-12-02 13:40:39.000000000 +0000 +++ configure @@@@ -20021,7 +20021,7 @@@@ done test -n "$PG_CONFIG" || PG_CONFIG="pg_config" -PGSQL_LIBS="-lpq" +test -n "$PGSQL_LIBS" || PGSQL_LIBS="-lpq" # Check whether --with-pgsql-libs was given. if test ${with_pgsql_libs+y} @@@@ -20822,7 +20822,7 @@@@ rm -f authdaemonrc.h authldaprc.h authmy result="" -if test -x "$bindir/courierauthconfig" +if false then $bindir/courierauthconfig --configfiles >conftest.out || exit 1 sed -n '/^mail/p' conftest2.out || exit 1 @ 1.1 log @Update courier-authlib to 0.69.1. Changes unknown, but necessary for maildrop. @ text @d1 1 a1 1 $NetBSD$ d3 1 a3 1 --- configure.orig 2019-07-24 23:58:04.000000000 +0000 d5 1 a5 1 @@@@ -18837,7 +18837,7 @@@@ done d13 2 a14 2 if test "${with_pgsql_libs+set}" = set; then : @@@@ -19653,7 +19653,7 @@@@ rm -f authdaemonrc.h authldaprc.h authmy a17 9 -if test -x "$COURIERCONFIG" +if false && test -x "$COURIERCONFIG" then $COURIERCONFIG >conftest.out || exit 1 sed -n '/^mail/p' conftest2.out || exit 1 @@@@ -19665,7 +19665,7 @@@@ then result=" (from courier-config)" fi d19 1 a19 1 +if false && test -x "$bindir/courierauthconfig" @