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

Mark Linimon linimon at FreeBSD.org
Tue Oct 13 02:41:54 UTC 2020


Author: linimon
Date: Tue Oct 13 02:41:53 2020
New Revision: 552176
URL: https://svnweb.freebsd.org/changeset/ports/552176

Log:
  Now builds on powerpc64-12.
  
  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	Tue Oct 13 02:34:43 2020	(r552175)
+++ head/devel/include-what-you-use/Makefile	Tue Oct 13 02:41:53 2020	(r552176)
@@ -12,8 +12,6 @@ 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-head mailing list