pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/include-what-you-use



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Dec 13 17:51:45 UTC 2017

Modified Files:
        pkgsrc/devel/include-what-you-use: Makefile

Log Message:
include-what-you-use: Mark as BROKEN.

Not adapted for llvm 5.
https://github.com/include-what-you-use/include-what-you-use/issues/462


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/include-what-you-use/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/include-what-you-use/Makefile
diff -u pkgsrc/devel/include-what-you-use/Makefile:1.11 pkgsrc/devel/include-what-you-use/Makefile:1.12
--- pkgsrc/devel/include-what-you-use/Makefile:1.11     Wed Aug 16 20:21:07 2017
+++ pkgsrc/devel/include-what-you-use/Makefile  Wed Dec 13 17:51:45 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2017/08/16 20:21:07 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2017/12/13 17:51:45 wiz Exp $
 
 DISTNAME=      include-what-you-use-0.8.src
 PKGNAME=       ${DISTNAME:.src=}
@@ -17,6 +17,8 @@ CMAKE_ARGS=   -DIWYU_LLVM_ROOT_PATH:PATH=$
 GCC_REQD+=     4.8
 
 REPLACE_PYTHON=        *.py
+# https://github.com/include-what-you-use/include-what-you-use/issues/462
+BROKEN=                Not ported to llvm 5.
 
 .include "../../lang/clang/buildlink3.mk"
 .include "../../lang/python/application.mk"



Home | Main Index | Thread Index | Old Index