summaryrefslogtreecommitdiff
path: root/databases/sqlite2/files
diff options
context:
space:
mode:
Diffstat (limited to 'databases/sqlite2/files')
-rw-r--r--databases/sqlite2/files/example.tcl14
-rw-r--r--databases/sqlite2/files/patch-ltmain.sh11
-rw-r--r--databases/sqlite2/files/patch-makefile34
-rw-r--r--databases/sqlite2/files/pkgIndex.tcl1
4 files changed, 0 insertions, 60 deletions
diff --git a/databases/sqlite2/files/example.tcl b/databases/sqlite2/files/example.tcl
deleted file mode 100644
index 765c3f9ba715..000000000000
--- a/databases/sqlite2/files/example.tcl
+++ /dev/null
@@ -1,14 +0,0 @@
-package require sqlite
-
-if {$argc!=2} {
- puts stderr "Usage: %s DATABASE SQL-STATEMENT"
- exit 1
-}
-sqlite db [lindex $argv 0]
-db eval [lindex $argv 1] x {
- foreach v $x(*) {
- puts "$v = $x($v)"
- }
- puts ""
-}
-db close
diff --git a/databases/sqlite2/files/patch-ltmain.sh b/databases/sqlite2/files/patch-ltmain.sh
deleted file mode 100644
index a36adacb710c..000000000000
--- a/databases/sqlite2/files/patch-ltmain.sh
+++ /dev/null
@@ -1,11 +0,0 @@
---- ltmain.sh.orig Fri Sep 28 10:34:45 2001
-+++ ltmain.sh Fri Sep 20 15:00:05 2002
-@@ -852,7 +852,7 @@
- perm_rpath=
- temp_rpath=
- thread_safe=no
-- vinfo=
-+ vinfo=2:0:0
-
- # We need to know -static, to get the right output filenames.
- for arg
diff --git a/databases/sqlite2/files/patch-makefile b/databases/sqlite2/files/patch-makefile
deleted file mode 100644
index e6eb78ae096c..000000000000
--- a/databases/sqlite2/files/patch-makefile
+++ /dev/null
@@ -1,34 +0,0 @@
-diff -r -C 3 ../sqlite.orig/Makefile.in ./Makefile.in
-*** ../sqlite.orig/Makefile.in Sat Aug 31 18:29:58 2002
---- ./Makefile.in Mon Sep 2 00:51:27 2002
-***************
-*** 310,322 ****
- mkdir -p doc
- mv $(DOC) doc
-
-! install: sqlite libsqlite.la sqlite.h
- $(INSTALL) -d $(exec_prefix)/lib
- $(LIBTOOL) $(INSTALL) libsqlite.la $(exec_prefix)/lib
- $(INSTALL) -d $(exec_prefix)/bin
- $(LIBTOOL) $(INSTALL) sqlite $(exec_prefix)/bin
- $(INSTALL) -d $(prefix)/include
- $(INSTALL) -m 0644 sqlite.h $(prefix)/include
-
- clean:
- rm -f *.lo *.la *.o sqlite libsqlite.la sqlite.h
---- 310,324 ----
- mkdir -p doc
- mv $(DOC) doc
-
-! install: sqlite libsqlite.la sqlite.h libtclsqlite.la
- $(INSTALL) -d $(exec_prefix)/lib
- $(LIBTOOL) $(INSTALL) libsqlite.la $(exec_prefix)/lib
- $(INSTALL) -d $(exec_prefix)/bin
- $(LIBTOOL) $(INSTALL) sqlite $(exec_prefix)/bin
- $(INSTALL) -d $(prefix)/include
- $(INSTALL) -m 0644 sqlite.h $(prefix)/include
-+ mkdir -p $(prefix)/lib/sqlite
-+ $(LIBTOOL) $(INSTALL) libtclsqlite.la $(prefix)/lib/sqlite
-
- clean:
- rm -f *.lo *.la *.o sqlite libsqlite.la sqlite.h
diff --git a/databases/sqlite2/files/pkgIndex.tcl b/databases/sqlite2/files/pkgIndex.tcl
deleted file mode 100644
index dba694a3bc8b..000000000000
--- a/databases/sqlite2/files/pkgIndex.tcl
+++ /dev/null
@@ -1 +0,0 @@
-package ifneeded sqlite 0.0 [list load [file join $dir libtclsqlite.so.0] sqlite]