aboutsummaryrefslogtreecommitdiff
path: root/lang/clang32
Commit message (Collapse)AuthorAgeFilesLines
* - Convert ports of irc/ and lang/ to new USES=pythonMarcus von Appen2014-10-201-2/+1
| | | | | | | Approved by: portmgr (implicit) Notes: svn path=/head/; revision=371288
* Convert GMAKE to MAKE_CMDBaptiste Daroussin2014-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 Notes: svn path=/head/; revision=359185
* 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
* Apply the clang portion of r255321 from base switching the default C++Brooks Davis2013-11-153-1/+65
| | | | | | | | | | library to libc++ on 10+. PR: ports/183956 Submitted by: dpl Notes: svn path=/head/; revision=333812
* 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-3/+7
| | | | | | | | | Strip installed libraries with ${STRIP_CMD}. Some whitespace tidying. Notes: svn path=/head/; revision=331178
* - Fix PKGNAME to be clang32 instead of clang/usr/local/llvm32-3.2Bryan Drewery2013-10-191-1/+1
| | | | | | | Reported by: many Notes: svn path=/head/; revision=330924
* Add llvm32 and clang32 ports modeled on the llvm33 and clang33 ports.Brooks Davis2013-10-1814-0/+1128
These ports install binaries with "32" suffixes and most data lives in ${PREFIX}/llvm32 so there are no conflicts. NOTE: devel/llvm and lang/clang will shortly be removed in favor of these ports. Notes: svn path=/head/; revision=330777