1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00

Don't install pre-patch versions of clang header files.

Reported by:	jkim
This commit is contained in:
Brooks Davis 2010-05-06 21:15:44 +00:00
parent 0359494426
commit 95ee01617a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=253849
3 changed files with 15 additions and 1 deletions

View File

@ -7,6 +7,7 @@
PORTNAME= llvm
DISTVERSION= 2.8.r${SVN_REV}
PORTREVISION= 1
CATEGORIES= devel lang
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= brooks

View File

@ -0,0 +1,14 @@
$FreeBSD$
--- tools/clang/include/clang/Makefile.orig
+++ tools/clang/include/clang/Makefile
@@ -10,7 +10,7 @@
cd $(PROJ_SRC_ROOT)/tools/clang/include && \
for hdr in `find clang -type f '!' '(' -name '*~' \
-o -name '.#*' -o -name '*.in' -o -name '*.txt' \
- -o -name 'Makefile' -o -name '*.td' ')' -print \
+ -o -name 'Makefile' -o -name '*.td' -o -name '*.orig' ')' -print \
| grep -v CVS | grep -v .svn | grep -v .dir` ; do \
instdir=$(DESTDIR)`dirname "$(PROJ_includedir)/$$hdr"` ; \
if test \! -d "$$instdir" ; then \

View File

@ -78,7 +78,6 @@ include/clang/AST/UnresolvedSet.h
include/clang/AST/UsuallyTinyPtrVector.h
include/clang/Analysis/Analyses/LiveVariables.h
include/clang/Analysis/Analyses/PrintfFormatString.h
include/clang/Analysis/Analyses/PrintfFormatString.h.orig
include/clang/Analysis/Analyses/ReachableCode.h
include/clang/Analysis/Analyses/UninitializedValues.h
include/clang/Analysis/AnalysisContext.h