aboutsummaryrefslogtreecommitdiff
path: root/devel/llvm33
Commit message (Collapse)AuthorAgeFilesLines
* Fix build when python 3 is the default.Brooks Davis2014-02-141-4/+4
| | | | | | | | PR: ports/186641, ports/186642 Submitted by: Gereon Kaiping <kta1c10!gereon@linta.de> Notes: svn path=/head/; revision=344317
* Fix install with ASSERTS option enabled.Brooks Davis2013-10-301-1/+3
| | | | | | | Submitted by: Cary <cary@SDF.ORG> Notes: svn path=/head/; revision=332110
* Correct conflicting ldconfig config files by setting UNIQUENAME.Brooks Davis2013-10-211-1/+9
| | | | | | | | | Strip installed libraries with ${STRIP_CMD}. Some whitespace tidying. Notes: svn path=/head/; revision=331178
* Remove explicit references to "33" and obsolete (nop) LATEST_LINK definition.Brooks Davis2013-10-181-3/+3
| | | | | | | Add a guard to help catch cases were programs in bin vanish between releases. Notes: svn path=/head/; revision=330771
* Sigh, fix yet another plist bug.Brooks Davis2013-10-172-3/+2
| | | | | | | Reported by: marino Notes: svn path=/head/; revision=330682
* Correct a plist bug that crept in at the end of testing.Brooks Davis2013-10-172-4/+4
| | | | | | | | Reported by: mat Pointy hat: brooks (still figuring out the details of this stage thing...) Notes: svn path=/head/; revision=330644
* Add support for installing the lit and FileCheck test tools.Brooks Davis2013-10-162-14/+74
| | | | | | | Requested by: jonathan Notes: svn path=/head/; revision=330554
* Support STAGEDIRBrooks Davis2013-10-161-14/+14
| | | | 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
| | | | | | | devel part 3) Notes: svn path=/head/; revision=327724
* - convert to the new perl5 frameworkAndrej Zverev2013-09-161-2/+1
| | | | | | | | | - convert USE_GMAKE to Uses Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=327373
* Fix the build on i386 9 with a patch from upstream the. This wasBrooks Davis2013-09-042-1/+36
| | | | | | | | | broken by the enabling of R600 support. Tested by: mat Notes: svn path=/head/; revision=326284
* Enable R600 backend which is used by graphics/dri r600 and radeonsi galliumKoop Mast2013-08-202-1/+8
| | | | | | | | | drivers. Approved by: brooks@ (maintainer) Notes: svn path=/head/; revision=325075
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* Add an option to create and install files to let cmake build projectsBrooks Davis2013-07-111-3/+25
| | | | | | | | that depend on llvm work. Enable this by default so they are in packages. Notes: svn path=/head/; revision=322799
* Correct the location of the gold linker plugin. Users who have notBrooks Davis2013-07-091-1/+2
| | | | | | | | | enabled it may skip this revision. Submitted by: Eric van Gyzen <eric@vangyzen.net> Notes: svn path=/head/; revision=322564
* Upgrade Clang and LLVM 3.3 ports to the release version.Brooks Davis2013-06-213-16/+8
| | | | Notes: svn path=/head/; revision=321475
* 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=320713
* Set LATEST_LINK to clang33/llvm33 to deconflict.Brooks Davis2013-06-121-0/+1
| | | | | | | Reported by: erwin Notes: svn path=/head/; revision=320705
* Add ports of clang and LLVM 3.3.rc3. Unlike previous ports theseBrooks Davis2013-06-115-0/+1201
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