diff options
author | mnag <mnag@FreeBSD.org> | 2009-04-25 10:44:12 +0800 |
---|---|---|
committer | mnag <mnag@FreeBSD.org> | 2009-04-25 10:44:12 +0800 |
commit | 2517467dd6a89bf0baf5cf2a02130b814e264623 (patch) | |
tree | 1491f976a49f2743f0757450d6d2521b4ff86043 /databases | |
parent | 785087a20c68fc7e1b2a85f3ea6ddf26907c4c60 (diff) | |
download | freebsd-ports-gnome-2517467dd6a89bf0baf5cf2a02130b814e264623.tar.gz freebsd-ports-gnome-2517467dd6a89bf0baf5cf2a02130b814e264623.tar.zst freebsd-ports-gnome-2517467dd6a89bf0baf5cf2a02130b814e264623.zip |
- Update to 3.6.13.
- Fix upgrade with tcl 8.4.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/sqlite3/Makefile | 3 | ||||
-rw-r--r-- | databases/sqlite3/distinfo | 6 | ||||
-rw-r--r-- | databases/sqlite3/files/patch-Makefile.in | 24 |
3 files changed, 5 insertions, 28 deletions
diff --git a/databases/sqlite3/Makefile b/databases/sqlite3/Makefile index b43088301b63..0714359d81e4 100644 --- a/databases/sqlite3/Makefile +++ b/databases/sqlite3/Makefile @@ -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 \ diff --git a/databases/sqlite3/distinfo b/databases/sqlite3/distinfo index 2c2a3cf9a094..8424fb269b02 100644 --- a/databases/sqlite3/distinfo +++ b/databases/sqlite3/distinfo @@ -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 diff --git a/databases/sqlite3/files/patch-Makefile.in b/databases/sqlite3/files/patch-Makefile.in index 235709574305..8c5ffa3d9492 100644 --- a/databases/sqlite3/files/patch-Makefile.in +++ b/databases/sqlite3/files/patch-Makefile.in @@ -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 - |