aboutsummaryrefslogtreecommitdiffstats
path: root/lang/clang33/files
Commit message (Collapse)AuthorAgeFilesLines
* At long last, garbage collect LLVM and Clang 3.3.brooks2018-08-1413-288/+0
| | | | | | Nothing depends on them and they are very old. Sponsored by: DARPA, AFRL
* 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
* 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.
* Install scan-view dependencies.brooks2014-09-272-2/+12
| | | | | | | Tell the user the correct scan-view to run. PR: 193955 Sponsored by: DARPA, AFRL
* Add back support for scan-build.[1]brooks2014-06-172-1/+15
| | | | | | | | Change ccc-analyzer's default compiler to clang.[2] Install unwind.h.[3] PR: ports/185733 [1], ports/183802 [2], ports/186173 [3]
* 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-072-0/+64
| | | | | | library to libc++ on 10+. Requested by: tijl
* Teach clang33 where to find libc++ headers when installed from ports.kwm2013-07-101-0/+15
| | | | | | 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-0/+13
|
* Add a file that was missed when working around svn cp + post commit hookbrooks2013-06-131-0/+10
| | | | | | weirdness. Submitted by: bdrewery
* Add ports of clang and LLVM 3.3.rc3. Unlike previous ports thesebrooks2013-06-127-0/+191
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.