aboutsummaryrefslogtreecommitdiffstats
path: root/lang/clang
Commit message (Collapse)AuthorAgeFilesLines
* Remove expired port:rene2013-12-2313-1181/+0
| | | | 2013-11-04 lang/clang: Migrate to lang/clang32 or newer
* Mark DEPRECATED in favor of non-conflicting devel/llvm32 andbrooks2013-10-221-0/+3
| | | | | lang/clang32. Set an agressive expiration date to encourage migration (actual removal will depend on the removal of dependencies.)
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | lang)
* Convert to new perl frameworkbapt2013-09-171-7/+2
| | | | Convert from USE_GMAKE to USES=gmake
* - Remove MAKE_JOBS_SAFE variableak2013-08-151-1/+0
| | | | Approved by: portmgr (bdrewery)
* Actually commit the changes listed in r318799. Due to a wrong pathbrooks2013-05-235-6/+288
| | | | | | on the command line, only the Makefile was committed. Correct a plist bug by listing clang-cpp.
* Install a more complete set of intrinsics header files[0].brooks2013-05-231-1/+16
| | | | | | | | | | | | | | | | | | Add a couple upstream svn revs that have been comitted to base[1]: r172354: Refactor the x86 CPU name logic in the driver and pass -march and -mcpu flag information down from the Clang driver into the Gold linker plugin for LTO. This allows specifying -march on the linker commandline and should hopefully have it pass all the way through to the LTO optimizer. r175919: Driver: Pass down the -march setting down to -cc1as on x86 too. The assembler historically didn't make use of any target features, but this has changed when support for old CPUs that don't support long nops was added. Requested by: dim[1], eadler[0]
* Add a new option MANPAGES to allow man pages to be supressed. [0]brooks2013-05-231-18/+12
| | | | | | | | | Remove USE_GCC=4.2+ as all supported versions have an acceptable version of gcc by default.[0] Remove the long unused MAINTAINER_MODE variable. Submitted by: tijl [0]
* Fix stray file in bin/clang-check.brooks2013-03-132-0/+3
| | | | Reported by: ale, Dominic Fandrey <kamikaze@bsdforen.de>
* Upgrade llvm-devel, clang-devel, and dragonegg-devel46 to r174891 (circabrooks2013-03-121-1/+1
| | | | | Feb 27th). Add FileCheck and llvm-lit binaries as some consumers need them.
* Upgrade llvm and clang to the 3.2 release.brooks2013-01-118-83/+145
|
* 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.