head	1.3;
access;
symbols
	RELEASE_7_4_0:1.2
	RELEASE_8_2_0:1.2
	RELEASE_6_EOL:1.2
	old_RELEASE_8_1_0:1.2
	old_RELEASE_7_3_0:1.1;
locks; strict;
comment	@# @;


1.3
date	2011.04.29.15.04.29;	author brooks;	state dead;
branches;
next	1.2;

1.2
date	2010.04.28.21.05.03;	author brooks;	state Exp;
branches;
next	1.1;

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


desc
@@


1.3
log
@Upgrade LLVM, Clang, and llvm-gcc to 2.9.

Add a number of bug fixes from our base gcc to llvm-gcc.[0]

PR:		ports/154927 [0]
Submitted by:	Pedro Giffuni <giffunip at tutopia com> [0]
@
text
@
$FreeBSD: ports/lang/clang/files/patch-Makefile,v 1.2 2010/04/28 21:05:03 brooks Exp $

--- Makefile.orig
+++ Makefile
@@@@ -31,7 +31,7 @@@@
   OPTIONAL_DIRS :=
 else
   DIRS := lib/System lib/Support utils lib/VMCore lib tools/llvm-shlib \
-          tools/llvm-config tools runtime docs unittests
+          tools/llvm-config tools runtime %%DOCSRCDIR%% unittests
   OPTIONAL_DIRS := projects bindings
 endif
 
@


1.2
log
@Upgrade llvm, clang, and llvm-gcc to the 2.7 release.

Submitted by:	mm (llvm and clang)
@
text
@d2 1
a2 1
$FreeBSD$
@


1.1
log
@Add a port of the clang C, Objective-C, and (soon) C++ compiler version
2.6.

NOTE: this port is slightly evil and both depends on llvm and builds all
of it.  We hope to find the correct make string to fix this, but wanted
make clang available now.
@
text
@d2 1
a2 1
$FreeBSD: ports/devel/llvm/files/patch-Makefile,v 1.2 2009/03/04 21:01:10 brooks Exp $
d6 1
a6 1
@@@@ -24,7 +24,7 @@@@
d9 4
a12 4
   DIRS := lib/System lib/Support utils lib/VMCore lib tools/llvm-config \
-          tools runtime docs
+          tools runtime %%DOCSRCDIR%%
   OPTIONAL_DIRS := examples projects bindings
@

