sylpheed-gtk2 updated to 0.9.11 today (PROBLEM!)

Norikatsu Shigemura nork at FreeBSD.org
Tue Jun 15 03:35:33 GMT 2004


On Mon, 14 Jun 2004 19:32:48 -0400
Adam McLaurin <adam.mclaurin at gmx.net> wrote:
> (sylpheed:36105): Sylpheed-WARNING **: Cache data is corrupted
> (sylpheed:36105): Sylpheed-WARNING **: Cache data is corrupted

	I heard that this problem to sylpheed(original, too)'s author.
	He said that there may be a implicity cache file format change
	on FreeBSD by `The cache handling has been fixed for AMD64 and
	other 64-bit platforms.' in ChangeLog.

	So please try to apply following patch:
	But this fix is ad-hoc.  Please don't think that this fix is
	parmanentry.

for sylpheed-gtk2
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
--- src/defs.h.orig	Sun Jun 13 23:42:41 2004
+++ src/defs.h	Tue Jun 15 12:30:59 2004
@@ -60,7 +60,7 @@
 #define CACHE_FILE		".sylpheed_cache"
 #define MARK_FILE		".sylpheed_mark"
 /*#warning FIXME_GTK2 */
-#define CACHE_VERSION		2018
+#define CACHE_VERSION		2019
 #define MARK_VERSION		2
 
 #define DEFAULT_SIGNATURE	".signature"
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

	This problem is in sylpheed.  This will fix same method.


More information about the freebsd-ports mailing list