diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2021-07-25 16:11:36 +1200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-07-25 16:56:08 +0700 |
commit | 972972b84c1533d09d025270cfae8508ccc505a5 (patch) | |
tree | bed0ce344a6f5a06c4cbf2f62bcff7a0fd11cfd1 /network | |
parent | 0a23c966b920696e5c7c7f3140b3522756a4f3db (diff) |
network/thrift: Updated for version 0.14.2.
This fixes building on -current.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network')
-rw-r--r-- | network/thrift/thrift.SlackBuild | 5 | ||||
-rw-r--r-- | network/thrift/thrift.info | 6 |
2 files changed, 6 insertions, 5 deletions
diff --git a/network/thrift/thrift.SlackBuild b/network/thrift/thrift.SlackBuild index 046461a3b894..fb90cd4498d8 100644 --- a/network/thrift/thrift.SlackBuild +++ b/network/thrift/thrift.SlackBuild @@ -19,7 +19,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=thrift -VERSION=${VERSION:-0.9.2} +VERSION=${VERSION:-0.14.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -84,6 +84,7 @@ CXXFLAGS="$SLKCFLAGS" \ --disable-static \ --with-c-glib \ --without-ruby \ + --without-rs \ --without-php \ --without-php_extension \ --disable-tests \ @@ -94,7 +95,7 @@ make install-strip DESTDIR=$PKG mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a \ - CHANGES LICENSE NOTICE README.md \ + CHANGES.md CONTRIBUTING.md LANGUAGES.md LICENSE NOTICE README.md \ $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild diff --git a/network/thrift/thrift.info b/network/thrift/thrift.info index ec2179291c90..be6bb9c634dd 100644 --- a/network/thrift/thrift.info +++ b/network/thrift/thrift.info @@ -1,8 +1,8 @@ PRGNAM="thrift" -VERSION="0.9.2" +VERSION="0.14.2" HOMEPAGE="http://thrift.apache.org" -DOWNLOAD="http://archive.apache.org/dist/thrift/0.9.2/thrift-0.9.2.tar.gz" -MD5SUM="89f63cc4d0100912f4a1f8a9dee63678" +DOWNLOAD="http://archive.apache.org/dist/thrift/0.14.2/thrift-0.14.2.tar.gz" +MD5SUM="284a48df355aa3910687ee9b894d3ae8" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |