aboutsummaryrefslogtreecommitdiff
path: root/lang/clang
Commit message (Collapse)AuthorAgeFilesLines
* By popular depend, fix the installation of the clang.1 manpage whenBrooks Davis2010-05-041-1/+12
| | | | | | | NOPORTDOCS is set. Notes: svn path=/head/; revision=253703
* Actually add the patch that makes the previous commt work.Brooks Davis2010-04-301-0/+12
| | | | Notes: svn path=/head/; revision=253479
* Actually don't install the documentation in the NOPORTDOCS case. TheBrooks Davis2010-04-301-3/+2
| | | | | | | | | manpage is also not installed in that case. Reported by: QAT Notes: svn path=/head/; revision=253478
* Upgrade llvm, clang, and llvm-gcc to the 2.7 release.Brooks Davis2010-04-284-31/+334
| | | | | | | Submitted by: mm (llvm and clang) Notes: svn path=/head/; revision=253391
* Only install compiler headers we don't provide as part of the BSD base.Brooks Davis2010-02-163-9/+15
| | | | | | | | | | | This should fix some compilation problems and we've been doing it in devel/llvm-devel for ages. Feature safe: yes Reported by: rdivacky Notes: svn path=/head/; revision=249964
* Fix plist (missing DATADIR).Brooks Davis2009-11-042-7/+10
| | | | | | | | | | | Add conflicts for llvm-devel and the forthcoming clang-devel. Add USE_GCC=4.2+ in hopes of fixing 6.x builds. Reported by: pointhat Notes: svn path=/head/; revision=243809
* Fix pkg-plistErwin Lansing2009-10-311-0/+1
| | | | | | | | | Submitted by: pointyhat Approved by: maintainer timeout Pointyhat: brooks Notes: svn path=/head/; revision=243570
* Add a port of the clang C, Objective-C, and (soon) C++ compiler versionBrooks Davis2009-10-245-0/+182
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. Notes: svn path=/head/; revision=243274