svn commit: r472586 - head/devel/bazel

Mark Linimon linimon at FreeBSD.org
Sun Jun 17 02:04:54 UTC 2018


Author: linimon
Date: Sun Jun 17 02:04:53 2018
New Revision: 472586
URL: https://svnweb.freebsd.org/changeset/ports/472586

Log:
  Mark broken on powerpc64: assumes that clang is installed.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/devel/bazel/Makefile

Modified: head/devel/bazel/Makefile
==============================================================================
--- head/devel/bazel/Makefile	Sun Jun 17 01:59:48 2018	(r472585)
+++ head/devel/bazel/Makefile	Sun Jun 17 02:04:53 2018	(r472586)
@@ -15,6 +15,7 @@ LICENSE_FILE=		${WRKSRC}/LICENSE
 
 BROKEN_armv6=		fails to package: cp: bazel: No such file or directory
 BROKEN_armv7=		fails to package: cp: bazel: No such file or directory
+BROKEN_powerpc64=	fails to compile: Action failed to execute: java.io.IOException: Cannot run program /usr/bin/clang
 
 BUILD_DEPENDS=		bash:shells/bash \
 			zip:archivers/zip


More information about the svn-ports-all mailing list