aboutsummaryrefslogtreecommitdiff
path: root/lang/clang
Commit message (Collapse)AuthorAgeFilesLines
* Move devel/clang to lang/clang since compilers typically live in lang.Brooks Davis2010-10-141-1/+1
| | | | | | | PR: ports/151340 Notes: svn path=/head/; revision=263005
* Fix scan-build by actually replacing %%DATADIR%%.Brooks Davis2010-10-101-1/+2
| | | | | | | | PR: ports/151344 Submitted by: Matthias Andree <matthias.andree at gmx.de> Notes: svn path=/head/; revision=262762
* Fix build when older versions are installed.Brooks Davis2010-10-102-31/+5
| | | | | | | Submitted by: ports/151337 Notes: svn path=/head/; revision=262761
* Upgrade LLVM, Clang, and llvm-gcc to 2.8 release.Brooks Davis2010-10-0810-46/+254
| | | | | | | The Clang port has now been updated to avoid building LLVM twice. Notes: svn path=/head/; revision=262619
* Fix regression in previous commit that broke NOPORTDOCS=yes installs.Matthias Andree2010-08-181-1/+2
| | | | | | | Only remove /html/img if NOPORTDOCS is undefined. Notes: svn path=/head/; revision=259524
* Fix clang analyzer, and clean up port a bit. Adds dependencies.Matthias Andree2010-08-182-8/+42
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | - patch scan-view to use PYTHON_CMD - also install c++-analyzer and scan-view - also install ScanView.py and its dependencies into PYTHON_SITELIBDIR - change USE_PERL5_BUILD to USE_PERL5, as scan-build needs it at run time - add USE_PYTHON, as scan-view needs it (let's see to making these dependencies optional later) - move EXTRACT_SUFX up to quiet portlint - indent CONFLICTS value with TAB to quiet portlint - add USE_LDCONFIG, found missing by portlint - nuke empty $DOCSDIR/html/img that made deinstall complain - amend to build-plist target - rebuild pkg-plist - bump PORTREVISION (changed pkg-plist) The approval was a blanket approval under the condition that build-plist was also updated, and was mailed to portmgr@ and yours truly on 2010-08-10 by brooks@ in reference to the PR mentioned below. Approved by: brooks (maintainer) PR: ports/147434 Notes: svn path=/head/; revision=259460
* 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