head 1.2; access; symbols pkgsrc-2013Q2:1.2.0.10 pkgsrc-2013Q2-base:1.2 pkgsrc-2012Q4:1.2.0.8 pkgsrc-2012Q4-base:1.2 pkgsrc-2011Q4:1.2.0.6 pkgsrc-2011Q4-base:1.2 pkgsrc-2011Q2:1.2.0.4 pkgsrc-2011Q2-base:1.2 pkgsrc-2009Q4:1.2.0.2 pkgsrc-2009Q4-base:1.2 pkgsrc-2009Q3:1.1.0.2 pkgsrc-2009Q3-base:1.1; locks; strict; comment @# @; 1.2 date 2009.10.30.20.34.43; author tnn; state dead; branches; next 1.1; 1.1 date 2009.08.06.12.21.37; author tnn; state Exp; branches; next ; desc @@ 1.2 log @Update to kazehakase-0.5.8. Changes unknown. Previous version SEGV'd on startup, this one doesn't. It still doesn't show any web pages though ... @ text @$NetBSD: patch-an,v 1.1 2009/08/06 12:21:37 tnn Exp $ --- module/embed/gecko/gtkmozembed/nsProfileDirServiceProvider2.cpp.orig 2008-03-29 09:20:40.000000000 +0100 +++ module/embed/gecko/gtkmozembed/nsProfileDirServiceProvider2.cpp @@@@ -306,6 +306,7 @@@@ nsProfileDirServiceProvider::GetFile(con rv = EnsureProfileFileExists(localFile, domainDir); } } +#if 0 else if (strcmp(prop, NS_APP_MAIL_50_DIR) == 0) { rv = domainDir->Clone(getter_AddRefs(localFile)); if (NS_SUCCEEDED(rv)) @@@@ -326,6 +327,7 @@@@ nsProfileDirServiceProvider::GetFile(con if (NS_SUCCEEDED(rv)) rv = localFile->AppendNative(MSG_FOLDER_CACHE_DIR_50_NAME); } +#endif else if (strcmp(prop, NS_APP_STORAGE_50_FILE) == 0) { rv = domainDir->Clone(getter_AddRefs(localFile)); if (NS_SUCCEEDED(rv)) @@@@ -518,10 +520,12 @@@@ nsProfileDirServiceProvider::UndefineFil (void) directoryService->Undefine(NS_APP_BOOKMARKS_50_FILE); (void) directoryService->Undefine(NS_APP_DOWNLOADS_50_FILE); (void) directoryService->Undefine(NS_APP_SEARCH_50_FILE); +#if 0 (void) directoryService->Undefine(NS_APP_MAIL_50_DIR); (void) directoryService->Undefine(NS_APP_IMAP_MAIL_50_DIR); (void) directoryService->Undefine(NS_APP_NEWS_50_DIR); (void) directoryService->Undefine(NS_APP_MESSENGER_FOLDER_CACHE_50_DIR); +#endif return NS_OK; } @ 1.1 log @Switch to xulrunner ... but unfortunately it doesn't work. There's a SEGV in glib2 and the backtrace doesn't have any browser engine references in it so I'm inclined to believe this package was broken by a glib2/gtk2 update. @ text @d1 1 a1 1 $NetBSD$ @