pkgsrc-WIP-changes archive

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

clang-static-analyzer-git: Remove



Module Name:	pkgsrc-wip
Committed By:	Greg Troxel <gdt%lexort.com@localhost>
Pushed By:	gdt
Date:		Wed Mar 27 12:44:17 2019 -0400
Changeset:	114d2a23d87347ac0b4387be9e97db2a1928d1cb

Modified Files:
	Makefile
Removed Files:
	clang-static-analyzer-git/DESCR
	clang-static-analyzer-git/Makefile
	clang-static-analyzer-git/PLIST

Log Message:
clang-static-analyzer-git: Remove

Per Kamil, this is outdated.  (It failed to build because clang-git is
already gone.)

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=114d2a23d87347ac0b4387be9e97db2a1928d1cb

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

diffstat:
 Makefile                           |  1 -
 clang-static-analyzer-git/DESCR    |  9 ---------
 clang-static-analyzer-git/Makefile | 20 --------------------
 clang-static-analyzer-git/PLIST    | 15 ---------------
 4 files changed, 45 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index c161d263d0..f25233547e 100644
--- a/Makefile
+++ b/Makefile
@@ -418,7 +418,6 @@ SUBDIR+=	cl-unicode
 SUBDIR+=	cl-who
 SUBDIR+=	clamassassin
 SUBDIR+=	clang-netbsd
-SUBDIR+=	clang-static-analyzer-git
 SUBDIR+=	clasp
 SUBDIR+=	classgen
 SUBDIR+=	classic-mac-font-pack
diff --git a/clang-static-analyzer-git/DESCR b/clang-static-analyzer-git/DESCR
deleted file mode 100644
index c1dca52d01..0000000000
--- a/clang-static-analyzer-git/DESCR
+++ /dev/null
@@ -1,9 +0,0 @@
-The Clang Static Analyzer is a source code analysis tool that finds
-bugs in C, C++, and Objective-C programs.
-
-The standalone tool is invoked from the command line, and is intended
-to be run in tandem with a build of a codebase.
-
-The analyzer is 100% open source and is part of the Clang project.
-Like the rest of Clang, the analyzer is implemented as a C++ library
-that can be used by other tools and applications
diff --git a/clang-static-analyzer-git/Makefile b/clang-static-analyzer-git/Makefile
deleted file mode 100644
index 05a7e6c85b..0000000000
--- a/clang-static-analyzer-git/Makefile
+++ /dev/null
@@ -1,20 +0,0 @@
-# $NetBSD$
-
-PKGNAME=	clang-static-analyzer-4.0.0
-#PKGNAME=	${DISTNAME:S/clang/clang-static-analyzer/}
-
-DEPENDS+=	clang-${PKGVERSION_NOREV}{,nb*}:../../wip/clang-git
-
-USE_TOOLS+=	perl:run
-
-BUILD_TARGET=	clang-check scan-build scan-view
-
-INSTALL_DIRS=	../build/tools/clang-check ../build/tools/scan-build ../build/tools/scan-view
-
-CMAKE_ARGS+=	-DCLANG_ENABLE_STATIC_ANALYZER=ON
-
-REPLACE_PYTHON=	# empty
-PYTHON_VERSIONS_INCOMPATIBLE=	34 35 36 37 # not yet ported as of 3.5
-
-.include "../../lang/python/application.mk"
-.include "../../wip/clang-git/Makefile.common"
diff --git a/clang-static-analyzer-git/PLIST b/clang-static-analyzer-git/PLIST
deleted file mode 100644
index 7df3be2882..0000000000
--- a/clang-static-analyzer-git/PLIST
+++ /dev/null
@@ -1,15 +0,0 @@
-@comment $NetBSD$
-bin/clang-check
-bin/scan-build
-bin/scan-view
-libexec/c++-analyzer
-libexec/ccc-analyzer
-man/man1/scan-build.1
-share/scan-build/scanview.css
-share/scan-build/sorttable.js
-share/scan-view/FileRadar.scpt
-share/scan-view/GetRadarVersion.scpt
-share/scan-view/Reporter.py
-share/scan-view/ScanView.py
-share/scan-view/bugcatcher.ico
-share/scan-view/startfile.py


Home | Main Index | Thread Index | Old Index