Subject: CVS commit: pkgsrc/mail/evolution-data-server
To: None <pkgsrc-changes@NetBSD.org>
From: Julio M. Merino Vidal <jmmv@netbsd.org>
List: pkgsrc-changes
Date: 10/22/2004 16:03:14
Module Name:	pkgsrc
Committed By:	jmmv
Date:		Fri Oct 22 16:03:14 UTC 2004

Modified Files:
	pkgsrc/mail/evolution-data-server: Makefile distinfo
Added Files:
	pkgsrc/mail/evolution-data-server/patches: patch-ac patch-ad patch-ae

Log Message:
Use unsetenv(3) instead of putenv(3) to clear the 'TZ' variable from the
environment (affects the libical library).  The later does not really remove
it under NetBSD (only leaves it blank), thus making programs get the wrong
timezone (always UTC).

This problem exposes, for example, in the GNOME Clock applet.  The time is
fine until you open the calendar (clicking on the applet).  After that, the
clock is converted to UTC and there is no way to reverse it, other than
killing the running process (i.e., starting over with a clean environment).

Bump PKGREVISION to 2.


To generate a diff of this commit:
cvs rdiff -r1.9 -r1.10 pkgsrc/mail/evolution-data-server/Makefile
cvs rdiff -r1.8 -r1.9 pkgsrc/mail/evolution-data-server/distinfo
cvs rdiff -r0 -r1.1 pkgsrc/mail/evolution-data-server/patches/patch-ac \
    pkgsrc/mail/evolution-data-server/patches/patch-ad \
    pkgsrc/mail/evolution-data-server/patches/patch-ae

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