aboutsummaryrefslogtreecommitdiff
path: root/java/sigar
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2018-06-04 23:47:30 +0000
committerMark Linimon <linimon@FreeBSD.org>2018-06-04 23:47:30 +0000
commit1b74282500835470af28ab1005d7e284ce75986f (patch)
tree05f1a2c09836162acf7b7851e30ea7c584857e53 /java/sigar
parentde4b8716821baea465a0d4289191beb3ff9c0845 (diff)
downloadports-1b74282500835470af28ab1005d7e284ce75986f.tar.gz
ports-1b74282500835470af28ab1005d7e284ce75986f.zip
Mark as broken on powerpc64.
While here, pet portlint. Approved by: portmgr (tier-2 blanket)
Notes
Notes: svn path=/head/; revision=471737
Diffstat (limited to 'java/sigar')
-rw-r--r--java/sigar/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/java/sigar/Makefile b/java/sigar/Makefile
index 3986317adec1..c0c30be0849d 100644
--- a/java/sigar/Makefile
+++ b/java/sigar/Makefile
@@ -13,11 +13,12 @@ COMMENT= Java bindings for the Sigar system information API
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/NOTICE
-BUILD_DEPENDS= ${ANT_CMD}:devel/apache-ant
-LIB_DEPENDS= libsigar.so:devel/sigar
-
BROKEN_armv6= fails to compile: jni-build.xml: gcc failed with return code 1
BROKEN_armv7= fails to compile: jni-build.xml: gcc failed with return code 1
+BROKEN_powerpc64= fails to install: bindings/java/sigar-bin/lib/libsigar-powerpc64-freebsd-1.so: No such file or directory
+
+BUILD_DEPENDS= ${ANT_CMD}:devel/apache-ant
+LIB_DEPENDS= libsigar.so:devel/sigar
USE_GITHUB= yes
GH_ACCOUNT= amishHammer