head 1.5; access; symbols pkgsrc-2013Q2:1.5.0.44 pkgsrc-2013Q2-base:1.5 pkgsrc-2012Q4:1.5.0.42 pkgsrc-2012Q4-base:1.5 pkgsrc-2011Q4:1.5.0.40 pkgsrc-2011Q4-base:1.5 pkgsrc-2011Q2:1.5.0.38 pkgsrc-2011Q2-base:1.5 pkgsrc-2009Q4:1.5.0.36 pkgsrc-2009Q4-base:1.5 pkgsrc-2008Q4:1.5.0.34 pkgsrc-2008Q4-base:1.5 pkgsrc-2008Q3:1.5.0.32 pkgsrc-2008Q3-base:1.5 cube-native-xorg:1.5.0.30 cube-native-xorg-base:1.5 pkgsrc-2008Q2:1.5.0.28 pkgsrc-2008Q2-base:1.5 pkgsrc-2008Q1:1.5.0.26 pkgsrc-2008Q1-base:1.5 pkgsrc-2007Q4:1.5.0.24 pkgsrc-2007Q4-base:1.5 pkgsrc-2007Q3:1.5.0.22 pkgsrc-2007Q3-base:1.5 pkgsrc-2007Q2:1.5.0.20 pkgsrc-2007Q2-base:1.5 pkgsrc-2007Q1:1.5.0.18 pkgsrc-2007Q1-base:1.5 pkgsrc-2006Q4:1.5.0.16 pkgsrc-2006Q4-base:1.5 pkgsrc-2006Q3:1.5.0.14 pkgsrc-2006Q3-base:1.5 pkgsrc-2006Q2:1.5.0.12 pkgsrc-2006Q2-base:1.5 pkgsrc-2006Q1:1.5.0.10 pkgsrc-2006Q1-base:1.5 pkgsrc-2005Q4:1.5.0.8 pkgsrc-2005Q4-base:1.5 pkgsrc-2005Q3:1.5.0.6 pkgsrc-2005Q3-base:1.5 pkgsrc-2005Q2:1.5.0.4 pkgsrc-2005Q2-base:1.5 pkgsrc-2005Q1:1.5.0.2 pkgsrc-2005Q1-base:1.5 pkgsrc-2004Q4:1.4.0.4 pkgsrc-2004Q4-base:1.4 pkgsrc-2004Q3:1.4.0.2 pkgsrc-2004Q3-base:1.4 pkgsrc-2004Q2:1.3.0.4 pkgsrc-2004Q2-base:1.3 pkgsrc-2004Q1:1.3.0.2 pkgsrc-2004Q1-base:1.3 pkgsrc-2003Q4:1.2.0.10 pkgsrc-2003Q4-base:1.2 netbsd-1-6-1:1.2.0.6 netbsd-1-6-1-base:1.2 netbsd-1-6:1.2.0.8 netbsd-1-6-RELEASE-base:1.2 pkgviews:1.2.0.4 pkgviews-base:1.2 buildlink2:1.2.0.2 buildlink2-base:1.2 netbsd-1-5-PATCH003:1.2 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.5 date 2005.02.21.22.10.34; author jlam; state dead; branches; next 1.4; 1.4 date 2004.07.14.20.07.07; author jlam; state Exp; branches; next 1.3; 1.3 date 2004.02.21.14.43.16; author jlam; state Exp; branches; next 1.2; 1.2 date 2002.01.27.23.45.28; author jlam; state Exp; branches; next 1.1; 1.1 date 2002.01.22.22.00.22; author jlam; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2002.01.22.22.00.22; author jlam; state Exp; branches; next ; desc @@ 1.5 log @Remove the following packages from the "mail" category which were obsoleted by the security/courier-authlib package: courier-auth, courier-authldap, courier-authmysql, courier-authpgsql @ 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\`\"" @ 1.4 log @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. @ text @d1 1 a1 1 $NetBSD$ @ 1.3 log @Update mail/courier-auth* packages to 0.44.2 from the courier-0.44.2 source distribution. Changes from version 0.37.1 include fixing minor bugs, plugging memory leaks, and improving documentation. The authentication daemons also have improved behaviour when idling. @ text @d3 1 a3 1 --- authlib/configure.orig Sat Nov 15 12:13:24 2003 d5 1 a5 1 @@@@ -5539,8 +5539,6 @@@@ then d14 1 a14 1 @@@@ -6793,7 +6791,7 @@@@ test -n "$MYSQL_CONFIG" || MYSQL_CONFIG= @ 1.2 log @Use ${MYSQL_CONFIG}, not "mysql_config", so as to use the buildlink config wrapper. @ text @d3 1 a3 1 --- authlib/configure.orig Thu Dec 27 17:27:05 2001 d5 1 a5 1 @@@@ -2689,8 +2689,6 @@@@ d14 1 a14 1 @@@@ -3560,7 +3558,7 @@@@ @ 1.1 log @Initial revision @ text @d14 9 @ 1.1.1.1 log @Initial import of mail/courier-auth-0.37.1. This package contains the authentication daemon, modules, and utilities for the Courier mail packages. @ text @@