Browse Source

sqlite: Updated (3.6.11 -> 3.6.17)

karasz/new-early
Alejandro Mery 15 years ago
parent
commit
b835a7aaab
  1. 40
      database/sqlite/sqlite-3.6.11-reference.patch
  2. 4
      database/sqlite/sqlite.desc
  3. 27
      database/sqlite/tcl_install.patch

40
database/sqlite/sqlite-3.6.11-reference.patch

@ -1,40 +0,0 @@
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: package/.../sqlite/sqlite-3.6.11-reference.patch
# Copyright (C) 2009 The OpenSDE Project
#
# More information can be found in the files COPYING and README.
#
# This patch file is dual-licensed. It is available under the license the
# patched project is licensed under, as long as it is an OpenSource license
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
# of the GNU General Public License as published by the Free Software
# Foundation; either version 2 of the License, or (at your option) any later
# version.
# --- SDE-COPYRIGHT-NOTE-END ---
#This patch comes from Gentoo, it can be found at:
#http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/sqlite/files/sqlite-3.6.11-reference.patch?view=markup
--- ./Makefile.in
+++ ./Makefile.in
@@ -163,7 +163,7 @@
# Object files for the SQLite library (non-amalgamation).
#
-OBJS0 = alter.lo analyze.lo attach.lo auth.lo bitvec.lo btmutex.lo \
+OBJS0 = alter.lo analyze.lo attach.lo auth.lo backup.lo bitvec.lo btmutex.lo \
btree.lo build.lo callback.lo complete.lo date.lo \
delete.lo expr.lo fault.lo func.lo global.lo \
hash.lo journal.lo insert.lo legacy.lo loadext.lo \
@@ -518,6 +518,9 @@
auth.lo: $(TOP)/src/auth.c $(HDR)
$(LTCOMPILE) $(TEMP_STORE) -c $(TOP)/src/auth.c
+backup.lo: $(TOP)/src/backup.c $(HDR)
+ $(LTCOMPILE) $(TEMP_STORE) -c $(TOP)/src/backup.c
+
bitvec.lo: $(TOP)/src/bitvec.c $(HDR)
$(LTCOMPILE) $(TEMP_STORE) -c $(TOP)/src/bitvec.c

4
database/sqlite/sqlite.desc

@ -37,10 +37,10 @@
[L] GPL
[S] Stable
[V] 3.6.11
[V] 3.6.17
[P] X -----5---9 120.090
[CV-URL] http://www.sqlite.org/download.html
[D] 410218541 sqlite-3.6.11.tar.gz http://www.sqlite.org/
[D] 813364336 sqlite-3.6.17.tar.gz http://www.sqlite.org/

27
database/sqlite/tcl_install.patch

@ -1,27 +0,0 @@
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: package/.../sqlite/tcl_install.patch
# Copyright (C) 2009 The OpenSDE Project
#
# More information can be found in the files COPYING and README.
#
# This patch file is dual-licensed. It is available under the license the
# patched project is licensed under, as long as it is an OpenSource license
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
# of the GNU General Public License as published by the Free Software
# Foundation; either version 2 of the License, or (at your option) any later
# version.
# --- SDE-COPYRIGHT-NOTE-END ---
--- ./Makefile.in.orig 2009-02-23 21:23:40.000000000 +0200
+++ ./Makefile.in 2009-02-23 21:24:01.000000000 +0200
@@ -765,7 +765,7 @@
$(TEMP_STORE) -o $@ $(TESTFIXTURE_SRC) $(LIBTCL)
-install: sqlite3$(BEXE) libsqlite3.la sqlite3.h sqlite3.pc ${HAVE_TCL:1=tcl_install}
+install: sqlite3$(BEXE) libsqlite3.la sqlite3.h sqlite3.pc
$(INSTALL) -d $(DESTDIR)$(libdir)
$(LTINSTALL) libsqlite3.la $(DESTDIR)$(libdir)
$(INSTALL) -d $(DESTDIR)$(bindir)
Loading…
Cancel
Save