aboutsummaryrefslogtreecommitdiffstats
path: root/lang/clang33/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* At long last, garbage collect LLVM and Clang 3.3.brooks2018-08-141-207/+0
| | | | | | Nothing depends on them and they are very old. Sponsored by: DARPA, AFRL
* - Limit python version with 2.7, fails with python3:amdmi32018-02-071-2/+3
| | | | | | | | | | | checking for python >= 2.5... File "<string>", line 1 import sys; print sys.version.split()[0] ^ SyntaxError: invalid syntax - Fix shebang in scan-view script Approved by: portmgr blanket
* Register dependency on groffbapt2017-05-251-1/+1
|
* Now appear to build on sparc64.linimon2016-11-031-4/+0
| | | | Approved by: portmgr (tier-2 blanket)
* ${RM} already has -f.mat2016-10-211-2/+2
| | | | | | | PR: 213570 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight
* 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
* 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)
* Make default target triple match base clang.brooks2014-12-191-1/+4
| | | | | PR: 194487 Submitted by: Jan Beich <jbeich@vfemail.net>
* Install scan-view dependencies.brooks2014-09-271-8/+16
| | | | | | | 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-171-3/+23
| | | | | | | | 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-051-1/+1
|
* Apply the clang portion of r255321 from base switching the default C++brooks2013-11-071-1/+1
| | | | | | 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-171-10/+8
|
* 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-101-0/+3
| | | | | | 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-211-10/+9
|
* Fix two plist bugs. Only install the manpage as clang33.1 not also asbrooks2013-06-131-8/+11
| | | | 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
* 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-121-0/+172
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.