Fri Nov 6 13:51:18 2015 UTC ()
Remove static-analyzer option, moved into a separate package.


(wiz)
diff -r1.40 -r1.41 pkgsrc/lang/clang/Makefile
diff -r1.9 -r1.10 pkgsrc/lang/clang/Makefile.common
diff -r1.1 -r0 pkgsrc/lang/clang/PLIST.static-analyzer
diff -r1.3 -r0 pkgsrc/lang/clang/options.mk

cvs diff -r1.40 -r1.41 pkgsrc/lang/clang/Makefile (expand / switch to unified diff)

--- pkgsrc/lang/clang/Makefile 2015/05/28 13:25:59 1.40
+++ pkgsrc/lang/clang/Makefile 2015/11/06 13:51:18 1.41
@@ -1,8 +1,7 @@ @@ -1,8 +1,7 @@
1# $NetBSD: Makefile,v 1.40 2015/05/28 13:25:59 adam Exp $ 1# $NetBSD: Makefile,v 1.41 2015/11/06 13:51:18 wiz Exp $
2 2
3MAKE_DIRS= etc/llvm 3MAKE_DIRS= etc/llvm
4INSTALLATION_DIRS= bin lib libexec 4INSTALLATION_DIRS= bin lib libexec
5 5
6.include "../../lang/clang/options.mk" 
7.include "../../textproc/libxml2/buildlink3.mk" 6.include "../../textproc/libxml2/buildlink3.mk"
8.include "../../lang/clang/Makefile.common" 7.include "../../lang/clang/Makefile.common"

cvs diff -r1.9 -r1.10 pkgsrc/lang/clang/Makefile.common (expand / switch to unified diff)

--- pkgsrc/lang/clang/Makefile.common 2015/09/26 08:42:19 1.9
+++ pkgsrc/lang/clang/Makefile.common 2015/11/06 13:51:18 1.10
@@ -1,16 +1,17 @@ @@ -1,16 +1,17 @@
1# $NetBSD: Makefile.common,v 1.9 2015/09/26 08:42:19 tnn Exp $ 1# $NetBSD: Makefile.common,v 1.10 2015/11/06 13:51:18 wiz Exp $
2# 2#
3# used by lang/clang/Makefile 3# used by lang/clang/Makefile
 4# used by lang/clang-static-analyzer/Makefile
4# used by lang/libLLVM/Makefile 5# used by lang/libLLVM/Makefile
5# Keep in mind that the MesaLib package is also heavily reliant on libLLVM. 6# Keep in mind that the MesaLib package is also heavily reliant on libLLVM.
6# The mesa project tends to release new stable releases whenever clang is 7# The mesa project tends to release new stable releases whenever clang is
7# updated, so it is a good idea to update that package simultaneously. 8# updated, so it is a good idea to update that package simultaneously.
8 9
9DISTNAME= clang-3.7.0 10DISTNAME= clang-3.7.0
10CATEGORIES= lang 11CATEGORIES= lang
11MASTER_SITES= http://llvm.org/releases/${PKGVERSION_NOREV}/ 12MASTER_SITES= http://llvm.org/releases/${PKGVERSION_NOREV}/
12DISTFILES= llvm-${PKGVERSION_NOREV}.src.tar.xz \ 13DISTFILES= llvm-${PKGVERSION_NOREV}.src.tar.xz \
13 libcxx-${PKGVERSION_NOREV}.src.tar.xz \ 14 libcxx-${PKGVERSION_NOREV}.src.tar.xz \
14 cfe-${PKGVERSION_NOREV}.src.tar.xz \ 15 cfe-${PKGVERSION_NOREV}.src.tar.xz \
15 compiler-rt-${PKGVERSION_NOREV}.src.tar.xz 16 compiler-rt-${PKGVERSION_NOREV}.src.tar.xz
16 17

File Deleted: pkgsrc/lang/clang/Attic/PLIST.static-analyzer

File Deleted: pkgsrc/lang/clang/Attic/options.mk