Port details |
- freebsd-gcc6 Cross GNU Compiler Collection for aarch64
- 6.5.0_3 devel
=0 6.5.0_3Version of this port present on the latest quarterly branch.
- Maintainer: jhb@FreeBSD.org
- Port Added: 2019-11-19 18:53:28
- Last Update: 2023-03-22 18:40:15
- Commit Hash: 005a115
- License: GPLv3 GPLv3RLE
- WWW:
- https://gcc.gnu.org/
- Description:
- GCC, the GNU Compiler Collection, supporting C and C++ for building the
FreeBSD base system.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- aarch64-gcc6>0:devel/freebsd-gcc6
- Conflicts:
- CONFLICTS:
- No installation instructions:
- This port has been deleted.
- PKGNAME: aarch64-gcc6
- Package flavors (<flavor>: <package>)
- aarch64: aarch64-gcc6
- amd64: amd64-gcc6
- i386: i386-gcc6
- mips: mips-gcc6
- mips64: mips64-gcc6
- powerpc64: powerpc64-gcc6
- sparc64: sparc64-gcc6
- distinfo:
- TIMESTAMP = 1574290065
SHA256 (gcc-6.5.0.tar.xz) = 7ef1796ce497e89479183702635b14bb7a46b53249209a5e0f999bebf4740945
SIZE (gcc-6.5.0.tar.xz) = 74355588
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-gcc6
- USES:
- compiler:c++11-lang cpe gmake iconv libtool makeinfo tar:xz
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
6.5.0_3 22 Mar 2023 18:40:15 |
John Baldwin (jhb) |
devel/freebsd-gcc6: Retire obsolete port.
Supported FreeBSD versions can no longer be built with GCC 6 and
users wishing to compile FreeBSD with GCC are encouraged to use
devel/freebsd-gcc9 or devel/freebsd-gcc12 instead.
Reviewed by: manu, otis
Differential Revision: https://reviews.freebsd.org/D39218 |
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) |
6.5.0_3 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 ) |
6.5.0_3 26 Aug 2022 07:47:22 |
Antoine Brodin (antoine) |
devel/freebsd-gcc6: fix PKGNAME |
6.5.0_3 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 |
6.5.0_3 14 Oct 2021 21:30:15 |
Stefan Eßer (se) |
devel/freebsd-gcc6: Add CPE information
Approved by: portmgr (blanket) |
6.5.0_3 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
6.5.0_3 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
6.5.0_3 21 Mar 2021 09:57:05 |
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 |
6.5.0_2 10 Mar 2021 21:54:36 |
pkubaj |
devel/freebsd-gcc6: fix build on powerpc64le
Same issue as other GCC ports. |
6.5.0_2 08 Mar 2021 21:21:14 |
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 |
6.5.0_2 31 Aug 2020 18:07:17 |
jhb |
Fix build of amd64-gcc6 and i386-gcc6 with LLVM 11.
clang errors when assigning NULL (nullptr) to a bool.
Reviewed by: zeising
Differential Revision: https://reviews.freebsd.org/D26222 |
6.5.0_1 23 Jul 2020 19:25:07 |
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 |
6.5.0 10 May 2020 19:01:44 |
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 |
6.5.0 06 Feb 2020 20:35:53 |
pkubaj |
devel/freebsd-gcc6: fix build on powerpc64 elfv2
Use the same patch that was committed for lang/gcc9 to fix build.
PR: 243933
Reported by: jhb (maintainer) |
6.5.0 27 Dec 2019 20:11:08 |
jhb |
Rename base/gcc to base/gcc6.
This is in preparation for adding a base/gcc9 port.
While here, update to GCC 6.5.0.
Share packing lists with the freebsd-gcc6 port as much as posible.
Split most of the freebsd-gcc6 pkg-plist into a pkg-plist.common that
lists arch-independent files under lib/. Change base/gcc6 to use the
arch-specific packing lists and pkg-list.common from freebsd-gcc6. In
addition, hook up packing lists for the remaining archs supported by
freebsd-gcc6 but not base/gcc6: aarch64 and sparc64.
Reviewed by: bapt
Differential Revision: https://reviews.freebsd.org/D22900 |
6.5.0 28 Nov 2019 16:41:21 |
jhb |
Update to GCC 6.5.0.
Take maintainership.
Reviewed by: lwhsu
Differential Revision: https://reviews.freebsd.org/D22506 |
6.4.0 20 Nov 2019 22:45:44 |
jhb |
Use per-architecture packing list files for architecture-specific files.
Reviewed by: imp
Differential Revision: https://reviews.freebsd.org/D22451 |
6.4.0 19 Nov 2019 18:53:22 |
jhb |
Add freebsd-gcc6 port.
This port is basically identical to the existing <arch>-gcc ports
that use GCC6. However, it uses flavors for the different
architectures instead of slave ports. It also includes the external
toolchain makefile and thus subsumes the <arch>-xtoolchain-gcc
port into the new packages.
This should permit us to have ports for different major versions of
GCC (e.g. a freebsd-gcc9 port).
aarch64-gcc6 disables LTO support to work with aaarch64-binutils
which builds a static ld.bfd binary by default which is unable to work
with LTO.
Reviewed by: imp, brooks
Approved by: portmgr (swills)
Differential Revision: https://reviews.freebsd.org/D22147 |