non port: devel/llvm-devel/Makefile |
Number of commits found: 340 (showing only 100 on this page) |
Sunday, 29 Aug 2021
|
19:23 Bernhard Froehlich (decke)
devel/llvm-devel: Add CPE information
Approved by: portmgr (blanket)
ebc6ff7 |
14:54 Alexey Dokuchaev (danfe)
Cleanup: for ports under d* categories, drop redundant GH_{ACCOUNT,PROJECT}.
adb7b06 |
Tuesday, 24 Aug 2021
|
17:44 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
088b99d |
Wednesday, 18 Aug 2021
|
22:15 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
c71f5b3 |
Tuesday, 15 Jun 2021
|
12:25 Piotr Kubaj (pkubaj)
devel/llvm-devel: enable GOLD and OPENMP on powerpc64le
0c9bba0 |
08:41 Piotr Kubaj (pkubaj)
devel/llvm-devel: enable GOLD and disable FLANG on powerpc
While here, also fix some whitespace issues.
9dc5e70 |
Thursday, 20 May 2021
|
21:46 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]
a459b93 |
Monday, 12 Apr 2021
|
22:41 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.
f8a01bc |
22:41 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).
5253f1d |
Thursday, 8 Apr 2021
|
22:23 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.
449e5da |
22:23 Brooks Davis (brooks)
devel/llvm-devel: Update to a new snapshot
93ea362 |
Tuesday, 6 Apr 2021
|
14:31 Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
305f148 |
Friday, 12 Mar 2021
|
22:28 brooks
llvm-devel: make portlint slightly happier
 |
22:05 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
 |
Monday, 8 Mar 2021
|
21:01 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
 |
Tuesday, 26 Jan 2021
|
14:56 pkubaj
devel/llvm*: enable GOLD on 14 on powerpc64
 |
Thursday, 14 Jan 2021
|
14:34 dbaio
Remove PY_SPHINX from ports using Python 3
Approved by: portmgr blanket
Differential Revision: https://reviews.freebsd.org/D28093
 |
Thursday, 29 Oct 2020
|
21:21 brooks
Update to a new snapshot.
Add a missing dependency on lua for lldb.
 |
Tuesday, 29 Sep 2020
|
16:36 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.
 |
Friday, 14 Aug 2020
|
18:35 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
 |
Monday, 10 Aug 2020
|
21:08 brooks
Update to a more recent snapshot.
Fix C++ library selection for some --target values. [0]
PR: 248386 [0]
Reported by: Greg V [0]
 |
Tuesday, 14 Jul 2020
|
21:54 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.
 |
Sunday, 12 Jul 2020
|
19:21 brooks
Fix plist without OPENMP.
PR: 247821
Reported by: philippe.michel7@free.fr
Sponsored by: DARPA
 |
Wednesday, 17 Jun 2020
|
18:17 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
 |
Wednesday, 10 Jun 2020
|
04:07 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)
 |
Monday, 18 May 2020
|
21:50 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)
 |
Monday, 11 May 2020
|
23:51 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
Shared macro to use with flavors and not break
ports with USES=python (all versions).
Python >=3.5 --> textproc/py-sphinx (v3.0.2)
Python < 3.5 --> textproc/py-sphinx18 (v1.8.5)
All ports that uses sphinx were changed to use the new variable
${PY_SPHINX} in the dependency line, exceptions:
* Ports that fails to build with sphinx 3.0.2 because of code.
They are pointing to textproc/py-sphinx18 directly.
There aren't many ports.
* Ports that doesn't know Python flavors.
- Add several patches to fix Sphinx consumers
The most common issues are related with pkg-plist, the output
files from Sphinx changes between versions, keep this dynamically
is the better approach.
This will save time in future sphinx updates.
PR: 245629
Exp-run by: antoine
 |
Saturday, 28 Mar 2020
|
00:01 brooks
Update to a new snapshot.
Add a patch to work around https://reviews.llvm.org/D76827.
Sponsored by: DARPA
 |
