svn commit: r535682 - head/devel/include-what-you-use

Mark Linimon linimon at FreeBSD.org
Sun May 17 21:11:13 UTC 2020


Author: linimon
Date: Sun May 17 21:11:13 2020
New Revision: 535682
URL: https://svnweb.freebsd.org/changeset/ports/535682

Log:
  Mark as broken on powerpc64:
  
    IWYU: configuring for LLVM 8.0.1...
    Could NOT find Git (missing: GIT_EXECUTABLE)
  
  I have investigated but don't know why it breaks here but builds elsewhere.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/devel/include-what-you-use/Makefile

Modified: head/devel/include-what-you-use/Makefile
==============================================================================
--- head/devel/include-what-you-use/Makefile	Sun May 17 21:06:03 2020	(r535681)
+++ head/devel/include-what-you-use/Makefile	Sun May 17 21:11:13 2020	(r535682)
@@ -12,6 +12,8 @@ COMMENT=	Tool for use with clang to analyze \#includes
 LICENSE=	NCSA
 LICENSE_FILE=	${WRKSRC}/LICENSE.TXT
 
+BROKEN_powerpc64=	fails to configure: Could NOT find Git (missing: GIT_EXECUTABLE)
+
 LLVM_VER=	80
 BUILD_DEPENDS=	clang${LLVM_VER}:devel/llvm${LLVM_VER}
 RUN_DEPENDS=	clang${LLVM_VER}:devel/llvm${LLVM_VER}


More information about the svn-ports-all mailing list