Port details |
- freebsd-gcc12 Cross GNU Compiler Collection for aarch64
- 12.1.0_1 devel
=1 Version of this port present on the latest quarterly branch. IGNORE: Not supported on FreeBSD 12
- Maintainer: jhb@FreeBSD.org
 - Port Added: 2022-08-12 17:30:17
- Last Update: 2022-11-18 21:37:25
- Commit Hash: 91431b0
- People watching this port, also watch:: ztop, lumina, u-boot-rpi4, i2c-tools, smartmontools
- License: GPLv3 GPLv3RLE
- Description:
- GCC, the GNU Compiler Collection, supporting C and C++ for building the
FreeBSD base system.
¦ ¦ ¦ ¦ 
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- aarch64-gcc12>0:devel/freebsd-gcc12
- To install the port:
- cd /usr/ports/devel/freebsd-gcc12/ && make install clean
- A package is not available for ports marked as:
- Forbidden / Broken / Ignore / Restricted
- PKGNAME: aarch64-gcc12
- Package flavors (<flavor>: <package>)
- aarch64: aarch64-gcc12
- amd64: amd64-gcc12
- armv6: armv6-gcc12
- armv7: armv7-gcc12
- i386: i386-gcc12
- powerpc: powerpc-gcc12
- powerpc64: powerpc64-gcc12
- riscv64: riscv64-gcc12
- distinfo:
- TIMESTAMP = 1653079096
SHA256 (gcc-12.1.0.tar.xz) = 62fd634889f31c02b64af2c468f064b47ad1ca78411c45abe6ac4b5f8dd19c7b
SIZE (gcc-12.1.0.tar.xz) = 82701928
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- aarch64-unknown-freebsd12.3-as : devel/binutils@aarch64
- objdump : devel/binutils
- gmake>=4.3 : devel/gmake
- makeinfo : print/texinfo
- Runtime dependencies:
-
- aarch64-unknown-freebsd12.3-as : devel/binutils@aarch64
- Library dependencies:
-
- libgmp.so : math/gmp
- libmpfr.so : math/mpfr
- libmpc.so : math/mpc
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- devel_freebsd-gcc12
- USES:
- compiler:c++11-lang cpe gmake iconv libtool makeinfo tar:xz
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 6
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
12.1.0_1 18 Nov 2022 21:37:25
    |
John Baldwin (jhb)  |
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. |
12.1.0 27 Sep 2022 21:38:10
    |
John Baldwin (jhb)  |
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. |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
12.1.0 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
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 ) |
12.1.0 26 Aug 2022 07:39:03
    |
Baptiste Daroussin (bapt)  |
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 |
12.1.0 12 Aug 2022 17:27:18
    |
John Baldwin (jhb)  |
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: 6
|