non port: devel/llvm40/Makefile |
SVNWeb
|
Number of commits found: 49 |
Fri, 7 Jun 2019
|
[ 16:15 brooks ]
Add an expiration date now that devel/llvm40 has not dependencies.
|
Wed, 15 May 2019
|
[ 14:17 brooks ]
Use GCC 7 instead of GCC 5 when the base system doesn't have libc++.
We'd use USE_GCC=yes, but GCC 8 doesn't like the obsolete C++ in this
obsolete codebase.
Requested by: gerald
|
Thu, 7 Mar 2019
|
[ 17:25 brooks ]
Apply upstream r291939 to fix lambda issues.
This fixes build with clang 8.0.0.
PR: 236193
Submitted by: dim
|
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
|
Tue, 2 Oct 2018
|
[ 20:12 brooks ]
Fix build on non-clang systems.[0]
Switch to shared LICENSE defintions.
Chase USE_GNOME changes.
PR: 231528 [0]
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> [0]
Sponsored by: DARPA, AFRL
|
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
|
Wed, 20 Jun 2018
|
[ 08:37 amdmi3 ]
- Switch to new test framework
Approved by: portmgr blanket
|
Wed, 18 Apr 2018
|
[ 21:06 brooks ]
Remove a needless include of vm/pmap.h which broke the i386 build with
COMPILER_RT enabled on recent CURRENT.
Rename files as if EXTRA_PATCHS+=compiler-rt were used, but don't use it
due to compiler-rt's odd location in WRKDIR.
No functional change.
|
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.
|
Mon, 26 Feb 2018
|
[ 22:31 sunpoet ]
Simplify Makefile: use PY_ENUM34
With hat: python
|
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
|
[ 04:02 brooks ]
Correct llvm-config40 output with shared libraries.
PR: 223191
Submitted by: greg@unrelenting.technology
MFH: 2018Q1
|
Wed, 29 Nov 2017
|
[ 23:40 brooks ]
Enable RTTI to allow ports that need it to work.
Requested by: danfe
|
Mon, 13 Nov 2017
|
[ 01:45 brooks ]
Merge from src and upstream LLVM:
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
|
Sun, 15 Oct 2017
|
[ 18:26 brooks ]
Fix hardcoded version in clang-format. [0]
Run ccache-update-links on install and deinstall. [1]
PR: 220995 [0], 217572 [1]
|
Wed, 11 Oct 2017
|
[ 17:15 brooks ]
- add support for ARMv7
- according to r450176 pass CONFIGURE_TARGET as LLVM_DEFAULT_TARGET_TRIPLE
and LLVM_HOST_TRIPLE
- for ARMv[67], use correct API when building CONFIGURE_TARGET
PR: 219779
Submitted by: mmel
|
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
|
Sun, 10 Sep 2017
|
[ 20:55 gerald ] (Only the first 10 of 1201 ports in this commit are shown above. )
Bump PORTREVISION for ports depending on the canonical version of GCC
(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
|
Sun, 25 Jun 2017
|
[ 21:07 tcberner ] (Only the first 10 of 115 ports in this commit are shown above. )
Make ninja opt-out in cmake.mk
Using ninja instead of make (1) can lead to significant speed ups while
building.
Therefore switch from having the ninja generator opt-in to having it opt-out.
Previously cmake-ports that wanted to use ninja could set
CMAKE_NINJA=yes
now, ports that do not work with ninja can set
cmake:<existing args>,noninja
Note, that needing this should be an exception and most often points to a broken
cmake of the port.
The ports using cmake were modified
* removed USES=gmake, if ninja is used
* removed MAKE_ARGS, if ninja is used
* added the cmake-argument noninja if necessary
PR: 219629
PR: 213331
Exp-run by: antoine
Reviewed by: rakuco
Differential Revision: https://reviews.freebsd.org/D10748
|
Fri, 23 Jun 2017
|
[ 17:38 brooks ]
Upgrade to 4.0.1 release.
|
Tue, 20 Jun 2017
|
[ 00:10 brooks ]
Fix build with CLANG disabled.
PR: 220142
|
Wed, 24 May 2017
|
[ 22:42 brooks ]
Bump rather than decrement PORTREVISION.
Reported by: jkim
|
[ 22:14 brooks ]
Adapt to ino64 changes.[0]
Bump dependencies to allow python 3 support.[1]
PR: 219222 [1]
Submitted by: kib [0], Daniel Ylitalo <daniel@blodan.se> [1]
Reviewed by: emaste [0]
Differential Revision: https://reviews.freebsd.org/D10797
|
Mon, 22 May 2017
|
[ 17:39 bdrewery ]
Fix build when LOCALBASE is not /usr/local.
Reviewed by: brooks
Sponsored by: Dell EMC Isilon
Differential Revision: https://reviews.freebsd.org/D10859
|
Mon, 8 May 2017
|
[ 20:32 brooks ]
Upgrade to 4.0.1rc1.
Fix build on powerpc.[0]
Submitted by: rezny[0]
Differential Revision: https://reviews.freebsd.org/D10630
|
Fri, 21 Apr 2017
|
[ 15:03 brooks ]
Fix SHEBANG_FILES when the EXTRAS option is disabled.
PR: 218719, 218775, 218776
Submitted by: Helge Oldach <freebsd@oldach.net>, owen@easytarget.org
|
Mon, 17 Apr 2017
|
[ 14:40 miwi ]
- Fix Shebangs
|
[ 00:30 brooks ]
Fix build on armv6.
PR: 218685
Submitted by: mmel
|
Sun, 16 Apr 2017
|
[ 19:30 brooks ]
Add a patch for upstream r300404:
Use correct registers for "A" inline asm constraint
Summary:
In PR32594, inline assembly using the 'A' constraint on x86_64 causes
llvm to crash with a "Cannot select" stack trace. This is because
`X86TargetLowering::getRegForInlineAsmConstraint` hardcodes that 'A'
means the EAX and EDX registers.
However, on x86_64 it means the RAX and RDX registers, and on 16-bit x86
(ia16?) it means the old AX and DX registers.
Add new register classes in `X86RegisterInfo.td` to support these cases,
and amend the logic in `getRegForInlineAsmConstraint` to cope with
different subtargets. Also add a test case, derived from PR32594.
Submitted by: dim
|
Sat, 15 Apr 2017
|
[ 14:11 linimon ]
Remove the misspelled ONLY_FOR_ARCH definitions, which referred to an
arch we no longer support in any case.
Approved by: portmgr (tier-2 blanket), "just fix it"
|
Wed, 5 Apr 2017
|
[ 21:12 brooks ]
The LLDB option requires CLANG so make it imply CLANG.
Attempt to reduce the size of WITH_DEBUG builds. Reports suggest they
are still enormous.
Garbage collect some FreeBSD 9.x bits.
|
Sat, 1 Apr 2017
|
[ 15:23 gerald ] (Only the first 10 of 1118 ports in this commit are shown above. )
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
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
|
Wed, 29 Mar 2017
|
[ 14:43 jbeich ] (Only the first 10 of 12 ports in this commit are shown above. )
devel/openmp: link libomp.so against -lm for clang 3.6+
PR: 214258
Submitted by: Yuta Satoh <nigoro.dev@gmail.com>
Approved by: portmgr blanket
|
Tue, 21 Mar 2017
|
[ 18:02 brooks ]
Update to 4.0.0 RELEASE.
|
Sat, 11 Mar 2017
|
[ 01:57 brooks ]
Update to RC4 (identical to final which will be released shortly).
|
Fri, 3 Mar 2017
|
[ 01:27 brooks ]
Update to rc3.
Sponsored by: DARPA, AFRL
|
Fri, 17 Feb 2017
|
[ 01:28 brooks ]
Update to 4.0.0rc2.
Sponsored by: DARPA, AFRL
|
Sat, 11 Feb 2017
|
[ 19:21 antoine ]
Apply upstream r294806, remove struct_rtentry_sz on FreeBSD
This should fix build on head after _WANT_RTENTRY removal
|
Wed, 8 Feb 2017
|
[ 21:24 brooks ]
Allow build with EXTRAS disabled.
The plist change is a no-op except when it broke the build so not
bumping PORTREVISION.
PR: 216786
Reported by: greenreaper@hotmail.com
Sponsored by: DARPA, AFRL
|
Thu, 26 Jan 2017
|
[ 17:38 brooks ]
Add LLVM 4.0.0rc1 copied form llvm39.
Adjust plist generation to be more copy friendly for future releases.
|
Number of commits found: 49 |