[Midnightbsd-cvs] src: contrib/sqlite3: New meta-docs for sqlite import.

ctriv at midnightbsd.org ctriv at midnightbsd.org
Sun Mar 15 16:28:00 EDT 2009


Log Message:
-----------
New meta-docs for sqlite import.

Modified Files:
--------------
    src/contrib/sqlite3:
        MIDNIGHTBSD-upgrade (r1.3 -> r1.4)

Added Files:
-----------
    src/contrib/sqlite3:
        MIDNIGHTBSD-Xlist (r1.1)

-------------- next part --------------
--- /dev/null
+++ contrib/sqlite3/MIDNIGHTBSD-Xlist
@@ -0,0 +1,15 @@
+*INSTALL
+*Makefile.am
+*Makefile.in
+*README
+*aclocal.m4
+*config.guess
+*config.sub
+*configure
+*configure.ac
+*depcomp
+*install-sh
+*ltmain.sh
+*missing
+*sqlite3.pc
+*sqlite3.pc.in
Index: MIDNIGHTBSD-upgrade
===================================================================
RCS file: /home/cvs/src/contrib/sqlite3/MIDNIGHTBSD-upgrade,v
retrieving revision 1.3
retrieving revision 1.4
diff -L contrib/sqlite3/MIDNIGHTBSD-upgrade -L contrib/sqlite3/MIDNIGHTBSD-upgrade -u -r1.3 -r1.4
--- contrib/sqlite3/MIDNIGHTBSD-upgrade
+++ contrib/sqlite3/MIDNIGHTBSD-upgrade
@@ -1,32 +1,13 @@
-sqlite 3.4.2 - A simple, high-performance, self-contained, public domain,
+sqlite 3.6.11 - A simple, high-performance, self-contained, public domain,
 SQL database.
 
 Originals can be found at http://www.sqlite.org/
 
-1) Install tcl-tk-wrapper or apply the following change to Makefile.in (you
-can use another version of tclsh, I had 8.4 on my box):
+1) Download the amalgamation release
 
---- Makefile.in.orig	Thu May 10 03:13:25 2007
-+++ Makefile.in	Thu May 10 03:14:07 2007
-@@ -304,7 +304,7 @@
- 	cp parse.c opcodes.c keywordhash.h tsrc
- 
- sqlite3.c:	target_source $(TOP)/tool/mksqlite3c.tcl
--	tclsh $(TOP)/tool/mksqlite3c.tcl
-+	tclsh8.4 $(TOP)/tool/mksqlite3c.tcl
- 
- # Rules to build the LEMON compiler generator
- #
+2) Unpack with the xlist:
+	tar xf sqlite-amalgamation-3.6.11.tar.gz -X MIDNIGHTBSD-Xlist
 
+3) Imported with:
 
-2) ./configure --build=i386-mbsd-freebsd6.0 --prefix=/usr
-
-3) Run 'make sqlite3.c' to generate sqlite3.c
-
-4) move src/shell.c to the current directory.
-
-5) Delete everything but sqlite3.c, sqlite3.h, sqlite3.1 and shell.c
-
-6) Imported with:
-
-cvs import -m "import sqlite 3.3.17 (very trimmed)" src/contrib/sqlite3 SQLite v3_4_2
+	cvs import -m "import sqlite 3.6.11 (very trimmed)" src/contrib/sqlite3 SQLite v3_6_11


More information about the Midnightbsd-cvs mailing list