- Update to 3.6.13.

- Fix upgrade with tcl 8.4.
This commit is contained in:
Marcus Alves Grando
2009-04-25 02:44:12 +00:00
parent a3a5278743
commit e7bf95a245
3 changed files with 5 additions and 28 deletions

View File

@@ -6,7 +6,7 @@
#
PORTNAME= sqlite3
PORTVERSION= 3.6.11
PORTVERSION= 3.6.13
CATEGORIES= databases
MASTER_SITES= http://www.sqlite.org/
DISTNAME= sqlite-${PORTVERSION}
@@ -22,6 +22,7 @@ USE_AUTOTOOLS= libtool:15
USE_LDCONFIG= YES
GNU_CONFIGURE= YES
CONFIGURE_ARGS= --prefix=${PREFIX}
CONFIGURE_ENV+= TCLLIBDIR=${PREFIX}/lib/${PORTNAME}
OPTIONS= DEBUG "Enable debugging & verbose explain" off \
FTS3 "Enable FTS3 (Full Text Search) module" off \

View File

@@ -1,3 +1,3 @@
MD5 (sqlite-3.6.11.tar.gz) = 7ebb099696ab76cc6ff65dd496d17858
SHA256 (sqlite-3.6.11.tar.gz) = fd07be79b4d4e8453675e142907a777d07776ec2b3e2a9f4dd7645a27fcd28a1
SIZE (sqlite-3.6.11.tar.gz) = 2804714
MD5 (sqlite-3.6.13.tar.gz) = 652a01797e7538811e4997a5847bc026
SHA256 (sqlite-3.6.13.tar.gz) = 2ca2591847df72224dd6f99c8fffe35bb63bf41a8519d8e15ad48141aa841bfa
SIZE (sqlite-3.6.13.tar.gz) = 2780584

View File

@@ -18,27 +18,3 @@
Makefile: $(TOP)/Makefile.in
./config.status
#
# http://www.sqlite.org/cvstrac/tktview?tn=3732
#
--- Makefile.in.orig 2009-03-23 00:21:28.000000000 -0300
+++ Makefile.in 2009-03-23 00:22:03.000000000 -0300
@@ -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