non port: devel/freebsd-gcc9/Makefile |
SVNWeb
|
Number of commits found: 19 |
Wed, 5 Jul 2023
|
[ 18:29 John Baldwin (jhb) ] 50aa7b58
devel/freebsd-gcc9: Use USE_CXXSTD in place of bare CXXFLAGS.
Suggested by: danfe
|
Tue, 4 Jul 2023
|
[ 17:14 John Baldwin (jhb) ] 348c101
devel/freebsd-gcc9: Build with -std=c++11.
This works around errors from clang from LLVM16 due to -Wregister
warnings that are fatal in the default C++ standard (C++17) used by
clang 16.
|
[ 17:14 John Baldwin (jhb) ] 57ea9f9
devel/freebsd-gcc*: Drop stale workaround for arm targets.
This workaround to force -fbracket-depth=512 was removed from lang/gcc
during the upgrade from gcc 4.8 to gcc 5.
|
Sun, 23 Apr 2023
|
[ 09:09 Gerald Pfeifer (gerald) ] 8d3e020 (Only the first 10 of 2091 ports in this commit are shown above. )
*: Bump PORTREVISIONs for math/mpc update to 1.3.1
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above )
|
Fri, 26 Aug 2022
|
[ 07:39 Baptiste Daroussin (bapt) ] a60b5f4
compiler: use CHOSEN_COMPILER_TYPE instead of COMPILER_TYPE
CHOSEN_COMPILER_TYPE is the only safe variable to let a port know which
typer of compiler has been elected to be used by the framework
PR: 199098
|
Fri, 12 Aug 2022
|
[ 17:26 John Baldwin (jhb) ] bf74227
devel/freebsd-gcc9: Bump to 9.5.0.
While here, switch the default ABI for powerpc64 to ELFv2.
Reviewed by: lwhsu
Differential Revision: https://reviews.freebsd.org/D35684
|
Fri, 20 May 2022
|
[ 17:08 John Baldwin (jhb) ] e28fe285
devel/freebsd-gcc9: Add flavors for armv6 and armv7.
These build GCC compilers for the armv6 and armv7 architectures
suitable for use with CROSS_TOOLCHAIN. These toolchains use
the existing arm_gnueabi flavor of binutils.
Differential Revision: https://reviews.freebsd.org/D35110
|
Thu, 14 Oct 2021
|
[ 21:30 Stefan Eßer (se) ] bfad0c1
devel/freebsd-gcc9: Add CPE information
Approved by: portmgr (blanket)
|
Wed, 7 Apr 2021
|
[ 08:09 Mathieu Arnold (mat) ] cf118cc (Only the first 10 of 8873 ports in this commit are shown above. )
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Sun, 21 Mar 2021
|
[ 09:57 gerald ] (Only the first 10 of 37 ports in this commit are shown above. )
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
|
Mon, 8 Mar 2021
|
[ 21:21 jhb ]
Tidy the Makefiles for devel/freebsd-gcc*. No functional change.
- Sort BUILD_DEPENDS before LIB_DEPENDS and RUN_DEPENDS.
- Quiet other warnings noted by portlint.
- Sort USES.
Requested by: mat (1), lwhsu (3)
Reviewed by: lwhsu
Differential Revision: https://reviews.freebsd.org/D29072
|
Thu, 4 Mar 2021
|
[ 21:18 jhb ]
Update to GCC 9.3.0.
While here, switch i386 to assume a default architecture of "i686"
for FreeBSD 11+ to match clang. This permits lldb to link without
needing libatomic.
Reviewed by: emaste
Differential Revision: https://reviews.freebsd.org/D26205
|
Wed, 23 Sep 2020
|
[ 19:45 linimon ]
Revert adding the FLAVOR for powerpc64le. I committed the wrong port.
Reported by: antoine
|
[ 18:41 linimon ]
Allow building on powerpc64le.
Approved by: portmgr (tier-2 blanket)
|
Thu, 23 Jul 2020
|
[ 19:25 jhb ]
Don't disable LTO for aarch64-gcc[69].
aarch64-binutils is no longer built static by default, so aarch64-gcc
can now enable LTO.
Reviewed by: emaste
Differential Revision: https://reviews.freebsd.org/D25783
|
Sun, 10 May 2020
|
[ 19:01 emaste ]
devel/freebsd-gcc*: add objdump dependency on devel/binutils
/usr/bin/objdump has been removed from the FreeBSD base system in advance
of FreeBSD 13.0.
Reported by: antoine
Approved by: bapt
Sponsored by: The FreeBSD Foundation
|
Wed, 18 Dec 2019
|
[ 21:16 jhb ] (Only the first 10 of 15 ports in this commit are shown above. )
Add a new port for an external FreeBSD toolchain based on GCC 9.
This port provides external GCC toolchains for GCC 9.2.0 for the aarch64,
amd64, i386, mips, mips64, powerpc, powerpc64, riscv64, and sparc64
platforms.
Note that at present I am not yet able to build a full FreeBSD system
on any of these platforms, but it will be easier to debug the remaining
issues (which may be issues to fix in FreeBSD rather than the port) with
the packages available to other developers.
Reviewed by: bapt, cem
Approved by: portmgr (bapt)
Differential Revision: https://reviews.freebsd.org/D22863
|
Number of commits found: 19 |