Sunday, 19 Jan 2020
|
13:55 brooks
Update to a new snapshot (welcome to LLVM 11).
Fix plist when COMPILER_RT is disabled.
PR: 243371
 |
Thursday, 16 Jan 2020
|
14:14 antoine
Revert r523228 and unbreak INDEX
 |
13:08 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.
 |
Friday, 20 Dec 2019
|
21:51 brooks
Correct plist when OPENMP is disabled.
PR: 242730
Reported by: philippe.michel7@free.fr
Sponsored by: DARPA, AFRL
 |
Wednesday, 18 Dec 2019
|
23:14 brooks
Update to a new snapshot.
Fix llvm-devel.mk cross toolchain file.
Submitted by: mhorne
Differential Revision: https://reviews.freebsd.org/D22869
 |
Friday, 15 Nov 2019
|
23:14 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
 |
Thursday, 7 Nov 2019
|
00:59 brooks
Update to a more recent snapshot.
Fix build with EXTRAS disabled.
 |
Monday, 21 Oct 2019
|
23:53 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
 |
Friday, 13 Sep 2019
|
14:33 brooks
Update to a new snapshot.
Fix build without COMPILER_RT. [0]
Reported by: emaste
Sponsored by: DARPA, AFRL
 |
Thursday, 22 Aug 2019
|
12:43 brooks
Update to a new snapshot.
Pull in fixes for building with all options disabled and python > 3.6.
Sponsored by: DARPA, AFRL
 |
Friday, 26 Jul 2019
|
20:46 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
 |
Thursday, 18 Jul 2019
|
07:06 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
 |
Tuesday, 16 Jul 2019
|
16:40 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
 |
Monday, 15 Jul 2019
|
19:49 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]
 |
Wednesday, 3 Jul 2019
|
20:45 brooks
Add missed patch in previous commit to allow LLDB docs to build with the
outdated Sphinx in the ports tree.
 |
Tuesday, 2 Jul 2019
|
17:04 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
 |
Monday, 20 May 2019
|
21:15 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
 |
Wednesday, 3 Apr 2019
|
18:36 brooks
Fix broken plist.
PR: 236987
Reported by: Trond.Endrestol@ximalas.info
 |
Monday, 1 Apr 2019
|
18:00 brooks
Update to a new snapshot.
Correct finding libopenmp.
PR: 236788
Submitted by: jbeich
 |
Thursday, 7 Mar 2019
|
23:52 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).
 |
23:16 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
 |
Monday, 28 Jan 2019
|
23:32 brooks
Update to a new snapshot matching our upcoming paper.
Sponsored by: DARPA, AFRL
 |
Saturday, 19 Jan 2019
|
00:05 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
 |
Tuesday, 15 Jan 2019
|
16:19 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]
 |
Wednesday, 9 Jan 2019
|
23:06 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]
 |
Tuesday, 8 Jan 2019
|
09:06 tobik
Do not set OPTIONS_SUB twice
 |
Tuesday, 25 Dec 2018
|
20:25 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
 |
Wednesday, 12 Dec 2018
|
01:35 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
 |
Friday, 2 Nov 2018
|
13:32 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
 |
Thursday, 25 Oct 2018
|
20:32 brooks
Update to a new snapshot.
 |
Wednesday, 3 Oct 2018
|
18:15 brooks
Fix plist on i386.
PR: 231893
Reported by: jbeich
 |
Tuesday, 2 Oct 2018
|
16:45 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.
 |
Tuesday, 25 Sep 2018
|
17:56 brooks
Update to a more recent snapshot.
Work around upstream breakage in LLDB.
Sponsored by: DARPA, AFRL
 |
Thursday, 13 Sep 2018
|
18:45 brooks
Update to a new snapshot.
Add LICENSE variables.
 |
Friday, 24 Aug 2018
|
15:53 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.
 |
Tuesday, 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
 |
