aboutsummaryrefslogtreecommitdiffstats
path: root/lang/clang
Commit message (Collapse)AuthorAgeFilesLines
* Pull in r159895 from upstream to match Clang in the FreeBSD 9.1 base system:jkim2012-08-247-6/+43
| | | | | | http://svnweb.freebsd.org/base?view=revision&revision=238554 Approved by: brooks (maintainer)
* - Convert to OPTIONSngfluffy2012-07-041-11/+28
| | | | | | - Add option to build clang with assertions (off by default to match llvm) Approved by: brooks
* - Update LLVM/Clang suite to 3.1 releasefluffy2012-06-265-51/+87
| | | | | | PR: 168921 Submitted by: myself Approved by: brooks (via pav@, with timeout)
* Upgrade LLVM and Clang to 3.0.brooks2012-01-213-36/+91
| | | | | | | Enable shared libraries in LLVM and build with REQUIRES_RTTI=1 as requires by some consumers. PR: ports/164324, ports/164325
* Upgrade the LLVM and Clang -devel ports to r133062.brooks2011-06-161-1/+1
| | | | | | Update the conflicts lines in all the llvm and clang ports to conflict with 3.x as well as 2.x and generally simplify the conflict definitions following the example of llvm-etoile.
* Upgrade LLVM, Clang, and llvm-gcc to 2.9.brooks2011-04-295-133/+80
| | | | | | | 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]
* Move devel/clang to lang/clang since compilers typically live in lang.brooks2010-10-151-1/+1
| | | | PR: ports/151340
* Fix scan-build by actually replacing %%DATADIR%%.brooks2010-10-101-1/+2
| | | | | PR: ports/151344 Submitted by: Matthias Andree <matthias.andree at gmx.de>
* Fix build when older versions are installed.brooks2010-10-102-31/+5
| | | | Submitted by: ports/151337
* Upgrade LLVM, Clang, and llvm-gcc to 2.8 release.brooks2010-10-0810-46/+254
| | | | The Clang port has now been updated to avoid building LLVM twice.
* Fix regression in previous commit that broke NOPORTDOCS=yes installs.mandree2010-08-191-1/+2
| | | | Only remove /html/img if NOPORTDOCS is undefined.
* Fix clang analyzer, and clean up port a bit. Adds dependencies.mandree2010-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
* By popular depend, fix the installation of the clang.1 manpage whenbrooks2010-05-051-1/+12
| | | | NOPORTDOCS is set.
* Actually add the patch that makes the previous commt work.brooks2010-05-011-0/+12
|
* Actually don't install the documentation in the NOPORTDOCS case. Thebrooks2010-05-011-3/+2
| | | | | | manpage is also not installed in that case. Reported by: QAT
* Upgrade llvm, clang, and llvm-gcc to the 2.7 release.brooks2010-04-294-31/+334
| | | | Submitted by: mm (llvm and clang)
* Only install compiler headers we don't provide as part of the BSD base.brooks2010-02-173-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
* Fix plist (missing DATADIR).brooks2009-11-052-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
* Fix pkg-plisterwin2009-10-311-0/+1
| | | | | | Submitted by: pointyhat Approved by: maintainer timeout Pointyhat: brooks
* Add a port of the clang C, Objective-C, and (soon) C++ compiler versionbrooks2009-10-255-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.