diff --git a/system/base/sqlite/actions.py b/system/base/sqlite/actions.py
index 861eb533..68f2a91d 100644
--- a/system/base/sqlite/actions.py
+++ b/system/base/sqlite/actions.py
@@ -19,6 +19,7 @@ def setup():
"-DSQLITE_DISABLE_DIRSYNC",
"-DSQLITE_ENABLE_FTS3",
"-DSQLITE_ENABLE_FTS4",
+ "-DSQLITE_ENABLE_FTS5",
"-DSQLITE_ENABLE_FTS3_PARENTHESIS",
"-DSQLITE_ENABLE_STMT_SCANSTATUS",
"-DSQLITE_SOUNDEX",
@@ -29,6 +30,11 @@ def setup():
autotools.configure("--disable-static \
--enable-readline \
+ --enable-fts3 \
+ --enable-fts4 \
+ --enable-fts5 \
+ --enable-rtree \
+ --enable-json1 \
--enable-threadsafe")
#shelltools.cd("tea")
@@ -48,15 +54,15 @@ def build():
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
- #shelltools.cd("%s/sqlite-autoconf-3081002/tea" % get.workDIR())
+ #shelltools.cd("%s/sqlite-autoconf-3110000/tea" % get.workDIR())
#autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("README*")
- shelltools.cd("%s/sqlite-doc-3081002" % get.workDIR())
+ shelltools.cd("%s/sqlite-doc-3110000" % get.workDIR())
shelltools.system("pwd")
- pisitools.insinto("/usr/share/doc/sqlite", "../sqlite-doc-3081002/*")
+ pisitools.insinto("/usr/share/doc/sqlite", "../sqlite-doc-3110000/*")
# fix permissions and remove obsolete files; https://bugs.archlinux.org/task/24605
shelltools.system("find %s -type f -perm 755 -exec ls -lha {} \;" % get.installDIR())
diff --git a/system/base/sqlite/pspec.xml b/system/base/sqlite/pspec.xml
index 398622cd..700188dc 100644
--- a/system/base/sqlite/pspec.xml
+++ b/system/base/sqlite/pspec.xml
@@ -12,8 +12,8 @@
library
An SQL Database Engine in a C Library
SQLite is a small C library that implements a self-contained, embeddable, zero-configuration SQL database engine. Supports databases up to 2 terabytes in size.
- http://www.sqlite.org/2015/sqlite-autoconf-3081002.tar.gz
- http://www.sqlite.org/2015/sqlite-doc-3081002.zip
+ http://www.sqlite.org/2016/sqlite-autoconf-3110000.tar.gz
+ http://www.sqlite.org/2016/sqlite-doc-3110000.zip
readline-devel
@@ -108,6 +108,13 @@
+
+ 2016-03-02
+ 3.11.0.0
+ Version bump.
+ Alihan Öztürk
+ alihan@pisilinux.org
+
2015-06-08
3.8.10.2
diff --git a/system/base/which/pspec.xml b/system/base/which/pspec.xml
index ddac1e8d..8ff704b0 100644
--- a/system/base/which/pspec.xml
+++ b/system/base/which/pspec.xml
@@ -29,6 +29,13 @@
+
+ 2016-03-02
+ 2.21
+ Release bump.
+ Ayhan Yalçınsoy
+ ayhanyalcinsoy@pisilinux.org
+
2015-04-06
2.21
diff --git a/system/devel/numactl/actions.py b/system/devel/numactl/actions.py
index f37008a7..e84eb9a2 100644
--- a/system/devel/numactl/actions.py
+++ b/system/devel/numactl/actions.py
@@ -6,12 +6,10 @@
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
-from pisi.actionsapi import shelltools
from pisi.actionsapi import get
def setup():
- shelltools.system("./autogen.sh")
-
+ autotools.autoreconf("-vfi")
autotools.configure("--prefix=/usr")
diff --git a/system/devel/numactl/pspec.xml b/system/devel/numactl/pspec.xml
index bfb2f432..68a11af2 100644
--- a/system/devel/numactl/pspec.xml
+++ b/system/devel/numactl/pspec.xml
@@ -14,7 +14,7 @@
app:console
Library for tuning NUMA machines
numactl consists of a numactl program to run other programs with a specific NUMA policy and a libnuma to do allocations with NUMA policy in applications.
- ftp://oss.sgi.com/www/projects/libnuma/download/numactl-2.0.10.tar.gz
+ ftp://oss.sgi.com/www/projects/libnuma/download/numactl-2.0.11.tar.gz
@@ -40,6 +40,13 @@
+
+ 2016-03-02
+ 2.0.11
+ Version bump.
+ Alihan Öztürk
+ alihan@pisilinux.org
+
2015-05-16
2.0.10
diff --git a/system/devel/util-macros/pspec.xml b/system/devel/util-macros/pspec.xml
index a07e4dc9..e5b7d5e2 100644
--- a/system/devel/util-macros/pspec.xml
+++ b/system/devel/util-macros/pspec.xml
@@ -28,6 +28,13 @@
+
+ 2016-03-02
+ 1.19.0
+ Rebuild with new toolchain.
+ Alihan Öztürk
+ alihan@pisilinux.org
+
2014-07-11
1.19.0