mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-12 07:27:57 +00:00
Update to 3.7.3
Update maintainer address PR: ports/151501 Submitted by: Pavel I. Volkov (maintainer)
This commit is contained in:
parent
0159380350
commit
4f0777a7f0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=263126
@ -6,12 +6,12 @@
|
||||
#
|
||||
|
||||
PORTNAME= sqlite3
|
||||
PORTVERSION= 3.7.2
|
||||
PORTVERSION= 3.7.3
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= http://www.sqlite.org/ http://www2.sqlite.org/
|
||||
DISTNAME= sqlite-${PORTVERSION}
|
||||
|
||||
MAINTAINER= pol@opk.ru
|
||||
MAINTAINER= pavelivolkov@googlemail.com
|
||||
COMMENT= An SQL database engine in a C library
|
||||
|
||||
LICENSE= unknown
|
||||
@ -30,12 +30,16 @@ CONFIGURE_ENV+= TCLSH_CMD="${TCLSH}" \
|
||||
TCLLIBDIR="${PREFIX}/lib/${PORTNAME}" \
|
||||
ac_cv_search_pthread_create=""
|
||||
|
||||
# Use an in-ram database for temporary tables (never,no,yes,always),
|
||||
# which is equivalent of SQLITE_TEMP_STORE=[0,1,2,3]
|
||||
RAMTABLE?= yes
|
||||
|
||||
# Compilation Options For SQLite http://www.sqlite.org/compile.html
|
||||
OPTIONS= \
|
||||
FTS3 "Enable FTS3 (Full Text Search) module" on \
|
||||
ICU "Enable built with \"ICU\"" off \
|
||||
RTREE "Enable R*Tree module" off \
|
||||
RAMTABLE "Store temporary tables in RAM" off \
|
||||
RAMTABLE "Store temporary tables in RAM = ${RAMTABLE}" off \
|
||||
UPD_DEL_LIMIT "ORDER BY and LIMIT on UPDATE and DELETE" off \
|
||||
SOUNDEX "Enables the soundex() SQL function" off \
|
||||
METADATA "Enable column metadata" on \
|
||||
@ -107,7 +111,7 @@ LDFLAGS+= `${LOCALBASE}/bin/icu-config --ldflags`
|
||||
.endif
|
||||
|
||||
.if defined(WITH_RAMTABLE)
|
||||
CONFIGURE_ARGS+= --enable-tempstore=yes
|
||||
CONFIGURE_ARGS+= --enable-tempstore=${RAMTABLE}
|
||||
.endif
|
||||
|
||||
.if defined(WITH_SECURE_DELETE)
|
||||
@ -162,16 +166,14 @@ post-install:
|
||||
@${INSTALL_MAN} ${WRKSRC}/sqlite3.1 ${MANPREFIX}/man/man1
|
||||
.endif
|
||||
.ifndef NOPORTDOCS
|
||||
.ifdef WITH_FTS3
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
.ifdef WITH_FTS3
|
||||
@${INSTALL_DATA} ${WRKSRC}/ext/fts3/README.syntax ${WRKSRC}/ext/fts3/README.tokenizers ${DOCSDIR}
|
||||
.endif
|
||||
.ifdef WITH_RTREE
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
@${INSTALL_DATA} ${WRKSRC}/ext/rtree/README ${DOCSDIR}
|
||||
.endif
|
||||
.ifdef WITH_ICU
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
@${INSTALL_DATA} ${WRKSRC}/ext/icu/README.txt ${DOCSDIR}
|
||||
.endif
|
||||
.endif
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (sqlite-3.7.2.tar.gz) = 5f1853c4c1eba3330b6104f274918673
|
||||
SHA256 (sqlite-3.7.2.tar.gz) = bb53cad58f1c502662644d88e24a552dc8de982d650f80d8debaf13b15bb3b8a
|
||||
SIZE (sqlite-3.7.2.tar.gz) = 3309139
|
||||
MD5 (sqlite-3.7.3.tar.gz) = 5437978aae90350cf984993091e0d695
|
||||
SHA256 (sqlite-3.7.3.tar.gz) = dbf352e8fbb74829f5e7a88f9f6ceeb80a709537f668c36e4b6cdfb271309ef6
|
||||
SIZE (sqlite-3.7.3.tar.gz) = 3410714
|
||||
|
Loading…
Reference in New Issue
Block a user