Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
06 Jun 2022 18:51:37 15.0.d20220603
|
Brooks Davis (brooks)  |
devel/llvm-devel: New snapshot |
31 May 2022 18:47:36 15.0.d20220523
|
Brooks Davis (brooks)  |
devel/llvm-devel: add missing patch
Add the patch mention in cfe8f1001ff0d8d0484883f3b5fd34e03ce61b84. |
26 May 2022 18:15:49 15.0.d20220523
|
Brooks Davis (brooks)  |
devel/llvm-devel: New snapshot
Disable FLANG on arm6/arm7. It's not 32-bit clean, is unlikely to
ever be so, and fails to build on many people's systems due to running
out of memory. This matches other llvm-* ports.
Replace a patch reverting a commit that is broken with our libc++ with a
patch with a workaround that is likely to land upstream. |
17 May 2022 20:26:58 15.0.d20220517
|
Brooks Davis (brooks)  |
devel/llvm-devel: Add missing patch
Add a patch I failed to add in 70d8d9125c9f5b1da36b134408b3d580a39f1aa8.
No PORTREVISION bump as no configuration (except maybe building with
gcc and using libsbdc++) will build.
PR: 263803 (previous commit addressses this PR) |
17 May 2022 20:23:26 15.0.d20220517
|
Brooks Davis (brooks)  |
devel/llvm-devel: New snapshot
Add support for COMPILER_RT on powerpc*. [0]
Don't enable MLIR by default. Instead, rely on FLANG's dependency
on it to turn it on for architectures that support FLANG. This removes
MLIR from default packages on 32-bit system.
PR: 263803 [0]
Submitted by: pkubaj [0] |
06 May 2022 13:50:17 15.0.d20220504
|
Piotr Kubaj (pkubaj)  |
devel/llvm-devel: fix plist on riscv64
profile library has been added in
https://github.com/llvm/llvm-project/commit/b5047c7329789c1ad905a3b7268c49b73fe34e2b |
05 May 2022 17:36:44 15.0.d20220504
|
Brooks Davis (brooks)  |
devel/llvm-devel: Update to a fresh snapshot |
03 May 2022 18:58:33 15.0.d20220414
|
Brooks Davis (brooks)  |
devel/llvm*: (NFC) extract MAN1SRCS list
Move the lists of manpages into Makefile.MAN1SRCS as with COMMANDS.
Sponsored by: DARPA, AFRL |
15 Apr 2022 17:48:30 15.0.d20220414
|
Brooks Davis (brooks)  |
devel/llvm-devel: Update to new snapshot
Enable COMPILER_RT on RISC-V. [0]
PR: 263051 [0]
Submitted by: pkubaj [0] |
10 Apr 2022 19:11:41 15.0.d20220328_1
|
Charlie Li (vishwin)  |
textproc/libxml2: bump all LIB_DEPENDS consumers
This is a separate commit to facilitate easier cherry-picking for
quarterly.
PR: 262853, 262940, 262877, 263126
Approved by: fluffy (mentor) |
31 Mar 2022 21:26:06 15.0.d20220328
|
Brooks Davis (brooks)  |
devel/llvm-devel: Fix plist without EXTRAS
The clang-pseudo program is provided by clang-tools-extras (the
EXTRAS option), but was incorrectly tagged as part of CLANG.
This also broke the lite flavor. |
29 Mar 2022 16:41:35 15.0.d20220328
|
Brooks Davis (brooks)  |
devel/llvm-devel: Update to a new snapshot.
Avoid a dependency of libunwind on sufficently recent systems where
the installed unwind.h can be found.
PR: 262707 |
26 Mar 2022 08:27:27 15.0.d20220307_1
|
Matthias Fechner (mfechner)  |
textproc/libxml2: bump all dependencies
This should make sure that all dependent ports will pick
up the new version commited with a13ec21cd733f67a9fc0dc00ab45268bdc236246 |
12 Mar 2022 20:46:49 15.0.d20220307
|
Piotr Kubaj (pkubaj)  |
devel/llvm-devel: enable OPENMP on riscv64 |
08 Mar 2022 20:54:28 15.0.d20220307
|
Brooks Davis (brooks)  |
devel/llvm-devel: new snapshot (now LLVM 15)
Disable OpenMP DeviceRtl.
PR: 261921 |
21 Jan 2022 19:56:24 14.0.d20220121
|
Brooks Davis (brooks)  |
devel/llvm-devel: update to new snapshot
Disable LLDB on riscv64, there is no support. [0]
PR: 261374 [0] |
11 Jan 2022 17:12:07 14.0.d20220104
|
Brooks Davis (brooks)  |
devel/llvm-devel: fix i386 builds, minor improvements
Fix OpenMP build on i386 by removing a bogus assert. The assert was
added in https://reviews.llvm.org/D114270 and is wrong on 32-bit. It's
a little unclear if this will work of if we should disable the AMDGPU
plugin on i386.
Remove some conflicts for long-removed packages (clang-devel and
iomp5-devel).
Don't hardcode PYTHON_EXT_SUFFIX in the plist. [0]
PR: 261034 [0]
Reported by: Trond.Endrestol@ximalas.info [0] |
10 Jan 2022 23:06:57 14.0.d20220104
|
Stefan Eßer (se)  |
devel/llvm-devel: update CONFLICTS_INSTALL
There are 2 packages that can be built from this port (llvm-devel and
llvm-devel-lite) and they conflict with each other.
Approved by: portmgr (implicit) |
10 Jan 2022 15:15:39 14.0.d20220104
|
Stefan Eßer (se)  |
Fix CONFLICTS entries of multiple ports
There have been lots of missing CONFLICTS_INSTALL entries, either
because conflicting ports were added without updating existing ports,
due to name changes of generated packages, due to mis-understanding
the format and semantics of the conflicts entries, or just due to
typoes in package names.
This patch is the result of a comparison of all files contained in
the official packages with each other. This comparison was based on
packages built with default options and may therefore have missed
further conflicts with optionally installed files.
Where possible, version numbers in conflicts entries have been
generalized, some times taking advantage of the fact that a port (Only the first 15 lines of the commit message are shown above ) |
07 Jan 2022 22:31:21 14.0.d20220104
|
Brooks Davis (brooks)  |
devel/llvm-devel: Update to a new snapshot
Remove the -fformat-extensions patch. The flag is ignored and no FreeBSD
source tree with a chance of compiling with LLVM 13 uses it when the
compiler is clang. I intend to drop this patch in devel/llvm14 when it
is created from llvm13 so consider this a trial run. |
25 Nov 2021 21:40:11 14.0.d20211012
|
Stefan Eßer (se)  |
*/*: Remove redundant '-*' from CONFLICTS definitions
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").
Approved by: portmgr (blanket) |
16 Oct 2021 09:51:39 14.0.d20211012
|
Jimmy Olgeni (olgeni)  |
*: fix tab vs. space issues, and comments according to the guide. |
12 Oct 2021 22:17:43 14.0.d20211012
|
Brooks Davis (brooks)  |
devel/llvm-devel: Update to a new snapshot
This snapshot includes a fix for sanitizer guild builds systems where
clang does not include cet.h.
Sponsored by: DARPA |
07 Oct 2021 22:36:55 14.0.d20211007
|
Brooks Davis (brooks)  |
devel/llvm-devel: Update to a new snapshot
Fix build without FLANG (plist issue).
Fix LLDB build on non-CURRENT, I accidently committed the removal of
the workaround patch (which didn't work on i386) with an llvm13 update
in ef505eaca6425dd075e64e166f7be7a0ead3fa59. This snapshot includes
the correct fix from upstream.
Sponsored by: DARPA |
07 Oct 2021 19:38:34 14.0.d20211005
|
Brooks Davis (brooks)  |
devel/llvm13: Update to 13.0.0 RELEASE
MFH: 2021Q4
Sponsored by: DARPA |
05 Oct 2021 22:36:17 14.0.d20211005
|
Brooks Davis (brooks)  |
devel/llvm-devel: Update to a new snapshot
Add a patch to workaround lldb not compiling without PT_COREDUMP
support (not yet in all supported releases).
Sponsored by: DARPA |
29 Aug 2021 19:23:50 14.0.d20210811
|
Bernhard Froehlich (decke)  |
devel/llvm-devel: Add CPE information
Approved by: portmgr (blanket) |
29 Aug 2021 14:54:01 14.0.d20210811
|
Alexey Dokuchaev (danfe)  |
Cleanup: for ports under d* categories, drop redundant GH_{ACCOUNT,PROJECT}. |
24 Aug 2021 17:44:55 14.0.d20210811
|
Brooks Davis (brooks)  |
devel/llvm-devel: fix build without OPENMP
Some files were not correctly tagged as being part of the OpenMP
build.[0]
Fix symlinks to lit and FileCheck. They improperly included
STAGEDIR.[1]
PR: 257947 [0], 244439 [1]
Sponsored by: DARPA |
18 Aug 2021 22:15:30 14.0.d20210811
|
Brooks Davis (brooks)  |
devel/llvm-devel: new snapshot post 13 branch
Update to a new snapshot after the branch point for the 13.0.0 release.
This snapshot includes a new scanbuild written in python. I've not
tested it and it likely requires further refinement.
Allow LOCALBASE/llvm-devel and LOCALBASE/bin to be on different file
systems. [0]
PR: 244439 [0]
Reported by: eugen [0]
Sponsored by: DARPA |
15 Jun 2021 12:25:16 13.0.d20210518
|
Piotr Kubaj (pkubaj)  |
devel/llvm-devel: enable GOLD and OPENMP on powerpc64le |
15 Jun 2021 08:41:48 13.0.d20210518
|
Piotr Kubaj (pkubaj)  |
devel/llvm-devel: enable GOLD and disable FLANG on powerpc
While here, also fix some whitespace issues. |
20 May 2021 21:46:06 13.0.d20210518
|
Brooks Davis (brooks)  |
devel/llvm-devel: new snapshot 2021-05-18
Enable STATIC_LIBS by default to allow tools such as
devel/include-what-you-use to link. [0]
Install i386 sanitizers if they are built on amd64 (this happens if
lib32 libraries are installed.)
PR: 255894 [0] |
12 Apr 2021 22:41:47 13.0.d20210408_1
|
Brooks Davis (brooks)  |
devel/llvm-devel: Disable FLANG on i386
It doesn't compile (may also be broken on other 32-bit platforms, but
I don't have reports one way or the other). |
12 Apr 2021 22:41:47 13.0.d20210408_1
|
Brooks Davis (brooks)  |
devel/llvm-devel: add a lite flavor
This flavor includes clang and lld and has no runtime dependencies.
Add a new STATIC_LIBS option to toggle instalation of non-sanitizer static
libraries. This saves a substantial amount of space. |
08 Apr 2021 22:23:37 13.0.d20210408
|
Brooks Davis (brooks)  |
devel/llvm-devel: Update to a new snapshot |
08 Apr 2021 22:23:37 13.0.d20210308_1
|
Brooks Davis (brooks)  |
llvm-devel: enable flang by default
The flang Fortran compiler now builds with LLVM_LINK_LLVM_DYLIB=ON
(required to avoid truely excessive size) so enable it by default. |
06 Apr 2021 14:31:13 13.0.d20210308
|
Mathieu Arnold (mat)  |
all: Remove all other $FreeBSD keywords. |
06 Apr 2021 14:31:07 13.0.d20210308
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
12 Mar 2021 22:28:01
13.0.d20210308
|
brooks  |
llvm-devel: make portlint slightly happier |
12 Mar 2021 22:05:11
13.0.d20210308
|
brooks  |
llvm-devel: Handle unsupported options centrally
Use a loop over all possible options to comment out PLIST entries for
options not supported on the current platform.
Sponsored by: DARPA, AFRL |
08 Mar 2021 21:01:42
13.0.d20210308
|
brooks  |
Update to a new snapshot (now on the 13.0.0 line).
Disable LLDB docs due to build issues.
Reduce dependencies in core LLVM and Clang bits.
Sponsored by: DARPA |
26 Jan 2021 14:56:05
12.0.d20201027
|
pkubaj  |
devel/llvm*: enable GOLD on 14 on powerpc64 |
14 Jan 2021 14:34:38
12.0.d20201027
|
dbaio  |
Remove PY_SPHINX from ports using Python 3
Approved by: portmgr blanket
Differential Revision: https://reviews.freebsd.org/D28093 |
29 Oct 2020 21:21:11
12.0.d20201027
|
brooks  |
Update to a new snapshot.
Add a missing dependency on lua for lldb. |
29 Sep 2020 16:36:12
12.0.d20200925
|
brooks  |
Update to a new snapshot.
Disable DOCS for FLANG. They require sphinx-markdown-tables which in
turn requires py-markdown > 3.0.1 and depite the creation of a
py-markdown2 port, our py-markdown remains at 2.6.11. |
14 Aug 2020 18:35:40
12.0.d20200811
|
brooks  |
Update to a new snapshot and add FLANG and MLIR options
Add two new options:
- FLANG (Fortran 2018 compiler)
- MLIR (Multi-Level Intermediate Representation support)
MLIR is enabled by default and required by FLANG. FLANG is not yet
enabled by default because it is broken with LLVM_LINK_LLVM_DYLIB=ON
which results in a truly enormous package (500+MB .txz).
PR: 248591
Sponsored by: DARPA |
10 Aug 2020 21:08:05
12.0.d20200806
|
brooks  |
Update to a more recent snapshot.
Fix C++ library selection for some --target values. [0]
PR: 248386 [0]
Reported by: Greg V [0] |
14 Jul 2020 21:54:06
11.0.d20200706_1
|
pkubaj  |
devel/llvm-devel: enable GOLD and OPENMP on powerpc64 (GOLD only on head)
OPENMP on powerpc64 works just fine. GOLD needs ld.gold, which doesn't work on
elfv1. |
12 Jul 2020 19:21:11
11.0.d20200706
|
brooks  |
Fix plist without OPENMP.
PR: 247821
Reported by: philippe.michel7@free.fr
Sponsored by: DARPA |
06 Jul 2020 22:52:55
11.0.d20200706
|
brooks  |
Update to a fresh snapshot. |
17 Jun 2020 18:17:45
11.0.d20200519
|
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
11.0.d20200519
|
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) |
03 Jun 2020 17:58:09
11.0.d20200519
|
brooks  |
Update to a more recent snapshot. |
18 May 2020 21:50:29
11.0.d20200327
|
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
11.0.d20200327
|
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 ) |
28 Mar 2020 00:01:42
11.0.d20200327
|
brooks  |
Update to a new snapshot.
Add a patch to work around https://reviews.llvm.org/D76827.
Sponsored by: DARPA |
19 Jan 2020 13:55:38
11.0.d20200117
|
brooks  |
Update to a new snapshot (welcome to LLVM 11).
Fix plist when COMPILER_RT is disabled.
PR: 243371 |
16 Jan 2020 14:14:24
10.0.d20200103
|
antoine  |
Revert r523228 and unbreak INDEX |
16 Jan 2020 13:08:58
10.0.d20200103
|
brooks  |
Attempt to fix build on 11 (i386 and amd64) and 12 (i386).
On the package builders, the bfd linker crashes when linking so force
the use of lld. |
03 Jan 2020 18:56:54
10.0.d20200103
|
brooks  |
Update to a new snapshot. |
20 Dec 2019 21:51:46
10.0.d20191218
|
brooks  |
Correct plist when OPENMP is disabled.
PR: 242730
Reported by: philippe.michel7@free.fr
Sponsored by: DARPA, AFRL |
18 Dec 2019 23:14:22
10.0.d20191218
|
brooks  |
Update to a new snapshot.
Fix llvm-devel.mk cross toolchain file.
Submitted by: mhorne
Differential Revision: https://reviews.freebsd.org/D22869 |
15 Nov 2019 23:14:09
10.0.d20191108
|
brooks  |
Update to a new snapshot and migrate to the llvm monorepo.
We now always download everthing so apply all patches (except the ELFv2
patches) unconditionally. Don't imply CLANG fo ELFV2 since the patches
will always apply.
Install llvm-devel.mk for CROSS_TOOLCHAIN support subsuming the
role of xtoolchain-llvm-devel. This means that users will get the
dependency for CROSS_TOOLCHAIN=llvm-devel by installing llvm-devel.
To avoid unnecessicary churn in other xtoolchain-llvm* ports, leave
xtoolchain-llvm-devel in place and make it IGNORE in the -devel case.
Once llvm90 (and maybe llvm80) are updated I'll remove it or move it as
appropriate.
Always install a link from ld.lld to ld as was done by
xtoolchain-llvm-devel.
Sponsored by: DARPA, AFRL |
07 Nov 2019 00:59:33
10.0.d20191029
|
brooks  |
Update to a more recent snapshot.
Fix build with EXTRAS disabled. |
22 Oct 2019 18:40:12
10.0.d20191021
|
brooks  |
Fix typo in patch to fix clang build.
Adjust the set of headers installed with clang to match llvm90. Also
correct the location of the patch.
Reported by: yuri (lack on unwind.h) |
21 Oct 2019 23:53:09
10.0.d20191021
|
brooks  |
Update to a new snapshot.
powerpc64: add configure option to select ELFv2 ABI
In preparation for compiler+ABI change in PowerPC64, this change adds a
configure option to select ELFv2 as default powerpc64 ABI when compiling
llvm-devel.
The new option automatically set when ELFv2 environment is detected
(when PPC_ABI=ELFv2)
Submitted by: Alfredo Dal'Ava Junior
Differential Revision: https://reviews.freebsd.org/D22100 |
19 Sep 2019 11:09:50
10.0.d20190913
|
brooks  |
Fix plist. |
13 Sep 2019 14:33:35
10.0.d20190913
|
brooks  |
Update to a new snapshot.
Fix build without COMPILER_RT. [0]
Reported by: emaste
Sponsored by: DARPA, AFRL |
22 Aug 2019 12:43:09
10.0.d20190821
|
brooks  |
Update to a new snapshot.
Pull in fixes for building with all options disabled and python > 3.6.
Sponsored by: DARPA, AFRL |
26 Jul 2019 20:46:57
9.0.d20190712_1
|
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 |
18 Jul 2019 07:06:56
9.0.d20190712
|
tobik  |
devel/llvm-devel: Attempt to unbreak LLDB=off after r506765
$ make WITHOUT=LLDB check-sanity
===> llvm-devel-9.0.d20190712 uses unknown USES=python arguments: build:3.6.
*** Error code 1 |
16 Jul 2019 16:40:06
9.0.d20190712
|
brooks  |
Pin the python version to 3.6 to fix builds with 2.7 as the default.
It appears that LLVM recently become more aggressive in finding python 3
installations and strongly prefers them.
No PORTREVISON bump as I expect only previously broken systems to see any
changes.
PR: 239237
Reported by: jbeich |
15 Jul 2019 19:49:51
9.0.d20190712
|
brooks  |
Upgrade to a newer snapshot.
Chase the switch to python 3.6 as default.
Enable LLVM_LINK_LLVM_DYLIB and CLANG_LINK_LLVM_DYLIB.[0]
PR: 223191 [0]
Requested by: jbeich [0] |
11 Jul 2019 16:59:17
9.0.d20190710
|
brooks  |
Update to a new snapshot.
Move clang-scan-deps to the right option in Makefile.COMMANDS. |
03 Jul 2019 20:45:40
9.0.d20190701
|
brooks  |
Add missed patch in previous commit to allow LLDB docs to build with the
outdated Sphinx in the ports tree. |
02 Jul 2019 17:04:50
9.0.d20190701
|
brooks  |
Update to a fresh (2019-07-01) snapshot.
Note that 9.0.0 is scheduled to branch 2019-07-18 so now is a good time
to be testing and fixing bugs.
Sponsored by: DARPA, AFRL |
20 May 2019 21:15:48
9.0.d20190510
|
brooks  |
Update to a newer snapshot 9.0.d20190510.
I used the submitted patch for inspiration, but regenerated most of it
and added some unrelated cleanups.
PR: 237819
Requested by: yuri
Submitted by: yuri |
03 Apr 2019 18:36:12
9.0.d20190326
|
brooks  |
Fix broken plist.
PR: 236987
Reported by: Trond.Endrestol@ximalas.info |
01 Apr 2019 18:00:35
9.0.d20190326
|
brooks  |
Update to a new snapshot.
Correct finding libopenmp.
PR: 236788
Submitted by: jbeich |
07 Mar 2019 23:52:09
9.0.d20190226
|
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). |
07 Mar 2019 23:16:40
9.0.d20190226
|
brooks  |
Update to a more recent shapshot.
Adapt to removal of the ARM license.
Allow licenses to sit somewhere other then WRKSRC.
Fix the plist when OPENMP is disabled.
PR: 236008 |
28 Jan 2019 23:32:45
9.0.d20190122
|
brooks  |
Update to a new snapshot matching our upcoming paper.
Sponsored by: DARPA, AFRL |
19 Jan 2019 00:05:09
9.0.d20190118
|
brooks  |
Update to a new version (LLVM HEAD is now 9.0.0).
Remove clang headers conflicting with FreeBSD headers. I'd throught
this was nolonger required, but it seems to still be necessicary in at
least some cases.
Submitted by: Alfredo Dal'Ava Junior
Differential Revision: https://reviews.freebsd.org/D18879 |
15 Jan 2019 16:19:34
8.0.d20190114
|
brooks  |
Update to a new snapshot.
Add -DNDEBUG to CFLAGS/CXXFLAGS to prevent USES=cmake from accidentally
reenabling assertions. [0]
This should fix i386 builds.
PR: 233506 [0] |
09 Jan 2019 23:06:07
8.0.d20190108
|
brooks  |
Upgrade to a new snapshot.
Fix a bug that resulted in LLVM_BUILD_LLVM_DYLIB not being passed as a
cmake argument. [0]
PR: 234739 [0]
Submitted by: tobik [0] |
08 Jan 2019 09:06:38
8.0.d20181024_1
|
tobik  |
Do not set OPTIONS_SUB twice |
25 Dec 2018 20:25:40
8.0.d20181024_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 |
12 Dec 2018 01:35:36
8.0.d20181024_1
|
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
8.0.d20181024
|
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 |
02 Nov 2018 13:32:35
8.0.d20181024
|
rene  |
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 |
25 Oct 2018 20:32:13
8.0.d20181024
|
brooks  |
Update to a new snapshot. |
03 Oct 2018 18:15:02
8.0.d20181001
|
brooks  |
Fix plist on i386.
PR: 231893
Reported by: jbeich |
02 Oct 2018 16:45:39
8.0.d20181001
|
brooks  |
Update to a new snapshot.
Update LICENSE data per mailing list feedback and move to a seperate
Makefile.LICENSE for use by other llvm ports. |
25 Sep 2018 17:56:49
8.0.d20180925
|
brooks  |
Update to a more recent snapshot.
Work around upstream breakage in LLDB.
Sponsored by: DARPA, AFRL |
13 Sep 2018 18:45:44
8.0.d20180913
|
brooks  |
Update to a new snapshot.
Add LICENSE variables. |
24 Aug 2018 15:53:11
8.0.d20180816_2
|
brooks  |
Fix build when the default python version isn't 2.7.
The problem here is that if the default version was (e.g.) 3.6, a
python 3.6 version of sphinx would be installed, but a python 2.7
version of py-recommonmark would be installed and then not be found.
Fix this problem by forcing the install of a python 2.7 version of
sphinx.
No functional change. |
21 Aug 2018 20:29:02
8.0.d20180816_2
|
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 |
17 Aug 2018 15:30:24
8.0.d20180816_2
|
brooks  |
Mark broken on 10.x.
There won't be a devel/llvm80 before 10.x is EOL so I'm not planning to
try to keep this alive there. Patches are welcome. |
16 Aug 2018 22:51:17
8.0.d20180816_2
|
brooks  |
Update to a new snapshot. LLVM trunk is now 8.0.
Sponsored by: DAPRA, AFRL |