summaryrefslogtreecommitdiff
path: root/lang/clang33 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | lang) Notes: svn path=/head/; revision=327741
* Convert to new perl frameworkBaptiste Daroussin2013-09-171-2/+1
| | | | | | | Convert from USE_GMAKE to USES=gmake Notes: svn path=/head/; revision=327452
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* Teach clang33 where to find libc++ headers when installed from ports.Koop Mast2013-07-102-0/+18
| | | | | | | | | It will use the headers in base if it finds them there. Approved by: maintainer (brooks@) Notes: svn path=/head/; revision=322654
* Upgrade Clang and LLVM 3.3 ports to the release version.Brooks Davis2013-06-214-18/+26
| | | | Notes: svn path=/head/; revision=321475
* Fix two plist bugs. Only install the manpage as clang33.1 not also asBrooks Davis2013-06-122-8/+13
| | | | | | | clang.1. Include clang-format in the set of commands. Notes: svn path=/head/; revision=320729
* Fix up depends so we depend on llvm33 and look for the llc33 binary toBrooks Davis2013-06-121-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 Notes: svn path=/head/; revision=320715
* Add a file that was missed when working around svn cp + post commit hookBrooks Davis2013-06-121-0/+10
| | | | | | | | | weirdness. Submitted by: bdrewery Notes: svn path=/head/; revision=320714
* Set LATEST_LINK to clang33/llvm33 to deconflict.Brooks Davis2013-06-121-1/+1
| | | | | | | Reported by: erwin Notes: svn path=/head/; revision=320705
* Add missing build depend on python. I removed the run dependency tooBrooks Davis2013-06-111-0/+1
| | | | | | | | | firmaly. Submitted by: bdrewery Notes: svn path=/head/; revision=320650
* Add ports of clang and LLVM 3.3.rc3. Unlike previous ports theseBrooks Davis2013-06-1111-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. Notes: svn path=/head/; revision=320628