svn commit: r536545 - branches/2020Q2/devel/include-what-you-use

Mark Linimon linimon at FreeBSD.org
Tue May 26 01:06:38 UTC 2020


Author: linimon
Date: Tue May 26 01:06:37 2020
New Revision: 536545
URL: https://svnweb.freebsd.org/changeset/ports/536545

Log:
  MFH: r535682
  
  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:
  branches/2020Q2/devel/include-what-you-use/Makefile
Directory Properties:
  branches/2020Q2/   (props changed)

Modified: branches/2020Q2/devel/include-what-you-use/Makefile
==============================================================================
--- branches/2020Q2/devel/include-what-you-use/Makefile	Tue May 26 01:05:56 2020	(r536544)
+++ branches/2020Q2/devel/include-what-you-use/Makefile	Tue May 26 01:06:37 2020	(r536545)
@@ -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