head	1.3;
access;
symbols
	RELEASE_8_3_0:1.1
	RELEASE_9_0_0:1.1
	RELEASE_7_4_0:1.1
	RELEASE_8_2_0:1.1
	RELEASE_6_EOL:1.1;
locks; strict;
comment	@# @;


1.3
date	2012.11.17.05.58.48;	author svnexp;	state Exp;
branches;
next	1.2;

1.2
date	2012.08.23.21.02.09;	author jkim;	state Exp;
branches;
next	1.1;

1.1
date	2010.10.08.14.00.31;	author brooks;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Switch exporter over
@
text
@
$FreeBSD: head/lang/clang/files/patch-tools_clang_tools_scan-build_scan-build 303039 2012-08-23 21:02:09Z jkim $

--- 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);
@


1.2
log
@SVN rev 303039 on 2012-08-23 21:02:09Z by jkim

Pull in r159895 from upstream to match Clang in the FreeBSD 9.1 base system:

http://svnweb.freebsd.org/base?view=revision&revision=238554

Approved by:	brooks (maintainer)
@
text
@d2 1
a2 1
$FreeBSD$
@


1.1
log
@Upgrade LLVM, Clang, and llvm-gcc to 2.8 release.

The Clang port has now been updated to avoid building LLVM twice.
@
text
@d2 1
a2 1
$FreeBSD: ports/devel/llvm-devel/files/patch-tools_clang_tools_scan-build_scan-build,v 1.1 2009/12/08 16:08:09 brooks Exp $
@

