diff options
author | Leonardo Arena <rnalrd@alpinelinux.org> | 2018-12-19 10:32:07 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2018-12-19 10:32:07 +0000 |
commit | b8210687d23225b9ed24a92508b4904a7d267480 (patch) | |
tree | 5416e387a36bef14d85dcc69bd106200bd0c7cf6 /community | |
parent | 2f5b01f68fbe7231f74c688b83e535ee2335c79f (diff) | |
download | aports-b8210687d23225b9ed24a92508b4904a7d267480.tar.bz2 aports-b8210687d23225b9ed24a92508b4904a7d267480.tar.xz |
community/openzwave: needs xmllint to build
Disable check() due to errors below:
Experimental each on scalar is now forbidden at cpp/build/testconfig.pl line 118.
Type of arg 1 to each must be hash or array (not single ref constructor) at cpp/build/testconfig.pl line 118, near "%errors)
"
Experimental each on scalar is now forbidden at cpp/build/testconfig.pl line 130.
Type of arg 1 to each must be hash or array (not single ref constructor) at cpp/build/testconfig.pl line 130, near "%warnings)
"
Experimental each on scalar is now forbidden at cpp/build/testconfig.pl line 142.
Type of arg 1 to each must be hash or array (not single ref constructor) at cpp/build/testconfig.pl line 142, near "%errors)
"
Experimental each on scalar is now forbidden at cpp/build/testconfig.pl line 151.
Type of arg 1 to each must be hash or array (not single ref constructor) at cpp/build/testconfig.pl line 151, near "%errors)
"
Experimental each on scalar is now forbidden at cpp/build/testconfig.pl line 169.
Type of arg 1 to each must be hash or array (not single ref constructor) at cpp/build/testconfig.pl line 169, near "%warnings)
"
cpp/build/testconfig.pl has too many errors.
make: [Makefile:47: xmltest] Error 255 (ignored)
Diffstat (limited to 'community')
-rw-r--r-- | community/openzwave/APKBUILD | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/community/openzwave/APKBUILD b/community/openzwave/APKBUILD index 47a5cfcba5..f503a89cf5 100644 --- a/community/openzwave/APKBUILD +++ b/community/openzwave/APKBUILD @@ -2,15 +2,16 @@ # Maintainer: pkgname=openzwave pkgver=1.4.164 -pkgrel=3 +pkgrel=4 pkgdesc="a C++ and DotNet library to control Z-Wave Networks via a Z-Wave Controller." url="http://www.openzwave.net/" arch="all" license="LGPL-3.0-or-later GPL-3.0-or-later Apache-2.0" depends="" depends_dev="eudev-dev" -makedepends="$depends_dev linux-headers coreutils" -# checkdepends="perl-xml-simple" # FIXME tests failing +makedepends="$depends_dev linux-headers coreutils libxml2-utils" +checkdepends="perl-xml-simple" +options="!check" # FIXME tests failing subpackages="$pkgname-dev $pkgname-doc $pkgname-libs" source="http://old.openzwave.com/downloads/openzwave-$pkgver.tar.gz 016d6e5d6a2d61674032805886418923d20604b9.patch |