summaryrefslogtreecommitdiff
path: root/user/xapian-core
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2019-07-20 21:03:21 +0000
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2019-07-20 21:03:21 +0000
commita0c71e4150b12032beceb8fee02ae81a40e74cb0 (patch)
tree66226a4bec530dd5468169dad7df5ac919f6eb4f /user/xapian-core
parentcdbf547728abc6e2541d12e0efacc1f9db011d11 (diff)
downloadpackages-a0c71e4150b12032beceb8fee02ae81a40e74cb0.tar.gz
packages-a0c71e4150b12032beceb8fee02ae81a40e74cb0.tar.bz2
packages-a0c71e4150b12032beceb8fee02ae81a40e74cb0.tar.xz
packages-a0c71e4150b12032beceb8fee02ae81a40e74cb0.zip
user/xapian-core: unmaintained bump to 1.4.11
Diffstat (limited to 'user/xapian-core')
-rw-r--r--user/xapian-core/APKBUILD11
1 files changed, 4 insertions, 7 deletions
diff --git a/user/xapian-core/APKBUILD b/user/xapian-core/APKBUILD
index b11d45db9..a0b70daac 100644
--- a/user/xapian-core/APKBUILD
+++ b/user/xapian-core/APKBUILD
@@ -1,12 +1,12 @@
# Contributor: Francesco Colista <fcolista@alpinelinux.org>
# Maintainer:
pkgname=xapian-core
-pkgver=1.4.10
+pkgver=1.4.11
pkgrel=0
pkgdesc="Open source search engine library"
url="https://xapian.org/"
arch="all"
-options="!check" # https://trac.xapian.org/ticket/764
+options="!check" # sortableserialise1 is still broken
license="GPL-2.0+"
depends=""
depends_dev="zlib-dev util-linux-dev"
@@ -25,7 +25,6 @@ esac
# - CVE-2018-0499
build() {
- cd "$builddir"
./configure \
--build=$CBUILD \
--host=$CHOST \
@@ -37,12 +36,10 @@ build() {
}
check() {
- cd "$builddir"
- make VALGRIND= check
+ make AUTOMATED_TESTING=1 VALGRIND= check
}
package() {
- cd "$builddir"
make DESTDIR="$pkgdir" install
}
@@ -54,5 +51,5 @@ libxapian() {
mv "$pkgdir"/usr/lib/$subpkgname* "$subpkgdir"/usr/lib
}
-sha512sums="fa716d6f8c04edb297d99dad4d7835f7874837ab3c39d7017e43708cde6992c596e579418be17b79772e002bd23b94169812523a1abd9519b1dd3df474f027d9 xapian-core-1.4.10.tar.xz
+sha512sums="72ab7b0c774390f38319d241689b2dc3c2837fbbf933616574f6ad167f14a25c2eff747910022065508dc7c44f806dc2b71dae80a1b4f1f47e1675fb951bc785 xapian-core-1.4.11.tar.xz
639c0ecd75be0627d334628b5adf581a7da92c4f86dfb86a92669368ff8a874d4bf4e344b8f3b1276d22d126d2bc44c8ab727e39e1c29c0358fe7bbc8aa8050d timeval-t.patch"