From a6defecf2cbc41919266dc9d74e2f06cdeee5ab3 Mon Sep 17 00:00:00 2001 From: Hajimu UMEMOTO Date: Thu, 23 Oct 2008 17:34:26 +0000 Subject: [PATCH] Change authdaemond_path from /dev/null to /var/run/authdaemond/socket. Though, authdaemond_path could be set by the sasl2 config file, it should be good to have its default value for ports/security/courier-authlib. PR: ports/95102, ports/122234 Submitted by: Artis Caune --- security/cyrus-sasl2/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/security/cyrus-sasl2/Makefile b/security/cyrus-sasl2/Makefile index 0be78af297bd..1c568d31fe79 100644 --- a/security/cyrus-sasl2/Makefile +++ b/security/cyrus-sasl2/Makefile @@ -7,7 +7,7 @@ PORTNAME= cyrus-sasl PORTVERSION= 2.1.22 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security ipv6 MASTER_SITES= ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/%SUBDIR%/ \ ftp://ftp.westbend.net/pub/cyrus-mail/%SUBDIR%/ \ @@ -125,6 +125,8 @@ CONFIGURE_ARGS+=--enable-keep-db-open .if defined(WITHOUT_AUTHDAEMOND) CONFIGURE_ARGS+=--with-authdaemond=no +.else +CONFIGURE_ARGS+=--with-authdaemond=/var/run/authdaemond/socket .endif .if defined(WITHOUT_LOGIN)