notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: devel/freebsd-gcc6/Makefile

Number of commits found: 16

Wednesday, 22 Mar 2023
18:40 John Baldwin (jhb) search for other commits by this committer
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
commit hash: 005a11536950f4031a3efbf86aa7c06c3fbfaef4 commit hash: 005a11536950f4031a3efbf86aa7c06c3fbfaef4 commit hash: 005a11536950f4031a3efbf86aa7c06c3fbfaef4 commit hash: 005a11536950f4031a3efbf86aa7c06c3fbfaef4 005a115
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
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.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Friday, 26 Aug 2022
07:47 Antoine Brodin (antoine) search for other commits by this committer
devel/freebsd-gcc6: fix PKGNAME
commit hash: 4e5d821aa7a103f362e4e04f300a568dda69a544 commit hash: 4e5d821aa7a103f362e4e04f300a568dda69a544 commit hash: 4e5d821aa7a103f362e4e04f300a568dda69a544 commit hash: 4e5d821aa7a103f362e4e04f300a568dda69a544 4e5d821
07:39 Baptiste Daroussin (bapt) search for other commits by this committer
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
commit hash: a60b5f495b51aaaf674ac9fbcd1ee83434544979 commit hash: a60b5f495b51aaaf674ac9fbcd1ee83434544979 commit hash: a60b5f495b51aaaf674ac9fbcd1ee83434544979 commit hash: a60b5f495b51aaaf674ac9fbcd1ee83434544979 a60b5f4
Thursday, 14 Oct 2021
21:30 Stefan Eßer (se) search for other commits by this committer
devel/freebsd-gcc6: Add CPE information

Approved by:	portmgr (blanket)
commit hash: d9c8fbfd379d8ff360890d2a5d7acde0dcbac4c4 commit hash: d9c8fbfd379d8ff360890d2a5d7acde0dcbac4c4 commit hash: d9c8fbfd379d8ff360890d2a5d7acde0dcbac4c4 commit hash: d9c8fbfd379d8ff360890d2a5d7acde0dcbac4c4 d9c8fbfd
Wednesday, 7 Apr 2021
08:09 Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c cf118cc
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Sunday, 21 Mar 2021
09:57 gerald search for other commits by this committer
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
Original commitRevision:568912 
Monday, 8 Mar 2021
21:21 jhb search for other commits by this committer
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
Original commitRevision:567873 
Monday, 31 Aug 2020
18:07 jhb search for other commits by this committer
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
Original commitRevision:547202 
Thursday, 23 Jul 2020
19:25 jhb search for other commits by this committer
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
Original commitRevision:542956 
Sunday, 10 May 2020
19:01 emaste search for other commits by this committer
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
Original commitRevision:534859 
Friday, 27 Dec 2019
20:11 jhb search for other commits by this committer
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
Original commitRevision:521023 
Thursday, 28 Nov 2019
16:41 jhb search for other commits by this committer
Update to GCC 6.5.0.

Take maintainership.

Reviewed by:	lwhsu
Differential Revision:	https://reviews.freebsd.org/D22506
Original commitRevision:518590 
Wednesday, 20 Nov 2019
22:45 jhb search for other commits by this committer
Use per-architecture packing list files for architecture-specific files.

Reviewed by:	imp
Differential Revision:	https://reviews.freebsd.org/D22451
Original commitRevision:518059 
Tuesday, 19 Nov 2019
18:53 jhb search for other commits by this committer
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
Original commitRevision:517976 

Number of commits found: 16