From b835a7aaabaa6a4910f35b63c804e3da1e4f4ccf Mon Sep 17 00:00:00 2001 From: Alejandro Mery Date: Fri, 14 Aug 2009 01:46:54 +0300 Subject: [PATCH] sqlite: Updated (3.6.11 -> 3.6.17) --- database/sqlite/sqlite-3.6.11-reference.patch | 40 ------------------- database/sqlite/sqlite.desc | 4 +- database/sqlite/tcl_install.patch | 27 ------------- 3 files changed, 2 insertions(+), 69 deletions(-) delete mode 100644 database/sqlite/sqlite-3.6.11-reference.patch delete mode 100644 database/sqlite/tcl_install.patch diff --git a/database/sqlite/sqlite-3.6.11-reference.patch b/database/sqlite/sqlite-3.6.11-reference.patch deleted file mode 100644 index df5ae1538..000000000 --- a/database/sqlite/sqlite-3.6.11-reference.patch +++ /dev/null @@ -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 - diff --git a/database/sqlite/sqlite.desc b/database/sqlite/sqlite.desc index 791e715fb..5b30317e2 100644 --- a/database/sqlite/sqlite.desc +++ b/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/ diff --git a/database/sqlite/tcl_install.patch b/database/sqlite/tcl_install.patch deleted file mode 100644 index 5af9ad1a5..000000000 --- a/database/sqlite/tcl_install.patch +++ /dev/null @@ -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)