head 1.3; access; symbols pkgsrc-2013Q2:1.3.0.8 pkgsrc-2013Q2-base:1.3 pkgsrc-2012Q4:1.3.0.6 pkgsrc-2012Q4-base:1.3 pkgsrc-2011Q4:1.3.0.4 pkgsrc-2011Q4-base:1.3 pkgsrc-2011Q2:1.3.0.2 pkgsrc-2011Q2-base:1.3; locks; strict; comment @# @; 1.3 date 2011.05.28.15.28.41; author drochner; state dead; branches; next 1.2; 1.2 date 2011.05.28.10.33.00; author asau; state Exp; branches; next 1.1; 1.1 date 2011.05.11.14.48.28; author drochner; state Exp; branches; next ; desc @@ 1.3 log @the patch isn't needed anymore, upstream uses a wrapper now @ text @$NetBSD: patch-aa,v 1.2 2011/05/28 10:33:00 asau Exp $ --- src/sqlite3.c.orig 2011-05-25 17:41:58.000000000 +0400 +++ src/sqlite3.c 2011-05-27 01:46:25.000000000 +0400 @@@@ -24733,7 +24733,7 @@@@ sqlite3_syscall_ptr pDefault; /* Default value */ } aSyscall[] = { { "open", (sqlite3_syscall_ptr)posixOpen, 0 }, -#define osOpen ((int(*)(const char*,int,int))aSyscall[0].pCurrent) +#define osOpen ((int(*)(const char*,int,...))aSyscall[0].pCurrent) { "close", (sqlite3_syscall_ptr)close, 0 }, #define osClose ((int(*)(int))aSyscall[1].pCurrent) @ 1.2 log @Update Fossil to release 2011-05-23 15:11:12 New in release 2011-05-23 15:11:12: This release merges in the windows internationalization patches. Fossil should now work better on windows machines that use a non-ASCII and non-UTF8 code page for the DOS box. New in release 2011-05-12 14:56:52: This release adds an enhanced configuration sync capability which entails an irreversible schema change. You _must_ run "fossil rebuild" on all of your repositories after updating to this version of fossil. Other changes in this release include: * Refactor the "add", "rm", and "addremove" commands to simplify the code and fix various problems. * Added a "diff" hyperlink after each file in the "Show Files" timeline view. * The "fossil open" and "fossil co" commands always prompt before overwriting preexisting files unless the --force option is used. * Enhanced the merge-conflict markup to show both recent versions and the common-ancestor version. * Change the definition of what it means to be a "leaf" check-in, to be consistent and to work better for most people. * Commands that recursively decend through the file hierarchy ("fossil extra", "fossil clean", etc.) will now ignore nested checkouts. * Automatically delete the _FOSSIL_ file upon a failed "open". * Improvements to the "annotate" feature. * Other minor bug fixes. @ text @d1 1 a1 1 $NetBSD: patch-aa,v 1.1 2011/05/11 14:48:28 drochner Exp $ @ 1.1 log @fix the sqlite3-3.7.6 function pointer bug which caused crashes on amd64 @ text @d1 1 a1 1 $NetBSD$ d3 3 a5 3 --- src/sqlite3.c.orig 2011-04-13 12:12:12.000000000 +0000 +++ src/sqlite3.c @@@@ -24413,7 +24413,7 @@@@ static struct unix_syscall { d8 1 a8 1 { "open", (sqlite3_syscall_ptr)open, 0 }, @