pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/cyrus-sasl2 The path to the Courier authdaemo...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/28a534a12561
branches:  trunk
changeset: 490050:28a534a12561
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Wed Mar 02 15:52:26 2005 +0000

description:
The path to the Courier authdaemond socket was improperly being set to
the wrong value.  Fix it so that the default is now correctly set to be
/var/authdaemond/socket.  Bump the PKGREVISION to 1.

diffstat:

 security/cyrus-sasl2/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (23 lines):

diff -r c3e751466a88 -r 28a534a12561 security/cyrus-sasl2/Makefile
--- a/security/cyrus-sasl2/Makefile     Wed Mar 02 15:41:32 2005 +0000
+++ b/security/cyrus-sasl2/Makefile     Wed Mar 02 15:52:26 2005 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.40 2005/02/26 08:14:11 jlam Exp $
+# $NetBSD: Makefile,v 1.41 2005/03/02 15:52:26 jlam Exp $
 
 .include "Makefile.common"
 
-PKGREVISION=   # empty
+PKGREVISION=   1
 SVR4_PKGNAME=  csasl
 COMMENT=       Simple Authentication and Security Layer
 
@@ -32,7 +32,7 @@
 # plaintext password authentication.
 #
 AUTHDAEMONVAR?=                ${VARBASE}/authdaemon
-CONFIGURE_ARGS+=        --with-authdaemond=${AUTHDAEMONVAR}
+CONFIGURE_ARGS+=        --with-authdaemond=${AUTHDAEMONVAR}/socket
 BUILD_DEFS+=           AUTHDAEMONVAR
 
 # Support using APOP against a POP server for plaintext password



Home | Main Index | Thread Index | Old Index