Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 May 2020 21:11:13 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r535682 - head/devel/include-what-you-use
Message-ID:  <202005172111.04HLBD1d008167@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202005172111.04HLBD1d008167>