non port: devel/llvm50/Makefile |
SVNWeb
|
Number of commits found: 33 |
Mon, 25 Mar 2019
|
[ 23:59 brooks ]
Deprecate and slap an expiriation date on llvm50.
|
Mon, 18 Feb 2019
|
[ 21:52 brooks ]
Don't override the compiler on armv7.
The base system compiler is now sufficent to build and link.
No version bump. While technically required for armv7, forcing everyone
to rebuild for this minor change that doesn't effect actual use is not
justifiable.
PR: 235282
Submitted by: jbeich
|
Fri, 18 Jan 2019
|
[ 22:57 brooks ]
Remove obsolete conflicts entries referencing clang-devel.
|
Thu, 17 Jan 2019
|
[ 23:29 brooks ]
More throughly disable assertions. This works around USES=cmake
overriding the CFLAGS used to build. [0]
devel/llvm[45]0: Fix build on GCC systems. [1]
devel/llvm[456]: Avoid realpath calls where possible in the wrapper
script. [2]
PR: 233506 [0], 234647 [1], 234937 [1]
Submitted by: greg@unrelenting.technology [0], pkubaj@anongoth.pl [1],
bdrewery [2]
Differential Revision: https://reviews.freebsd.org/D17990
|
Tue, 8 Jan 2019
|
[ 09:06 tobik ]
Do not set OPTIONS_SUB twice
|
Tue, 25 Dec 2018
|
[ 20:25 tcberner ] (Only the first 10 of 1277 ports in this commit are shown above. )
Change cmake default behaviour to outsource.
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".
I tried to only set insource where explictely needed.
PR: 232038
Exp-run by: antoine
|
Wed, 12 Dec 2018
|
[ 01:35 gerald ] (Only the first 10 of 3168 ports in this commit are shown above. )
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 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, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590
|
Fri, 2 Nov 2018
|
[ 13:32 rene ] (Only the first 10 of 243 ports in this commit are shown above. )
Remove compatibility code for FreeBSD < 11.2 from all ports.
Simplify some ports where DragonFlyBSD no longer needs to be special-cased.
Submitted by: rene
Reviewed by: bapt, jbeich
Differential Revision: https://reviews.freebsd.org/D17724
|
Tue, 21 Aug 2018
|
[ 20:29 brooks ]
Limit LLVM builds to linking a single binary at a time.
Regular builds can requires multiple gigabytes of memory at Debug builds
can exceed 100GB. This should help low-memory systems such as
Raspberry-Pis and VMs.
Submitted by: dim
|
Wed, 15 Aug 2018
|
[ 22:40 brooks ]
Fix build with clang 7.0.
PR: 230463
Submitted by: dim
|
Sun, 29 Jul 2018
|
[ 22:18 gerald ] (Only the first 10 of 1480 ports in this commit are shown above. )
Bump PORTREVISION for ports depending on the canonical version of GCC
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
|
Thu, 5 Jul 2018
|
[ 09:02 jbeich ]
devel/llvm*: apply r447281 and enable OPENMP on i386
PR: 229521
Approved by: brooks (maintainer)
MFH: 2018Q3
|
Thu, 21 Jun 2018
|
[ 08:37 amdmi3 ]
- Switch to new test framework
Approved by: portmgr blanket
|
Wed, 23 May 2018
|
[ 23:24 sunpoet ]
Simplify Makefile: use PY_ENUM34
With hat: python
|
Tue, 22 May 2018
|
[ 13:15 mat ] (Only the first 10 of 74 ports in this commit are shown above. )
Add PY_FLAVOR to Python module dependencies.
Sponsored by: Absolight
|
Thu, 3 May 2018
|
[ 23:33 brooks ]
Update to LLVM 5.0.2.
This release includes Spectre mitigations.
Sponsored by: DARPA, AFRL
|
Sat, 31 Mar 2018
|
[ 03:28 tobik ] (Only the first 10 of 18 ports in this commit are shown above. )
devel/llvm*: Fix wrapper scripts to support symlinking to them
The wrapper scripts currently do not resolve the real path to $0:
$ install -l rs /usr/local/bin/clang50 gcc
$ ./gcc
./gcc: /usr/local/llvm50/bin/gcc: not found
Here /usr/local/llvm50/bin/clang should be called not
/usr/local/llvm50/bin/gcc.
Approved by: brooks (maintainer)
Differential Revision: https://reviews.freebsd.org/D14727
|
Wed, 21 Mar 2018
|
[ 03:45 bdrewery ]
Fix CCACHE_BUILD support.
|
Fri, 19 Jan 2018
|
[ 23:38 brooks ]
Fix python dependency: restrict to python 2.7.
No PORTREVISON bump as build would fail without python 2.7
PR: 225144
Submitted by: sunpoet
|
Wed, 10 Jan 2018
|
[ 19:21 brooks ]
Upgrade to 5.0.1.
Add a local distfile backup while LLVM sorts out mirror issues.
Correct shared linkage with llvm-config50.[0]
PR: 223191 [0]
Submitted by: greg@unrelenting.technology [0]
MFH: 2018Q1
|
[ 06:57 antoine ]
Revert r458590, it's unfetchable
With hat: portmgr
|
[ 01:43 brooks ]
Upgrade to 5.0.1.
Correct shared linkage with llvm-config50.[0]
PR: 223191 [0]
Submitted by: greg@unrelenting.technology
MFH: 2008Q1
|
Tue, 28 Nov 2017
|
[ 17:13 brooks ]
Enable RTTI to allow ports such as `graphics/openshadinglanguage' and
`graphics/appleseed' to link with LLVM.
Requested by: danfe
|
Sun, 12 Nov 2017
|
[ 09:09 brooks ]
Merge from src:
lld: accept EINVAL to indicate posix_fallocate is unsupported
As of r325320 posix_fallocate on a ZFS filesystem returns EINVAL to
indicate that the operation is not supported. (I think this is a strange
choice of errno on the part of POSIX.)
PR: 223383, 223440
Reported by: Mark Millard
|
Sat, 14 Oct 2017
|
[ 23:38 brooks ]
Put openmp in the right place so it is built and installed.
PR: 222727
|
[ 18:54 brooks ]
Fix build without EXTRAS (clangd is part of EXTRAS, not CLANG). [0]
Update ccache links on install/deinstall. [1]
PR: 222964 [0], 217572 [1]
|
Thu, 12 Oct 2017
|
[ 18:16 brooks ]
- add support for ARMv7
- for ARMv[67], use correct API when building CONFIGURE_TARGET
PR: 219779
Submitted by: Sylvain Garrigues <sylvain@sylvaingarrigues.com>
|
Fri, 22 Sep 2017
|
[ 10:48 mat ] (Only the first 10 of 175 ports in this commit are shown above. )
Remove USES=execinfo.
PR: 220271
Submitted by: mat (review), Yasuhiro KIMURA (PR)
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D11488
|
Wed, 20 Sep 2017
|
[ 16:05 brooks ]
Spell PORTREVISION correctly.
Reported by: "Matthew D. Fuller" <fullermd@over-yonder.net>
|
[ 01:33 brooks ]
Don't install a wrapper for the not installed pp-trace program.
GC an obsolete patch.
PR: 222380
|
Tue, 19 Sep 2017
|
[ 23:44 brooks ]
Disable LLDB builds on 10.x as they don't link.
Attempt to correct default targets. [0]
Fix more references to clang-format50 and use a more future proof
patching approach. [1]
Build and install pp-trace with the EXTRAS target.
PR: 219779 [0], 220995 [1], 222380 [2]
|
Mon, 18 Sep 2017
|
[ 19:24 brooks ]
Fix builds without COMPILER_RT.
|
Thu, 14 Sep 2017
|
[ 19:30 brooks ] (Only the first 10 of 12 ports in this commit are shown above. )
Add a port of LLVM 5.0.0 release.
Sponsored by: DARPA, AFRL
|
Number of commits found: 33 |