Subject: CVS commit: pkgsrc/security/cyrus-sasl2
To: None <pkgsrc-changes@NetBSD.org>
From: Todd Vierling <tv@netbsd.org>
List: pkgsrc-changes
Date: 02/15/2005 12:32:38
Module Name:	pkgsrc
Committed By:	tv
Date:		Tue Feb 15 12:32:38 UTC 2005

Modified Files:
	pkgsrc/security/cyrus-sasl2: distinfo
	pkgsrc/security/cyrus-sasl2/patches: patch-aa patch-ai

Log Message:
Apparently autoconf 2.5x has some very sane reasons for not using a
cache file by default; one of them is that recursion isn't re-parsing
the values correctly (and hosing up on multiple spaces in things like
CPPFLAGS).  Amusingly enough, this hosage does not happen with a site
cache file such as the one generated by autoswc.

The switch to using :Q on these variables tripped over this stupidity bug,
so turn off the Cyrus configure.in stupidity where it tries to force use
of a cache file.

Fixes PR pkg/29375 and PR pkg/29380.


To generate a diff of this commit:
cvs rdiff -r1.23 -r1.24 pkgsrc/security/cyrus-sasl2/distinfo
cvs rdiff -r1.9 -r1.10 pkgsrc/security/cyrus-sasl2/patches/patch-aa
cvs rdiff -r1.10 -r1.11 pkgsrc/security/cyrus-sasl2/patches/patch-ai

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.