aboutsummaryrefslogtreecommitdiffstats
path: root/lang/clang33
Commit message (Collapse)AuthorAgeFilesLines
* Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.mat2016-04-011-2/+2
| | | | | With hat: portmgr Sponsored by: Absolight
* Remove deprecated @dirrmpawel2016-01-171-6/+0
| | | | Approved by: portmgr blanket
* It seems some people keep adding $FreeBSD$ to patch files.mat2015-09-161-3/+0
| | | | | | | | Patches must not be changed by the vcs, this includes the svn:keyword expansion. Set fbsd:nokeywords to a couple of patches. With hat: portmgr Sponsored by: Absolight
* Remove $FreeBSD$ from patches files everywhere.mat2015-05-2310-30/+0
| | | | | With hat: portmgr Sponsored by: Absolight
* lang/clang3*, lang/clang-devel: set environment during buildmarino2015-05-191-3/+5
| | | | | | | | | | | | | The clang ports override the default build target, but the new targets fail to set the environment like the default target does. This patch passes MAKE_ENV to environment. It also combines compounds to a single make cmd and unsuppresses the commands so the output shows on the build logs. PR: 199500 Submitted by: marino Approved by: brooks (maintainer)
* Catch the set of host platforms up to the set in llvm ports.brooks2015-03-311-1/+5
| | | | | To revision bump as it only effects building the port on platforms that would fail before.
* Make default target triple match base clang.brooks2014-12-191-1/+4
| | | | | PR: 194487 Submitted by: Jan Beich <jbeich@vfemail.net>
* Cleanup plistbapt2014-10-271-42/+0
|
* Install scan-view dependencies.brooks2014-09-274-10/+36
| | | | | | | Tell the user the correct scan-view to run. PR: 193955 Sponsored by: DARPA, AFRL
* Convert GMAKE to MAKE_CMDbapt2014-06-251-4/+4
| | | | | | | Please note that lots of invocation of MAKE_CMD here are wrong as they do not properly respect MAKE_ENV and friends With hat: portmgr
* Add PORTREVISiON bump missing from r358139.brooks2014-06-181-1/+1
|
* Add back support for scan-build.[1]brooks2014-06-174-4/+48
| | | | | | | | Change ccc-analyzer's default compiler to clang.[2] Install unwind.h.[3] PR: ports/185733 [1], ports/183802 [2], ports/186173 [3]
* Replace %%DATADIR%% in patched scan-build.brooks2014-03-051-1/+3
| | | | | PR: ports/187193, ports/187243 Submitted by: Li-Wen Hsu <lwhsu@FreeBSD.org>
* Fix build when python 3 is the default.brooks2014-02-151-2/+2
| | | | | PR: ports/186641, ports/186642 Submitted by: Gereon Kaiping <kta1c10!gereon@linta.de>
* Install altivec.h and cpuid.h headers.brooks2014-01-053-2/+4
|
* Apply the clang portion of r255321 from base switching the default C++brooks2013-11-073-1/+65
| | | | | | library to libc++ on 10+. Requested by: tijl
* If the ASSERTS option is enabled, make sure it was enabled in thebrooks2013-10-301-0/+11
| | | | corresponding devel/llvm## port as build fails otherwise.
* Correct conflicting ldconfig config files by setting UNIQUENAME.brooks2013-10-221-4/+7
| | | | | | Strip installed libraries with ${STRIP_CMD}. Some whitespace tidying.
* Sync improvements from clang32.brooks2013-10-191-13/+15
|
* Support STAGEDIRbrooks2013-10-172-10/+9
|
* Fix package name collisionbapt2013-10-141-0/+1
|
* 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-2/+1
| | | | Convert from USE_GMAKE to USES=gmake
* - Remove MAKE_JOBS_SAFE variableak2013-08-151-1/+0
| | | | Approved by: portmgr (bdrewery)
* Teach clang33 where to find libc++ headers when installed from ports.kwm2013-07-102-0/+18
| | | | | | It will use the headers in base if it finds them there. Approved by: maintainer (brooks@)
* Upgrade Clang and LLVM 3.3 ports to the release version.brooks2013-06-214-18/+26
|
* Fix two plist bugs. Only install the manpage as clang33.1 not also asbrooks2013-06-132-8/+13
| | | | clang.1. Include clang-format in the set of commands.
* Fix up depends so we depend on llvm33 and look for the llc33 binary tobrooks2013-06-131-14/+3
| | | | | | | | | identify it rather than port versions. Remove the broken and obviously unused regression-test target along with the obsolute dependency on dejagnu. Reported by: decke
* Add a file that was missed when working around svn cp + post commit hookbrooks2013-06-131-0/+10
| | | | | | weirdness. Submitted by: bdrewery
* Set LATEST_LINK to clang33/llvm33 to deconflict.brooks2013-06-131-1/+1
| | | | Reported by: erwin
* Add missing build depend on python. I removed the run dependency toobrooks2013-06-121-0/+1
| | | | | | firmaly. Submitted by: bdrewery
* Add ports of clang and LLVM 3.3.rc3. Unlike previous ports thesebrooks2013-06-1211-0/+881
install primarily in ${PREFIX}/llvm33 with wrapper scripts in ${PREFIX}/bin named clang33, llc33, etc. In an additional change, the clang static analyzer's python wrapper and web bits are not installed.