From 6839fd47fe84b020377a4f15366664480fe98b63 Mon Sep 17 00:00:00 2001 From: Brooks Davis Date: Tue, 11 Jun 2013 18:50:29 +0000 Subject: Add ports of clang and LLVM 3.3.rc3. Unlike previous ports these install primarily in ${PREFIX}/llvm33 with wrapper scripts in ${PREFIX}/bin named clang33, llc33, etc. In an additional change, the clang static analyzer's python wrapper and web bits are not installed. --- .../patch-tools_clang_tools_scan-build_scan-build | 23 ++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 lang/clang33/files/patch-tools_clang_tools_scan-build_scan-build (limited to 'lang/clang33/files/patch-tools_clang_tools_scan-build_scan-build') diff --git a/lang/clang33/files/patch-tools_clang_tools_scan-build_scan-build b/lang/clang33/files/patch-tools_clang_tools_scan-build_scan-build new file mode 100644 index 000000000000..291eafdeb2fc --- /dev/null +++ b/lang/clang33/files/patch-tools_clang_tools_scan-build_scan-build @@ -0,0 +1,23 @@ + +$FreeBSD$ + +--- tools/clang/tools/scan-build/scan-build.orig ++++ tools/clang/tools/scan-build/scan-build +@@ -423,7 +423,7 @@ + + my $Dir = shift; + +- my $JS = Cwd::realpath("$RealBin/sorttable.js"); ++ my $JS = Cwd::realpath("%%DATADIR%%/sorttable.js"); + + DieDiag("Cannot find 'sorttable.js'.\n") + if (! -r $JS); +@@ -433,7 +433,7 @@ + DieDiag("Could not copy 'sorttable.js' to '$Dir'.\n") + if (! -r "$Dir/sorttable.js"); + +- my $CSS = Cwd::realpath("$RealBin/scanview.css"); ++ my $CSS = Cwd::realpath("%%DATADIR%%/scanview.css"); + + DieDiag("Cannot find 'scanview.css'.\n") + if (! -r $CSS); -- cgit v1.2.3