notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: devel/freebsd-gcc6/Makefile
SVNWeb

Number of commits found: 16

Wed, 22 Mar 2023
[ 18:40 John Baldwin (jhb) search for other commits by this committer ]    commit hash:005a11536950f4031a3efbf86aa7c06c3fbfaef4  commit hash:005a11536950f4031a3efbf86aa7c06c3fbfaef4  commit hash:005a11536950f4031a3efbf86aa7c06c3fbfaef4  005a115  (Only the first 10 of 21 ports in this commit are shown above. View all ports for this commit)
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) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Fri, 26 Aug 2022
[ 07:47 Antoine Brodin (antoine) search for other commits by this committer ]    commit hash:4e5d821aa7a103f362e4e04f300a568dda69a544  commit hash:4e5d821aa7a103f362e4e04f300a568dda69a544  commit hash:4e5d821aa7a103f362e4e04f300a568dda69a544  4e5d821 
devel/freebsd-gcc6: fix PKGNAME
[ 07:39 Baptiste Daroussin (bapt) search for other commits by this committer ]    commit hash:a60b5f495b51aaaf674ac9fbcd1ee83434544979  commit hash:a60b5f495b51aaaf674ac9fbcd1ee83434544979  commit hash:a60b5f495b51aaaf674ac9fbcd1ee83434544979  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) search for other commits by this committer ]    commit hash:d9c8fbfd379d8ff360890d2a5d7acde0dcbac4c4  commit hash:d9c8fbfd379d8ff360890d2a5d7acde0dcbac4c4  commit hash:d9c8fbfd379d8ff360890d2a5d7acde0dcbac4c4  d9c8fbfd 
devel/freebsd-gcc6: Add CPE information

Approved by:	portmgr (blanket)
Wed, 7 Apr 2021
[ 08:09 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  cf118cc  (Only the first 10 of 8873 ports in this commit are shown above. View all ports for this commit)
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Sun, 21 Mar 2021
[ 09:57 gerald search for other commits by this committer ] Original commit   Revision:568912 (Only the first 10 of 37 ports in this commit are shown above. View all ports for this commit)
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 search for other commits by this committer ] Original commit   Revision:567873
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 search for other commits by this committer ] Original commit   Revision:547202
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 search for other commits by this committer ] Original commit   Revision:542956
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 search for other commits by this committer ] Original commit   Revision:534859
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 search for other commits by this committer ] Original commit   Revision:521023 (Only the first 10 of 12 ports in this commit are shown above. View all ports for this commit)
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 search for other commits by this committer ] Original commit   Revision:518590
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 search for other commits by this committer ] Original commit   Revision:518059
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 search for other commits by this committer ] Original commit   Revision:517976
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