diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2009-04-25 02:44:12 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2009-04-25 02:44:12 +0000 |
commit | e7bf95a2452b9e29f4ec893fb050b514faa6a62e (patch) | |
tree | 189b69517f31c8ca379e4144e4dce45951c3c716 /databases/sqlite3 | |
parent | a3a5278743cbb2060777f6ec7b2e1c701464ffc3 (diff) | |
download | ports-e7bf95a2452b9e29f4ec893fb050b514faa6a62e.tar.gz ports-e7bf95a2452b9e29f4ec893fb050b514faa6a62e.zip |
Notes
Diffstat (limited to 'databases/sqlite3')
-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 - |