Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/database
In directory sc8-pr-cvs17:/tmp/cvs-serv17478
Modified Files:
sqlite3.info sqlite3.patch
Log Message:
Update from tracker.
http://sourceforge.net/tracker/index.php?func=detail&aid=1753182&group_id=17203&atid=414256
(no response from listed maintainer in a reasonable interval)
Index: sqlite3.patch
===================================================================
RCS file:
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/database/sqlite3.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- sqlite3.patch 20 Jan 2006 20:23:12 -0000 1.1
+++ sqlite3.patch 29 Aug 2007 02:03:36 -0000 1.2
@@ -1,44 +1,37 @@
---- sqlite-2.8.16.orig/Makefile.in 2005-02-14 01:22:04.000000000 +0100
-+++ sqlite-2.8.16/Makefile.in 2005-12-16 07:04:22.000000000 +0100
-@@ -228,7 +228,7 @@
+diff -urN sqlite-3.4.2.old/Makefile.in sqlite-3.4.2.new/Makefile.in
+--- sqlite-3.4.2.old/Makefile.in 2007-06-28 07:46:18.000000000 -0500
++++ sqlite-3.4.2.new/Makefile.in 2007-08-21 17:33:14.000000000 -0500
+@@ -279,7 +279,7 @@
# of the most recently modified source code file
#
last_change: $(SRC)
-- cat $(SRC) | grep '$$Id: ' | sort +4 | tail -1 \
[...4908 lines suppressed...]
++ if( Configcmp(np->data,key)==0 ) break;
++ np = np->next;
++ }
++ return np ? np->data : 0;
++}
++
++/* Remove all data from the table. Pass each data to the function "f"
++** as it is removed. ("f" may be null to avoid this step.) */
++void Configtable_clear(f)
++int(*f)(/* struct config * */);
++{
++ int i;
++ if( x4a==0 || x4a->count==0 ) return;
++ if( f ) for(i=0; i<x4a->count; i++) (*f)(x4a->tbl[i].data);
++ for(i=0; i<x4a->size; i++) x4a->ht[i] = 0;
++ x4a->count = 0;
++ return;
++}
+
+
Index: sqlite3.info
===================================================================
RCS file:
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/database/sqlite3.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- sqlite3.info 21 Feb 2006 04:09:42 -0000 1.4
+++ sqlite3.info 29 Aug 2007 02:03:36 -0000 1.5
@@ -1,5 +1,5 @@
Package: sqlite3
-Version: 3.2.8
+Version: 3.4.2
Revision: 1001
Description: Embedded SQL database, version 3
@@ -13,7 +13,7 @@
<<
License: Public Domain
-Maintainer: Dave Vasilevsky <[EMAIL PROTECTED]>
+Maintainer: Pepe Barbe <[EMAIL PROTECTED]>
Homepage: http://www.sqlite.org/
DocFiles: README VERSION www/copyright-release.html LICENSE
@@ -32,6 +32,7 @@
config_TARGET_READLINE_LIBS='-L%p/lib -lreadline -lncurses' \
./configure %c
make
+ make sqlite3_analyzer
make doc
# Don't actually run the test suite, it's LONG
@@ -41,13 +42,16 @@
#!/bin/sh -ev
TCLLIBPATH=%p/lib/tcl8.4 make install DESTDIR=%d
perl -i -pe 's,%i,%p,g' %i/lib/tcl8.4/sqlite3/pkgIndex.tcl
+ cp .libs/sqlite3_analyzer %i/bin
+ cd %i/lib/tcl8.4/sqlite3/
+ ln -s libtclsqlite3.dylib libtclsqlite3.0.dylib
<<
SetCPPFLAGS: -I%p/include/readline
SetCFLAGS: -Os
Source: http://sqlite.org/sqlite-%v.tar.gz
-Source-MD5: 9f2c014aaa46565b8163e047166a5686
+Source-MD5: 2feec9b429f9298c9f288420c8b449f8
SplitOff: <<
Package: %N-shlibs
@@ -82,7 +86,10 @@
Replaces: %N-tcltk
DocFiles: README VERSION www/copyright-release.html LICENSE
- Shlibs: %p/lib/tcl8.4/sqlite3/libtclsqlite3.dylib 9.0.0 %n (>= 3.2.2-11)
+ Shlibs: <<
+ %p/lib/tcl8.4/sqlite3/libtclsqlite3.dylib 9.0.0 %n (>= 3.2.2-11)
+ %p/lib/tcl8.4/sqlite3/libtclsqlite3.0.dylib 9.0.0 %n (>= 3.2.2-11)
+ <<
Files: lib/tcl8.4
<<
@@ -91,3 +98,11 @@
Description: Embedded SQL database (HTML documentation)
DocFiles: doc/* README VERSION www/copyright-release.html LICENSE
<<
+
+SplitOff5: <<
+ Package: %N-analyzer
+ Description: SQLite3 analyzer program
+ Depends: %N-tcl
+ DocFiles: README VERSION www/copyright-release.html LICENSE
+ files: %p/bin/sqlite3_analyzer
+<<
\ No newline at end of file
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Fink-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-commits