Subject: CVS commit: pkgsrc/mail/imap-uw
To: None <pkgsrc-changes@netbsd.org>
From: Roland Dowdeswell <elric@netbsd.org>
List: pkgsrc-changes
Date: 10/30/2002 04:12:46
Module Name:	pkgsrc
Committed By:	elric
Date:		Wed Oct 30 02:12:45 UTC 2002

Modified Files:
	pkgsrc/mail/imap-uw: Makefile distinfo
	pkgsrc/mail/imap-uw/patches: patch-aj
Added Files:
	pkgsrc/mail/imap-uw/patches: patch-al

Log Message:
In the previous commit, I broke the non-kerberos setup.  This
occurred because gss_import_name() was segfaulting if /etc/krb5.conf
was not found.  To fix it, I swapped the krb5_init_context() and
the gss_import_name() calls, since krb5_init_context() will fail
if krb5 is not configured and I can fail appropriately.

I also changed slightly how the documentation is installed by the
main Makefile, because the ${CP} was relying on the non-existence
of the target directory.


To generate a diff of this commit:
cvs rdiff -r1.46 -r1.47 pkgsrc/mail/imap-uw/Makefile
cvs rdiff -r1.6 -r1.7 pkgsrc/mail/imap-uw/distinfo
cvs rdiff -r1.7 -r1.8 pkgsrc/mail/imap-uw/patches/patch-aj
cvs rdiff -r0 -r1.1 pkgsrc/mail/imap-uw/patches/patch-al

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