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: lang/gcc6-aux/Makefile.version

Number of commits found: 24

Monday, 28 Nov 2022
11:07 Dima Panov (fluffy) search for other commits by this committer
lang/gcc6-aux: Adopt and unbreak with isl 20+ (+)

Take maintainership and keep ada in the tree.
commit hash: 03972bd1c81dc9d2684a070cc86c6148601b4b71 commit hash: 03972bd1c81dc9d2684a070cc86c6148601b4b71 commit hash: 03972bd1c81dc9d2684a070cc86c6148601b4b71 commit hash: 03972bd1c81dc9d2684a070cc86c6148601b4b71 03972bd
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 
Sunday, 1 Sep 2019
16:01 lwhsu search for other commits by this committer
Disable the build/use of libssp/gets-chk since FreeBSD 12 and later
do not feature gets() any longer.

PR:		238682
Submitted by:	emaste
Approved by:	maintainer timeout
Sponsored by:	The FreeBSD Foundation
Original commitRevision:510704 
Tuesday, 17 Jul 2018
14:02 ericbsd search for other commits by this committer
Fix gcc6-aux ports version

PR:		229465
Reported by:	Jamie Landeg-Jones
Approved by:	bapt (mentor)
Original commitRevision:474798 
Monday, 28 May 2018
14:20 ericbsd search for other commits by this committer
Update gcc6-aux to 6.5.0 and fix i386

Approved by:	wg (mentor)
Original commitRevision:471043 
Saturday, 10 Mar 2018
17:46 gerald search for other commits by this committer
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079).
Original commitRevision:464084 
Thursday, 5 Oct 2017
13:53 tobik search for other commits by this committer
lang/gcc6-aux: Update to 20170802 snapshot [1]

- Make sure gmake can be found during the build when PREFIX is
  different from LOCALBASE [1]
- This also fixes fetching the port since the 20170202 snapshot is
  gone from a lot of mirrors [2]

PR:		221883 [1, 2], 222133 [2]
Submitted by:	frederic.praca@free.fr (based on) [1]
Reported by:	mayhem30@gmail.com [2]
MFH:		2017Q4
Original commitRevision:451312 
Saturday, 23 Sep 2017
18:25 gerald search for other commits by this committer
Always remove headers being created by GCC's fixincludes machinery from
the installation / packaging, not just when bootstrapping GCC (with option
BOOTSTRAP on).  This avoids breakage when FreeBSD's headers are changing
after the build.

PR:		221111
Submitted by:	David Z. <daz@hyperchronos.org>
Original commitRevision:450463 
Wednesday, 8 Feb 2017
01:35 marino search for other commits by this committer
lang/gcc6-aux: Add unwind support to aarch64-freebsd

Together with a gcc devel patch to expmed.c to fix the two GNAT
internal compiler errors seen on the ACATS testsuite, the new signal
frame unwinder the remaining testsuite errors.  The Ada compiler on
aarch64-*-freebsd* is now perfect.

Unfortunately the revision bump causes an unnecessary rebuild on x86, but
that can't be avoid.

The unwind support will be pushed upstream to GCC.
Original commitRevision:433630 
Sunday, 5 Feb 2017
07:21 marino search for other commits by this committer
lang/gcc6-aux: Fix cross-compiler slave ports (stage QA)

I knew about the version bump but somehow missed implementing it,
resulting in stage failures for those slave ports that have pkg-plist
defined.  Bump them all as well.
Original commitRevision:433378 
Saturday, 4 Feb 2017
17:25 marino search for other commits by this committer
lang/gcc6-aux: Upgrade version 20161221 => 20170202 (gcc 6.3 snapshot)

The gcc6-aux compiler is being prepared to support aarch63.  The last
release, 6.3.0, is missing backported support for aarch64 in general
and aarch64-*-freebsd* in particularly.  Do a rare update the latest
snapshot in order to capture aarch64 support.
Original commitRevision:433328 
Friday, 3 Feb 2017
17:09 marino search for other commits by this committer
gnatcross-aarch64: Fix configuration

There are no target specific configuration arguments for
gnatcross-aarch64, but the ARG_TARGET_SPECIFIC variable still has to be
defined, otherwise ARMv7-specific arguments are used (discovered when
disabled TLS caused an error).
Original commitRevision:433253 
05:29 marino search for other commits by this committer
gnatdroid: Prepare for new cross-compiler

The gnatdroid binutils and compiler master ports have been expanded to
support an upcoming FreeBSD/DF -to- FreeBSD-ARM64 cross-compiler.  This
backports the gcc7 aarch64-*-freebsd* support to gcc6-aux along with a
customization of mine for the gnat compiler.

This also adds the missing LINK_SPEC replacement and removes a
now-obsolete post-extract directory creation.  Apparently the fortran
option has been broken since the rebasing on gcc6-aux, now fixed, but
nobody reported it.
Original commitRevision:433190 
Friday, 23 Dec 2016
17:30 marino search for other commits by this committer
lang/gcc6-aux: Upgrade version 20160822 => 20161221 (gcc 6.2 => 6.3)
Original commitRevision:429277 
Thursday, 25 Aug 2016
19:14 marino search for other commits by this committer
lang/gcc6-aux: Upgrade version 20160427 => 20160822 (gcc 6.1 => 6.2)
Original commitRevision:420875 
Wednesday, 27 Apr 2016
22:19 marino search for other commits by this committer
lang/gcc6-aux: Upgrade version 20160410 => 2016427 (release 6.1)

This is the official release of gcc 6.1
Original commitRevision:414141 
Monday, 11 Apr 2016
08:31 marino search for other commits by this committer
lang/gcc6-aux: Upgrade version 20160313 => 20160410
Original commitRevision:413002 
Wednesday, 16 Mar 2016
10:46 marino search for other commits by this committer
lang/gcc6-aux: Upgrade version 20160306 => 20160313

The real addition is to complete support for the gnatdroid cross
compilers.  Rather than to revbump, let's just update to the latest
snapshot instead.
Original commitRevision:411224 
Thursday, 10 Mar 2016
19:25 marino search for other commits by this committer
lang/gcc6-aux: Upgrade version 20160214 => 20160306
Original commitRevision:410772 
Wednesday, 17 Feb 2016
09:16 marino search for other commits by this committer
lang/gcc6-aux: Update version 20160124 => 20160214

Dewayne G. confirmed that CPUTYPE=core-avx-i works again on the
current snapshot of gcc6.  It must have been broken temporarily.
For now, let's remove the -march filter from CFLAGS.  If it becomes
a problem again, I'll filter it out permanently.
Original commitRevision:409032 
Monday, 25 Jan 2016
00:15 marino search for other commits by this committer
lang/gcc6-aux: Update version 20151227 => 20160124
Original commitRevision:407187 
Monday, 28 Dec 2015
00:55 marino search for other commits by this committer
lang/gcc6-aux: Update version 20151129 => 20151227
Original commitRevision:404613 
Sunday, 6 Dec 2015
16:04 marino search for other commits by this committer
Add new port lang/gcc6-aux

This will be the successor to lang/gcc5-aux.  GCC6 is still in development
although the Ada front end is generally stable.  Once gcc6-aux is released,
the lang/gcc-aux port will likely be removed.  For that to happen, the
gnatdroid compilers need to move from it to gcc5-aux or gcc6-aux.  The
Ada framework will also move to gcc6-aux by default as well.
Original commitRevision:403127 

Number of commits found: 24