svn commit: r471737 - head/java/sigar

Mark Linimon linimon at FreeBSD.org
Mon Jun 4 23:47:31 UTC 2018


Author: linimon
Date: Mon Jun  4 23:47:30 2018
New Revision: 471737
URL: https://svnweb.freebsd.org/changeset/ports/471737

Log:
  Mark as broken on powerpc64.
  
  While here, pet portlint.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/java/sigar/Makefile

Modified: head/java/sigar/Makefile
==============================================================================
--- head/java/sigar/Makefile	Mon Jun  4 23:42:08 2018	(r471736)
+++ head/java/sigar/Makefile	Mon Jun  4 23:47:30 2018	(r471737)
@@ -13,11 +13,12 @@ COMMENT=	Java bindings for the Sigar system informatio
 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


More information about the svn-ports-all mailing list