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/pkg-plist

Number of commits found: 4

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
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 
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: 4