pkgsrc/mail/courier-auth/patches/patch-ac
jlam 02c1ff5849 Update mail/courier-auth to 0.45.6. Changes from version 0.44.2 include:
* Honor ${VARBASE}.
  * Rename "authdaemon.sysconftool" to "sysconftool" for use by other
    Courier mail packages.
  * authvchkpw explicitly disabled -- it's not officially supported within
    courier, and there's a workaround by using vchkpw2userdb(8).  This
    closes pkg/19365.
  * courierlogger(1) moved from mail/courier-imap into this package.
  * Support a new setting DEBUG_LOGIN in authdaemonrc to allow easier
    debugging of the authentication process.
  * Added documentation on how to debug the authentication process in
    ${PREFIX}/share/doc/courier.
  * makedat: Skip subdirectories named "CVS".  Allows all directory-based
    lists (makesmtpaccess, etc...) to be managed via CVS.
2004-07-14 20:07:07 +00:00

22 lines
620 B
Text

$NetBSD: patch-ac,v 1.4 2004/07/14 20:07:07 jlam Exp $
--- authlib/configure.orig Tue May 25 02:34:25 2004
+++ authlib/configure
@@ -5550,8 +5550,6 @@ then
STATIC_LIST="authldap_info $STATIC_LIST"
LIBAUTH="$LIBAUTH libauth-authldap.a"
echo authldaprc.dist >>authconfiglist
-else
- authldaprc=""
fi
@@ -6804,7 +6802,7 @@ test -n "$MYSQL_CONFIG" || MYSQL_CONFIG=
if test -x "$MYSQL_CONFIG"
then
MYSQL_CFLAGS="`$MYSQL_CONFIG --cflags`"
- MYSQL_LIBS="`mysql_config --libs`"
+ MYSQL_LIBS="`$MYSQL_CONFIG --libs`"
eval "MYSQL_CFLAGS=\"\`echo $MYSQL_CFLAGS\`\""
eval "MYSQL_LIBS=\"\`echo $MYSQL_LIBS\`\""