Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 May 2020 01:06:37 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r536545 - branches/2020Q2/devel/include-what-you-use
Message-ID:  <202005260106.04Q16bhG011230@repo.freebsd.org>

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



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