head	1.4;
access;
symbols
	RELEASE_6_EOL:1.2
	old_RELEASE_8_1_0:1.2
	old_RELEASE_7_3_0:1.1;
locks; strict;
comment	@# @;


1.4
date	2010.12.10.15.09.00;	author brooks;	state dead;
branches;
next	1.3;

1.3
date	2010.12.09.19.29.42;	author brooks;	state Exp;
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.4
log
@Rather than relying on some hackish patches use thre --disable-docs
configure option in the NOPORTDOCS case.

This should result in no changes to packages.
@
text
@
$FreeBSD: ports/lang/clang-devel/files/patch-Makefile,v 1.3 2010/12/09 19:29:42 brooks Exp $

--- Makefile.orig
+++ Makefile
@@@@ -31,7 +31,7 @@@@
   OPTIONAL_DIRS :=
 else
   DIRS := 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.3
log
@Update to r121368.

Reduce diff between llvm/Makefile and llvm-devel/Makefile.

Hopefully fix NOPORTDOCS case.  Currently this bogusly disables
manpages.
@
text
@d2 1
a2 1
$FreeBSD$
@


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

Submitted by:	mm (llvm and clang)
@
text
@d9 1
a9 1
   DIRS := lib/System lib/Support utils lib/VMCore lib tools/llvm-shlib \
@


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
@