Friday, 17 Aug 2018
|
15:30 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.
 |
Thursday, 16 Aug 2018
|
22:51 brooks
Update to a new snapshot. LLVM trunk is now 8.0.
Sponsored by: DAPRA, AFRL
 |
Sunday, 29 Jul 2018
|
22:18 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
 |
Thursday, 5 Jul 2018
|
09:02 jbeich
devel/llvm*: apply r447281 and enable OPENMP on i386
PR: 229521
Approved by: brooks (maintainer)
MFH: 2018Q3
 |
Thursday, 24 May 2018
|
16:04 brooks
Update to a new snapshot.
 |
Monday, 7 May 2018
|
22:29 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
 |
Friday, 27 Apr 2018
|
08:33 amdmi3
- Switch to new test framework
Approved by: portmgr blanket
 |
Monday, 16 Apr 2018
|
20:57 brooks
Update to a new snapshot.
Chase changes to the library/program numbering scheme.
 |
Monday, 26 Mar 2018
|
22:36 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.
 |
Wednesday, 21 Mar 2018
|
03:45 bdrewery
Fix CCACHE_BUILD support.
 |
Monday, 12 Feb 2018
|
21:22 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.
 |
Wednesday, 7 Feb 2018
|
18:03 brooks
Switch to EXTRA_PATCHES directories.
Delete unreferenced patches.
No functional changes.
 |
Wednesday, 24 Jan 2018
|
17:29 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]
 |
Friday, 19 Jan 2018
|
23:30 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
 |
Tuesday, 19 Dec 2017
|
00:32 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@).
 |
Tuesday, 12 Dec 2017
|
04:26 jbeich
devel/llvm-devel: re-try on powerpc* after r449590
 |
Thursday, 7 Dec 2017
|
18:08 brooks
Update to a new snapshot.
 |
Thursday, 30 Nov 2017
|
20:55 brooks
Update to a fresh snapshot.
Enable RTTI.
 |
Monday, 13 Nov 2017
|
02:47 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
 |
Monday, 30 Oct 2017
|
10:19 brooks
Update to an October 23rd snapshot.
Merge cleanups to targets.[0]
PR: 221908 [0]
 |
Friday, 22 Sep 2017
|
10:48 mat
Remove USES=execinfo.
PR: 220271
Submitted by: mat (review), Yasuhiro KIMURA (PR)
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D11488
 |
Wednesday, 20 Sep 2017
|
01:08 brooks
Update to a new snapshot.
Fix location of compiler_rt libraries. [0]
Fix hardcoded clang-format version. [1]
PR: 216950 [0], 220995 [1]
 |
Friday, 15 Sep 2017
|
23:22 brooks
Upgrade to a new snapshot. Now named 6.0.
 |
Sunday, 10 Sep 2017
|
20:55 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
 |
Sunday, 25 Jun 2017
|
21:07 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
 |
Thursday, 25 May 2017
|
18:33 brooks
Disable LLDB on FreeBSD 10.
It's reliably failing to build on the ports cluster likely due to a
compiler or libc++ issue.
 |
Wednesday, 24 May 2017
|
21:38 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]
 |
Monday, 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
 |
Thursday, 18 May 2017
|
01:00 brooks
Update to new snapshot.
Allow build with Python 3 as default[0].
PR: 219222 [0]
Submitted by: daniel@blodan.se [0]
 |
Saturday, 29 Apr 2017
|
06:32 linimon
Provide more descriptive error messages for ports failing on powerpc64.
Approved by: portmgr (tier-2 blanket)
 |
Monday, 17 Apr 2017
|
14:40 miwi
- Fix Shebangs
 |
Saturday, 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"
 |
Wednesday, 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.
 |
Saturday, 1 Apr 2017
|
15:23 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
 |
Friday, 31 Mar 2017
|
16:01 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
 |
Wednesday, 29 Mar 2017
|
14:43 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
 |
Number of commits found: 340 (showing only 100 on this page) |