non port: devel/freebsd-gcc6/Makefile |
SVNWeb
|
Number of commits found: 16 |
Wed, 22 Mar 2023
|
[ 18:40 John Baldwin (jhb) ] 005a115 (Only the first 10 of 21 ports in this commit are shown above. )
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
|
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:47 Antoine Brodin (antoine) ] 4e5d821
devel/freebsd-gcc6: fix PKGNAME
|
[ 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
|
Thu, 14 Oct 2021
|
[ 21:30 Stefan Eßer (se) ] d9c8fbfd
devel/freebsd-gcc6: 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
|
Mon, 31 Aug 2020
|
[ 18:07 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
|
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
|
Fri, 27 Dec 2019
|
[ 20:11 jhb ] (Only the first 10 of 12 ports in this commit are shown above. )
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
|
Thu, 28 Nov 2019
|
[ 16:41 jhb ]
Update to GCC 6.5.0.
Take maintainership.
Reviewed by: lwhsu
Differential Revision: https://reviews.freebsd.org/D22506
|
Wed, 20 Nov 2019
|
[ 22:45 jhb ]
Use per-architecture packing list files for architecture-specific files.
Reviewed by: imp
Differential Revision: https://reviews.freebsd.org/D22451
|
Tue, 19 Nov 2019
|
[ 18:53 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
|
Number of commits found: 16 |