Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
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 |
29 Jul 2018 22:18:46
7.0.d20180523_2

|
gerald  |
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 |
05 Jul 2018 09:02:52
7.0.d20180523_1

|
jbeich  |
devel/llvm*: apply r447281 and enable OPENMP on i386
PR: 229521
Approved by: brooks (maintainer)
MFH: 2018Q3 |
24 May 2018 16:04:11
7.0.d20180523

|
brooks  |
Update to a new snapshot. |
07 May 2018 22:29:46
7.0.d20180506

|
jbeich  |
Drop FreeBSD 10.3 support
Reviewed by: yuri (SoPlex), sunpoet (nghttp2), cpm (chromium), brooks (llvm*)
Approved by: portmgr (rene)
Differential Revision: https://reviews.freebsd.org/D15238 |
06 May 2018 16:43:53
7.0.d20180506

|
brooks  |
Update to a new snapshot.
Work around a race in sphinx.
Create the target directory before calling sphinx to render content into
it. Sphinx suffers from a race where it crashes with an exception if it
tries to make a directory and someone else does first. |
27 Apr 2018 08:33:50
7.0.d20180413

|
amdmi3  |
- Switch to new test framework
Approved by: portmgr blanket |
16 Apr 2018 20:57:15
7.0.d20180413

|
brooks  |
Update to a new snapshot.
Chase changes to the library/program numbering scheme. |
27 Mar 2018 20:34:27
7.0.d20180327

|
brooks  |
Update to a new snapshot. |
26 Mar 2018 22:36:07
7.0.d20180321

|
brooks  |
Update to a newer snapshot.
Adjust the way *_blacklist.txt is added to the package to address
increasing divergence.
Pull in wrapper change from D14727 to fix use when symlinking to them
in ${LOCALBASE}/bin. |
21 Mar 2018 03:45:55
7.0.d20180225

|
bdrewery  |
Fix CCACHE_BUILD support. |
02 Mar 2018 22:26:04
7.0.d20180225

|
brooks  |
Update to a newer snapshot.
Don't require basename. [0]
Submitted by: bdrewery [0]
Sponsored by: DARPA, AFRL |
12 Feb 2018 21:22:39
7.0.d20180206

|
brooks  |
Mark broken on 10.3.
This is broader than necessicary, but should not be a major problem
in practice. Packages for 10.x should start being built again after
10.3 expires at the end of April which is well before the release
of 7.0.0 is planned. |
07 Feb 2018 18:03:25
7.0.d20180206

|
brooks  |
Switch to EXTRA_PATCHES directories.
Delete unreferenced patches.
No functional changes. |
06 Feb 2018 20:28:58
7.0.d20180206

|
brooks  |
Update to a new snapshot. |
24 Jan 2018 17:29:57
7.0.d20180123

|
brooks  |
Update to a new snapshot.
Fix builds on platforms without OPENMP support.
Run ccache-update-links on install and deinstall. [0]
PR: 217572 [0] |
19 Jan 2018 23:30:47
7.0.d20180119

|
brooks  |
Update to a new snapshot, now on the 7.0 line. [0]
Depend explicitly on python2.7. [1]
Install clang headers as they are now believed to work properly with
FreeBSD headers.
PR: 225315 [0], 225144 [1]
Submitted by: sunpoet [1]
Differential Revision: https://reviews.freebsd.org/D13984 |
19 Dec 2017 00:32:00
6.0.d20171207_1

|
brooks  |
Fix build on 10.3.
This disables OPENMP which failes to compile and uses an ABI breaking
flag to work around 10.3 lacking some libc++ functionality (suggsted by
dim@). |
12 Dec 2017 04:26:57
6.0.d20171207

|
jbeich  |
devel/llvm-devel: re-try on powerpc* after r449590 |
07 Dec 2017 18:08:02
6.0.d20171207

|
brooks  |
Update to a new snapshot. |
30 Nov 2017 20:55:53
6.0.d20171129

|
brooks  |
Update to a fresh snapshot.
Enable RTTI. |
13 Nov 2017 02:47:52
6.0.d20171113

|
brooks  |
Update to a new snapshot.
This includes the fix for posix_fallocate not being supported on ZFS.
PR: 223383, 223440
Reported by: Mark Millard |
30 Oct 2017 10:19:40
6.0.d20171023

|
brooks  |
Update to an October 23rd snapshot.
Merge cleanups to targets.[0]
PR: 221908 [0] |
22 Sep 2017 10:48:29
6.0.d20170920

|
mat  |
Remove USES=execinfo.
PR: 220271
Submitted by: mat (review), Yasuhiro KIMURA (PR)
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D11488 |
21 Sep 2017 23:46:09
6.0.d20170920

|
brooks  |
Remove bogus plist entry. |
20 Sep 2017 01:08:58
6.0.d20170920

|
brooks  |
Update to a new snapshot.
Fix location of compiler_rt libraries. [0]
Fix hardcoded clang-format version. [1]
PR: 216950 [0], 220995 [1] |
15 Sep 2017 23:22:36
6.0.d20170914

|
brooks  |
Upgrade to a new snapshot. Now named 6.0. |
10 Sep 2017 20:55:39
5.0.d20170524_1

|
gerald  |
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 |
23 Aug 2017 14:03:08
5.0.d20170524

|
mat  |
Remove keyword expansion from patches.
Sponsored by: Absolight |
25 Jun 2017 21:07:58
5.0.d20170524

|
tcberner  |
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 |
25 May 2017 18:33:54
5.0.d20170524

|
brooks  |
Disable LLDB on FreeBSD 10.
It's reliably failing to build on the ports cluster likely due to a
compiler or libc++ issue. |
24 May 2017 22:09:03
5.0.d20170524

|
brooks  |
Correct __FreeBSD_version value for ino64.
No version bump as I belive systems in the wrong window will fail to
build. |
24 May 2017 21:38:52
5.0.d20170524

|
brooks  |
Update to a new snapshot.
There is reason to believe that this snapshot fixes build issues on
10.x.
Catch up with the ino64 change.[0]
Submitted by: kib [0] |
22 May 2017 17:39:26
5.0.d20170517

|
bdrewery  |
Fix build when LOCALBASE is not /usr/local.
Reviewed by: brooks
Sponsored by: Dell EMC Isilon
Differential Revision: https://reviews.freebsd.org/D10859 |
18 May 2017 01:00:22
5.0.d20170517

|
brooks  |
Update to new snapshot.
Allow build with Python 3 as default[0].
PR: 219222 [0]
Submitted by: daniel@blodan.se [0] |
15 May 2017 15:38:56
5.0.d20170329_2

|
mat  |
Remove svn keywords from patches.
Sponsored by: Absolight |
29 Apr 2017 06:32:03
5.0.d20170329_2

|
linimon  |
Provide more descriptive error messages for ports failing on powerpc64.
Approved by: portmgr (tier-2 blanket) |
17 Apr 2017 14:40:16
5.0.d20170329_2

|
miwi  |
- Fix Shebangs |
15 Apr 2017 14:11:44
5.0.d20170329_1

|
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" |
05 Apr 2017 21:12:59
5.0.d20170329_1

|
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. |
01 Apr 2017 15:23:32
5.0.d20170329_1

|
gerald  |
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 |
31 Mar 2017 16:01:14
5.0.d20170329

|
brooks  |
Upgrade to a fresh snapshot.
Attempt to reduce package size when built with -DWITH_DEBUG.[0]
Submitted by: dim [0]
Sponsored by: DARPA, AFRL |
29 Mar 2017 14:43:28
5.0.d20170211_1

|
jbeich  |
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 |