Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/database
In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv24997

Modified Files:
        sqlite3.patch 
Log Message:
file missed in pc merge


Index: sqlite3.patch
===================================================================
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/database/sqlite3.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- sqlite3.patch       27 Mar 2006 09:01:15 -0000      1.1
+++ sqlite3.patch       16 Jul 2008 16:16:08 -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;
++}
+
+                


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to