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

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Oct 21 08:40:11 UTC 2016


Author: amdmi3
Date: Fri Oct 21 08:40:09 2016
New Revision: 424392
URL: https://svnweb.freebsd.org/changeset/ports/424392

Log:
  - Mark broken on 9.x:
  
  cc1plus: error: unrecognized command line option "-std=c++11"
  
  Approved by:	portmgr blanket

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

Modified: head/devel/include-what-you-use/Makefile
==============================================================================
--- head/devel/include-what-you-use/Makefile	Fri Oct 21 08:39:11 2016	(r424391)
+++ head/devel/include-what-you-use/Makefile	Fri Oct 21 08:40:09 2016	(r424392)
@@ -15,6 +15,8 @@ LICENSE_FILE=	${WRKSRC}/LICENSE.TXT
 BUILD_DEPENDS=	clang37:devel/llvm37
 RUN_DEPENDS=	clang37:devel/llvm37
 
+BROKEN_FreeBSD_9=	does not build
+
 USES=		cmake:outsource ncurses python:run
 USE_GITHUB=	yes
 


More information about the svn-ports-all mailing list