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/19/2004 20:13:44
Module Name:	pkgsrc
Committed By:	jmmv
Date:		Tue Oct 19 20:13:44 UTC 2004

Modified Files:
	pkgsrc/mail/evolution-data-server: Makefile buildlink3.mk distinfo
Added Files:
	pkgsrc/mail/evolution-data-server/patches: patch-ab

Log Message:
Make evolution-data-server work: the component provider was segfaulting
at startup due to problems when calling sigaction(2).  During the build,
there was a hidden warning:

server.o(.text+0x109): In function `main':
/home/jmmv/NetBSD/pkgsrc/mail/evolution-data-server/work/evolution-data-server-1.0.2/src/server.c:129: warning: reference to compatibility sigemptyset(); include <signal.h> for correct reference

that was actually referring to a fatal error at runtime.

This fixes lots of problems in Evolution 2.0, where the address book and
the calendar were not working at all.  Probably fixes more errors in this
and other programs.

Bump PKGREVISION to 1.


To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 pkgsrc/mail/evolution-data-server/Makefile
cvs rdiff -r1.6 -r1.7 pkgsrc/mail/evolution-data-server/buildlink3.mk
cvs rdiff -r1.7 -r1.8 pkgsrc/mail/evolution-data-server/distinfo
cvs rdiff -r0 -r1.1 pkgsrc/mail/evolution-data-server/patches/patch-ab

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