Created attachment 198013 [details] Patch to change gcc5 -> gcc7 A small tweak to eliminate the confusing reference to gcc5 from lang/gcc/pkg-descr
Good observation, thank you! How about if we remove the reference to a specific version altogether and talk about the "default version of GCC in the Ports Collection"?
Created attachment 198021 [details] Remove the stale reference to GCC version Removing the version number entirely would also fix the problem, and would be easier to maintain in the future. I've included a new patch that reflects this approach.
A commit references this bug: Author: gerald Date: Sat Oct 13 07:16:58 UTC 2018 New revision: 481962 URL: https://svnweb.freebsd.org/changeset/ports/481962 Log: Avoid referencing the concrete version number of the port pulled in via this meta-port. PR: 232162 Submitted by: freebsd@mcwest.org Changes: head/lang/gcc/pkg-descr
A commit references this bug: Author: gerald Date: Sat Oct 13 07:23:38 UTC 2018 New revision: 481964 URL: https://svnweb.freebsd.org/changeset/ports/481964 Log: Bump PORTREVISION for the change to pkg-descr in r481962. PR: 232162 Changes: head/lang/gcc/Makefile
Thank you for both the report and proposing a patch!