Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
14 Oct 2021 21:30:46 8.3.0_1 |
Stefan Eßer (se)  |
devel/riscv64-gcc: Add CPE information
Approved by: portmgr (blanket) |
07 Apr 2021 08:09:01 8.3.0_1 |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
06 Apr 2021 14:31:07 8.3.0_1 |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
21 Mar 2021 09:57:05
8.3.0_1 |
gerald  |
Update to MPC version 1.2.0 with the following changes:
- New functions:
. mpc_sum
. mpc_dot
- Several functions are more robust with a reduced exponent range
(for example corresponding to IEEE 754 binary formats).
- New mpcheck tool for comparison with the native C library (which
is not installed by default).
Bump all directly dependent ports. Do not bump those indirectly
dependent via the lang/gcc* family since their run-time dependencies
and code generated should not be affected.
PR: 249950
Submitted by: wen |
11 Jan 2021 12:06:19
8.3.0 |
pkubaj  |
devel/riscv64-gcc: fix build on powerpc64le
Use the same patch that other gcc ports use. |
29 Nov 2020 14:12:28
8.3.0 |
linimon  |
These ports now build on aarch64.
Approved by: portmgr (tier-2 blanket)
Obtained from: lonesome.com TRYBROKEN run |
11 Jun 2020 16:47:20
8.3.0 |
pkubaj  |
devel/riscv64-gcc: fix build on powerpc64 elfv2
Use the same patch that is already widely used in the ports tree. |
07 May 2020 01:48:53
8.3.0 |
emaste  |
devel/riscv64-gcc: add objdump binutils dependency
/usr/bin/objdump has been removed from the base system for FreeBSD 13.0.
PR: 212319 [exp-run]
Approved by: bapt
Sponsored by: The FreeBSD Foundation |
15 Nov 2019 10:09:03
8.3.0  |
bapt  |
Update binutils to 2.33.1
While here, convert binutils into flavors, that ease a lot maintenance
and helps cleaning out the code.
This is inspired by the same work on going on the xtoolchained gcc by jhb@
PR: 241756
Exp-run: antoine (portmgr)
Discussed with: jhb
Differential Revision: https://reviews.freebsd.org/D22258 |
19 Oct 2019 07:57:59
8.3.0 |
lwhsu  |
- Switch to official GCC and update to 8.3.0
Submitted by: mhorne
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D22085 |
13 Nov 2018 03:01:35
8.1.0_1 |
lwhsu  |
Remove a sneaked change in r484853
MFH: 2018Q4
Sponsored by: The FreeBSD Foundation |
13 Nov 2018 02:58:30
8.1.0_1 |
lwhsu  |
Add support of -fuse-ld=lld
Merge support from upstream gcc for -fuse-ld=lld. It's already committed and
should appear in a future release.
PR: 233174
Submitted by: brooks
MFH: 2018Q4
Sponsored by: The FreeBSD Foundation |
05 Oct 2018 10:31:05
8.1.0 |
lwhsu  |
- Update to 8.1.0
Sponsored by: The FreeBSD Foundation |
18 Jul 2018 16:10:24
7.2.0_5 |
lwhsu  |
Update to 2018-05-15 snapshot
Remove '--disable-shared' in CONFIGURE_ARGS, which is needed by atf(7)
Reported by: br
Sponsored by: The FreeBSD Foundation |
19 Apr 2018 07:08:45
7.2.0_4 |
ale  |
Update mpfr to 4.0.1 release and bump PORTVERSION of dependent ports. |
07 Apr 2018 00:29:42
7.2.0_3 |
jhb  |
Bring over some fixes from the other external GCC toolchain ports.
This is generally inspired by the changes in r465416 and subsequent fixes.
- Remove include-fixed headers.
- Strip /usr/local/include from the default include path.
- Use libc++ for C++ instead of libstdc++.
- Force build of a cross compiler if built on a riscv64 host.
- Bump PORTREVISION.
Reviewed by: lwhsu
Differential Revision: https://reviews.freebsd.org/D14787 |
10 Mar 2018 17:46:06
7.2.0_2 |
gerald  |
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079). |
13 Feb 2018 03:00:23
7.2.0_1 |
lwhsu  |
Chase devel/riscv64-binutils update |
07 Jan 2018 16:34:00
7.2.0 |
lwhsu  |
- Update to 7.2.0 |
11 Aug 2017 17:35:36
7.1.1 |
lwhsu  |
- Update to 7.1.1
- Pet portlint |
28 Apr 2017 04:36:40
6.1.0 |
linimon  |
Mark the gcc crosscompiler ports as broken on various tier-2 archs.
Unfortunately neither the maintainer or I have time at the moment
to chase down all of these failures. The "fails to package" ones
ought to be fairly easy to fix.
Discussed with: maintainer |
18 Jan 2017 13:20:32
6.1.0  |
tijl  |
The output of tools like awk, date, sort, tr,... depends on the current
locale set by the user. Add LANG=C and LC_ALL=C at the beginning of
bsd.port.mk and export them so all commands are executed with the C locale.
LC_ALL=C overrides all other LC_* variables. LANG is used by setlocale(3)
as default value for LC_* variables, so normally it isn't used when LC_ALL
is set, but there's code out there that looks at LANG directly so it's safer
to set it as well. The only commands not captured by this are !=
assignments before any inclusion of bsd.port.*mk.
Introduce USE_LOCALE=<locale> that adds LANG=<locale> and LC_ALL=<locale> to
CONFIGURE_ENV and MAKE_ENV so upstream build systems can be executed with a
different locale (e.g. USE_LOCALE=en_US.UTF-8).
PR: 215882
Exp-run by: antoine
Approved by: portmgr (antoine) |
04 Jan 2017 02:49:23
6.1.0 |
lwhsu  |
Add riscv64-binutils & riscv64-gcc, RISC-V toolchain
Reviewed by: sbruno
Differential Revision: https://reviews.freebsd.org/D9020 |