diff options
author | ume <ume@FreeBSD.org> | 2008-10-24 01:34:26 +0800 |
---|---|---|
committer | ume <ume@FreeBSD.org> | 2008-10-24 01:34:26 +0800 |
commit | e4f1f71093cd4081bc533d4fc29fd3cade6294f1 (patch) | |
tree | 3263a11aedc97ffdaf6fc9cfbeb84adaf39798d5 /security | |
parent | fc2efc65f124f7971972e854b3c241ac8e37f4f3 (diff) | |
download | freebsd-ports-gnome-e4f1f71093cd4081bc533d4fc29fd3cade6294f1.tar.gz freebsd-ports-gnome-e4f1f71093cd4081bc533d4fc29fd3cade6294f1.tar.zst freebsd-ports-gnome-e4f1f71093cd4081bc533d4fc29fd3cade6294f1.zip |
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 <Artis.Caune__at__latnet.lv>
Diffstat (limited to 'security')
-rw-r--r-- | security/cyrus-sasl2/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
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) |