aboutsummaryrefslogtreecommitdiff
path: root/lang/clang34/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Garbage collect LLVM and Clang 3.4.Brooks Davis2018-08-131-214/+0
| | | | | | | | | Nothing depends on them and they are obsolete. Sponsored by: DARPA, AFRL Notes: svn path=/head/; revision=477121
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-07-291-1/+1
| | | | | | | | | | | | | | | | | in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which has now moved from GCC 6 to GCC 7 by default. This includes ports - featuring USE_GCC=yes or USE_GCC=any, - featuring USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and those - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x, c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib. PR: 222542 Notes: svn path=/head/; revision=475857
* - Fix shebangsDmitry Marakasov2018-02-271-2/+3
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=463118
* Revert removal of llvm 3.4 it is still in used by audio/faustBaptiste Daroussin2018-02-061-0/+213
| | | | Notes: svn path=/head/; revision=461055
* Remove llvm and clang 3.4 which are not in use anymoreBaptiste Daroussin2018-02-061-213/+0
| | | | Notes: svn path=/head/; revision=461047
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2017-09-101-1/+1
| | | | | | | | | | | | | | | | | (via Mk/bsd.default-versions.mk and lang/gcc) which has moved from GCC 5.4 to GCC 6.4 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang, c++14-lang, c++0x, c11, or gcc-c++11-lib. PR: 219275 Notes: svn path=/head/; revision=449591
* Register dependency on groffBaptiste Daroussin2017-05-251-1/+1
| | | | Notes: svn path=/head/; revision=441694
* Bump PORTREVISIONs for ports depending on the canonical version of GCC andGerald Pfeifer2017-04-011-1/+1
| | | | | | | | | | | | | | | | | lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some circumstances such as versions of FreeBSD or platforms). This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using using Mk/bsd.octave.mk which in turn has USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang, c++11-lang, c++0x, c11, or gcc-c++11-lib. PR: 216707 Notes: svn path=/head/; revision=437439
* Bump PORTREVISIONS for ports depending on the canonical version of GCC andGerald Pfeifer2016-11-201-1/+1
| | | | | | | | | | | | lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some circumstances such as versions of FreeBSD or platforms). In particular that is ports with USE_GCC=yes, USE_GCC=any, or one of gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang, c++11-lang, c++0x, c11 requested via USES=compiler. Notes: svn path=/head/; revision=426566
* ${RM} already has -f.Mathieu Arnold2016-10-211-2/+2
| | | | | | | | | | PR: 213570 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Notes: svn path=/head/; revision=424411
* Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.Mathieu Arnold2016-04-011-2/+2
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412347
* Allow to build on PowerPC.Alexey Dokuchaev2015-11-291-0/+4
| | | | Notes: svn path=/head/; revision=402595
* Add missing USES=libedit.Brooks Davis2015-10-271-2/+2
| | | | | | | Submitted by: amdmi3 Notes: svn path=/head/; revision=400327
* lang/clang3*, lang/clang-devel: set environment during buildJohn Marino2015-05-191-3/+5
| | | | | | | | | | | | | | | | The clang ports override the default build target, but the new targets fail to set the environment like the default target does. This patch passes MAKE_ENV to environment. It also combines compounds to a single make cmd and unsuppresses the commands so the output shows on the build logs. PR: 199500 Submitted by: marino Approved by: brooks (maintainer) Notes: svn path=/head/; revision=386779
* Make default target triple match base clang.Brooks Davis2014-12-181-1/+4
| | | | | | | | PR: 194487 Submitted by: Jan Beich <jbeich@vfemail.net> Notes: svn path=/head/; revision=374932
* Add support for -fformat-extensions flag.Brooks Davis2014-12-181-7/+1
| | | | | | | Obtained from: lightside@gmx.com Notes: svn path=/head/; revision=374915
* Install scan-view dependencies.Brooks Davis2014-09-271-7/+16
| | | | | | | | | | Tell the user the correct scan-view to run. PR: 193955 Sponsored by: DARPA, AFRL Notes: svn path=/head/; revision=369351
* Upgrade to release 3.4.2.Brooks Davis2014-08-071-7/+6
| | | | Notes: svn path=/head/; revision=364332
* 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
* Recent versions of clang should work find on sparc64 and arm so markBrooks Davis2014-02-281-4/+0
| | | | | | | | | them not broken. We'll patch if it turns out they have issues. Requested by: rdivacky (sparc64) Notes: svn path=/head/; revision=346579
* Attempt to add back support for scan-build.[1]Brooks Davis2014-01-281-3/+22
| | | | | | | | | | | Change ccc-analyzer's default compiler to clang.[2] Install unwind.h.[3] PR: ports/185733 [1], ports/183802 [2], ports/186173 [3] Notes: svn path=/head/; revision=341489
* Upgrade to 3.4 release.Brooks Davis2014-01-161-7/+6
| | | | Notes: svn path=/head/; revision=339961
* Upgrade to 3.4rc3.Brooks Davis2014-01-041-5/+4
| | | | | | | | | Install altivec.h and cpuid.h so it is possible to compile things. PR: ports/184770, ports/185058 Notes: svn path=/head/; revision=338603
* Upgrade to 3.4rc2.Brooks Davis2013-12-071-7/+8
| | | | Notes: svn path=/head/; revision=335854
* Add ports of Clang and LLVM 3.4rc1. The final release is scheduled forBrooks Davis2013-11-211-0/+186
December. Notes: svn path=/head/; revision=334531