Tuesday, August 22, 2017

sqlite3 with fts5

Hi.

x11/gnome/tracker now requires that sqlite3 is compiled with fts5 support.
The following diff is currently in a bulk.
If all goes well, any OK?

Index: Makefile
===================================================================
RCS file: /cvs/ports/databases/sqlite3/Makefile,v
retrieving revision 1.86
diff -u -p -r1.86 Makefile
--- Makefile 10 Aug 2017 16:00:23 -0000 1.86
+++ Makefile 23 Aug 2017 06:58:02 -0000
@@ -4,6 +4,7 @@ COMMENT= embedded SQL implementation

DISTNAME = sqlite-autoconf-3200000
PKGNAME= sqlite3-3.20.0
+REVISION= 0

SHARED_LIBS += sqlite3 37.0 # 8.6

@@ -14,13 +15,16 @@ HOMEPAGE= http://www.sqlite.org/
# PD
PERMIT_PACKAGE_CDROM= Yes

-WANTLIB += c pthread readline termcap
+WANTLIB += c m pthread readline termcap

MASTER_SITES = ${HOMEPAGE}2017/

CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= --enable-editline \
--disable-static-shell
+
+# for x11/gnome/tracker
+CONFIGURE_ARGS += --enable-fts5

# for mozilla
CFLAGS+= -DSQLITE_ENABLE_UNLOCK_NOTIFY \


--
Antoine

No comments:

Post a Comment