marcus 2006-02-19 22:12:27 UTC FreeBSD ports repository
Modified files: databases/evolution-data-server Makefile Added files: databases/evolution-data-server/files patch-camel_camel-object.c Log: Fix e-d-s so that it does not try to allocate all available memory on 64-bit platforms. The fix committed is different from that in the PR since the purpose of this memory was not clarified by the Evolution developers. The fix committed casts the require memory size to an unsigned 32-bit integer. Since the memory required should never exceed the maximum capacity of an uint32_t, this is not a problem. Thanks to anholt for tracking down this problem. See http://bugzilla.gnome.org/show_bug.cgi?id=331099 for more details. PR: 93215 Revision Changes Path 1.21 +1 -1 ports/databases/evolution-data-server/Makefile 1.1 +22 -0 ports/databases/evolution-data-server/files/patch-camel_camel-object.c (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"