Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
19 Mar 2021 19:07:12
7.0.1_5

|
se  |
Remove LLDB option to remove the dependency on python-2.7
This port has been on a list of deprecated ports with removal planned on
2021-06-23. Multiple other ports depend on this particular LLVM version
and were also marked for removal. This change allows to retain this port
and the ports that depend on it.
Newer LLDB versions are available in the base system or in later LLVM ports.
The pkg-descr mentions the removal of LLDB from this port as suggested by
Ed Maste.
Approved by: emaste
Differential Revision: D29342 |
17 Jun 2020 18:17:45
7.0.1_4

|
sunpoet  |
Move devel/swig30 to devel/swig and update to 4.0.1
- Do not silence installation message
- Update dependent ports:
- Fix build with swig 4.0.1
- Update *_DEPENDS
- Remove BINARY_ALIAS
Changes: http://www.swig.org/news.php
PR: 246613
Exp-run by: antoine |
10 Jun 2020 04:07:20
7.0.1_4

|
kevans  |
devel/llvm*: Avoid extraneous escapes
All of these single quotes are safe on their own, as they're enclosed in
double quotes. Removes the escapes, because they're currently passed through
to the underlying regex engine as \' to be interpreted as '.
A future change will forbid this escape, then an even further future change
will actually imbue \' with special meaning based on GNU interpretation
("end of subject").
No PORTREVISION bump or rebuild is needed, as they're functionally
equivalent.
PR: 247058
Approved by: koobs (mentor), brooks (maintainer)
MFH: 2020Q2 (blanket: trivial build fix) |
18 May 2020 21:50:29
7.0.1_4

|
dbaio  |
devel/llvm*: Upgrade Sphinx dependency to 3.X
This avoids conflicts between Sphinx ports when not using Poudriere.
PR: 246500
Approved by: brooks (maintainer) |
11 May 2020 23:51:58
7.0.1_4

|
dbaio  |
Update Sphinx
- Repocopy textproc/py-sphinx to textproc/py-sphinx18
Update it to 1.8.5 (latest version from 1.8.X).
This version supports Python 2 and 3.
Add test target.
- textproc/py-sphinx: Update to 3.0.2
Python 3 only (3.5+).
Add test target.
- Mk/Uses/python.mk: Add PY_SPHINX
(Only the first 15 lines of the commit message are shown above ) |
09 Oct 2019 18:12:31
7.0.1_4

|
antoine  |
Unbreak INDEX |
09 Oct 2019 17:41:22


|
brooks  |
ttempt to work around a problem with binutils not liking the armv6 code
generated by LLVM 7.
PR: 235282
Requested by: jbeich |
14 Sep 2019 22:01:13
7.0.1_4

|
jbeich  |
Drop C++11 workaround for GCC < 6 after r449590
lang/gcc5 will expire in ~1 month. If someone still uses lang/gcc48
they should backport C++11 fix instead. QA on GCC architecuters is
currently limited to powerpc64 which uses GCC_DEFAULT.
PR: 193528 |
26 Jul 2019 20:46:57
7.0.1_4

|
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
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, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
17 Apr 2019 16:20:06
7.0.1_3

|
brooks  |
Fix the installation of llvm-lit's "cat" utility.
On llvm80, also disable discovery of libz3 to avoid an untracked
dependency when math/z3 is installed during a manual build.
PR: 237284
Reported by: arrowd
Sponsored by: DARPA, AFRL |
07 Mar 2019 23:52:09
7.0.1_2

|
brooks  |
Move the list of llvm commands to seperate Makefile.COMMANDS to be used
by another port to come later.
Reorder Makefiles a bit to group similar things together.
Remove support for generating patch files from upstream SVN revisions.
The required interfaces have been disabled for some time and LLVM is in
the process if migrating to Git.
No functional changes (pkg-plist changes are simply ordering). |
25 Feb 2019 19:28:55
7.0.1_2

