non port: devel/freebsd-gcc12/Makefile |
SVNWeb
|
Number of commits found: 10 |
Sat, 5 Aug 2023
|
[ 15:24 John Baldwin (jhb) ] ca66538
devel/freebsd-gcc12: Update to 12.3.0.
|
[ 15:24 John Baldwin (jhb) ] e858e20
devel/freebsd-gcc12: Use -stdlib=libc++ to use libc++.
Instead of overriding the path and library name of libstdc++, set the
path for libc++ and change the default of -stdlib= from libstdc++ to
libc++.
|
Tue, 4 Jul 2023
|
[ 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
|
Sat, 25 Mar 2023
|
[ 00:06 John Baldwin (jhb) ] 4e94ac9
devel/freebsd-gcc12: Bump to 12.2.0.
|
Fri, 18 Nov 2022
|
[ 21:37 John Baldwin (jhb) ] 91431b0
devel/freebsd-gcc12: Fix support for FreeBSD kernel printf.
Remove -fformat-extensions and instead follow clang and add a new
format type: __freebsd_kprintf__. This permits removing unsupported
width specifies such as 'D' which conflict with the local %D specifier
used in the kernel which the old -fformat-extensions did not handle.
|
Tue, 27 Sep 2022
|
[ 21:38 John Baldwin (jhb) ] acd1216
devel/freebsd-gcc12: Ignore on FreeBSD 12.
The powerpc flavor fails to build on FreeBSD 12.x as GCC does not
install the secureplt.h header for that version (GCC assumes secureplt
is only used on 13.0 and later). In addition, the fixes needed to
build FreeBSD with GCC 12.x are not going to be backported to
stable/12, so just skip this port on FreeBSD 12.
|
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:27 John Baldwin (jhb) ] fabbde5 (Only the first 10 of 19 ports in this commit are shown above. )
devel/freebsd-gcc12: External FreeBSD toolchain based on GCC 12.
This port provides external GCC toolchains for GCC 12.1.0 for the
aarch64, amd64, armv6, armv7, i386, powerpc, powerpc64, and riscv64
platforms.
Reviewed by: lwhsu
Differential Revision: https://reviews.freebsd.org/D35685
|
Number of commits found: 10 |