aboutsummaryrefslogtreecommitdiff
path: root/lang/clang33
Commit message (Collapse)AuthorAgeFilesLines
* Replace %%DATADIR%% in patched scan-build.Brooks Davis2014-03-041-1/+3
| | | | | | | | PR: ports/187193, ports/187243 Submitted by: Li-Wen Hsu <lwhsu@FreeBSD.org> Notes: svn path=/head/; revision=347084
* Fix build when python 3 is the default.Brooks Davis2014-02-141-2/+2
| | | | | | | | PR: ports/186641, ports/186642 Submitted by: Gereon Kaiping <kta1c10!gereon@linta.de> Notes: svn path=/head/; revision=344317
* Install altivec.h and cpuid.h headers.Brooks Davis2014-01-053-2/+4
| | | | Notes: svn path=/head/; revision=338734
* Apply the clang portion of r255321 from base switching the default C++Brooks Davis2013-11-063-1/+65
| | | | | | | | | library to libc++ on 10+. Requested by: tijl Notes: svn path=/head/; revision=333046
* If the ASSERTS option is enabled, make sure it was enabled in theBrooks Davis2013-10-301-0/+11
| | | | | | | corresponding devel/llvm## port as build fails otherwise. Notes: svn path=/head/; revision=332126
* Correct conflicting ldconfig config files by setting UNIQUENAME.Brooks Davis2013-10-211-4/+7
| | | | | | | | | Strip installed libraries with ${STRIP_CMD}. Some whitespace tidying. Notes: svn path=/head/; revision=331178
* Sync improvements from clang32.Brooks Davis2013-10-181-13/+15
| | | | Notes: svn path=/head/; revision=330783
* Support STAGEDIRBrooks Davis2013-10-162-10/+9
| | | | Notes: svn path=/head/; revision=330535
* Fix package name collisionBaptiste Daroussin2013-10-141-0/+1
| | | | Notes: svn path=/head/; revision=330275
* 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