Subject: pkg/31464: mail/mutt-devel not working with SASL anymore (patch provided)
To: None <pkg-manager@netbsd.org, gnats-admin@netbsd.org,>
From: None <j+nbsd@2005.salmi.ch>
List: pkgsrc-bugs
Date: 10/04/2005 15:22:00
	Note: There was a bad value `noi' for the field `Confidential'.
	It was set to the default value of `yes'.

>Number:         31464
>Category:       pkg
>Synopsis:       mail/mutt-devel not working with SASL anymore (patch provided)
>Confidential:   yes
>Severity:       serious
>Priority:       high
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Tue Oct 04 15:22:00 +0000 2005
>Originator:     Jukka Salmi
>Release:        NetBSD 3.99.9
>Environment:
System: NetBSD moray.salmi.ch 3.99.9 NetBSD 3.99.9 (GENERIC) #0: Mon Oct 3 18:55:01 CEST 2005 build@moray.salmi.ch:/build/nbsd/i386/sys/arch/i386/compile/GENERIC i386
Architecture: i386
Machine: i386
>Description:
On 2005-09-01 SASL 1.5 support was removed from Mutt, and the configure
option to specify SASL 2 was renamed from `--with-sasl2' to
`--with-sasl'; thus pkgsrc/mail/mutt-devel/options.mk needs to be
updated, otherwise Mutt doesn't link libsasl2.so.
>How-To-Repeat:
Build mail/mutt-devel from current pkgsrc with SASL support and try
to use SASL...
>Fix:
--- mail/mutt-devel/options.mk.old	2005-10-04 17:09:35.000000000 +0200
+++ mail/mutt-devel/options.mk	2005-10-04 17:00:05.000000000 +0200
@@ -27,7 +27,7 @@
 ###
 .if !empty(PKG_OPTIONS:Msasl)
 .  include "../../security/cyrus-sasl2/buildlink3.mk"
-CONFIGURE_ARGS+=	--with-sasl2=${BUILDLINK_PREFIX.cyrus-sasl}
+CONFIGURE_ARGS+=	--with-sasl=${BUILDLINK_PREFIX.cyrus-sasl}
 .endif
 
 ###