pkgsrc/security/courier-authlib/patches/patch-ab
jlam 55592c3715 Update security/courier-authlib to 0.60.1. Changes from version 0.59.3
include:

* MYSQL_CHARACTER_SET option.

* Allow underscores, colons and plusses, in account names.

* Add {MD5RAW} hash method.

* Fix runtime problems with hardcoded file descriptors in the daemon
  code by using OPEN_MAX instead.
2007-10-15 15:37:01 +00:00

31 lines
893 B
Text

$NetBSD: patch-ab,v 1.5 2007/10/15 15:37:01 jlam Exp $
--- configure.orig Sat Sep 29 14:43:43 2007
+++ configure
@@ -23855,7 +23855,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+set}" = set; then
@@ -25649,7 +25649,7 @@ rm -f authdaemonrc.h authldaprc.h authmy
result=""
-if test -x "$COURIERCONFIG"
+if false && test -x "$COURIERCONFIG"
then
$COURIERCONFIG >conftest.out || exit 1
sed -n '/^mail/p' <conftest.out >conftest2.out || exit 1
@@ -25661,7 +25661,7 @@ then
result=" (from courier-config)"
fi
-if test -x "$bindir/courierauthconfig"
+if false && test -x "$bindir/courierauthconfig"
then
$bindir/courierauthconfig --configfiles >conftest.out || exit 1
sed -n '/^mail/p' <conftest.out >conftest2.out || exit 1