|
brooks  |
Fix libclangDoc.a installation, install clang-doc80
Bug 230791 mistakenly put libclangDoc.a under %%DOCS%%. It actually
belongs to clang extras.
Plus, on 8.0.0, the clang-doc binary does work, so we can install that
too.
PORTREVISION bumped for llvm80 due to new file, not bumped for llvm70 as
this plist change only fixes previously broken OPTIONS configurations.
PR: 230791
Submitted by: Greg V
Differential Revision: https://reviews.freebsd.org/D19068 |
18 Feb 2019 21:52:49
7.0.1_2

|
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 |
18 Jan 2019 22:57:33
7.0.1_2

|
brooks  |
Remove obsolete conflicts entries referencing clang-devel. |
17 Jan 2019 23:29:30
7.0.1_2

|
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 |
08 Jan 2019 09:06:38
7.0.1_1

|
tobik  |
Do not set OPTIONS_SUB twice |
03 Jan 2019 18:10:21
7.0.1_1

|
brooks  |
Backport two Objective-C bug fixes (D18672)
Add patches for head rS342592 and rS342593 (D18691)
Add patch files for head rS342592 and rS342593, which correspond to the
following upstream revisions:
https://reviews.llvm.org/rL342397
https://reviews.llvm.org/rL342397
These fix an 'Assertion failed: ((VT.getVectorNumElements() +
N2C->getZExtValue() <= N1.getValueType().getVectorNumElements()) &&
"Extract subvector overflow!"), function getNode' when building the
multimedia/aom port (with AVX2 enabled).
PR: 234480
Submitted by: theraven, dim
Differential Revision: https://reviews.freebsd.org/D18672
Differential Revision: https://reviews.freebsd.org/D18691 |
25 Dec 2018 20:25:40
7.0.1

|
tcberner  |
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 |
15 Dec 2018 15:21:37
7.0.1

|
brooks  |
Upgrade to LLVM 7.0.1 Release.
Avoid calling realpath unless it is actually needed (D17990). |
12 Dec 2018 01:35:36
7.0.0_2

|
gerald  |
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 |
14 Nov 2018 18:12:23
7.0.0_1

|
bdrewery  |
Use exec in wrapper to avoid an extra shell process sticking around.
I purposely didn't bump PORTREVISION for this as it's not really
worth a rebuild even though technically required.
Approved by: brooks |
01 Nov 2018 17:47:32
7.0.0_1

|
brooks  |
Add all patches from base llvm/clang/lld/lldb 7.0 to devel/llvm70
This adds all the patches that were applied in the past to the
clang700-import branch, under contrib/llvm. After these, there only
minimal diffs left between the port sources and the base sources.
Most of these remaining diffs are due to #ifdef shortcuts in the base
sources, because we don't compile certain features in. Other diffs are
because the port has applied a few changes that we don't have in base.
Also switch to the common LICENSE defintion in devel/llvm-devel and
chase new USE_GNOME requirements (for libxml2).
PR: 212343, 230604
Submitted by: dim
MFH: 2018Q4
Differential Revision: https://reviews.freebsd.org/D17709 |
20 Sep 2018 02:47:24
7.0.0

|
brooks  |
Update to LLVM 7.0.0 Release.
Update LICENSE to include additional licenses of sub-components.
Enable LLDB and OPENMP on 10. [0]
PR: 229570 [0]
Submitted by: Rainer Hurling <rhurlin@gwdg.de> [0]
Sponsored by: DARPA, AFRL |
13 Sep 2018 17:36:58
7.0.0.r3

|
brooks  |
Update to release candidate 3.
Add a wrapper for llvm-xray.
Sponsored by: DARPA, AFRL |
28 Aug 2018 16:37:06
7.0.0.r2

|
brooks  |
Update to 7.0.0rc2.
Note that rc2 (as with rc1) contains a regression for i386 where it will
fail to link certain programs using atomics. This will be fixed in rc3. |
21 Aug 2018 20:29:02
7.0.0.r1

|
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 |
21 Aug 2018 20:26:03
7.0.0.r1

|
brooks  |
Fix builds without DOCS.
libclangDoc.a is excluded when documentation builds are disabled.
PR: llvm70
Reported by: xxjack12xx@gmail.com |
14 Aug 2018 02:54:43
7.0.0.r1

|
brooks  |
Add a port of LLVM 7.0.0.rc1 based on devel/llvm60.
Sponsored by: DARPA, AFRL |