svn commit: r521584 - head/Mk

Torsten Zuehlsdorff freebsd at toco-domains.de
Tue Dec 31 08:40:02 UTC 2019



On 31.12.19 04:06, Gerald Pfeifer wrote:
> Author: gerald
> Date: Tue Dec 31 03:06:49 2019
> New Revision: 521584
> URL: https://svnweb.freebsd.org/changeset/ports/521584
> 
> Log:
>   With print/pdftk which required GCJ (GNU Java) updated, the last
>   dependency on GCC 6 in the Ports Collection is gone, so we can remove
>   support for USE_GCC=6 and USE_GCC=6+. [1]
>   
>   This does not remove lang/gcc6 yet, but helps avoid new dependencies,
>   and GCC 6 has been unmaintained upstream for more than a year.
>   
>   On the way update two examples to use more current versions of GCC.
>   
>   Thanks to:	tobik [1]
> 
> Modified:
>   head/Mk/bsd.gcc.mk
> 
> Modified: head/Mk/bsd.gcc.mk
> ==============================================================================
> --- head/Mk/bsd.gcc.mk	Tue Dec 31 02:56:59 2019	(r521583)
> +++ head/Mk/bsd.gcc.mk	Tue Dec 31 03:06:49 2019	(r521584)
> @@ -21,8 +21,8 @@
>  #   USE_GCC=	yes			# port requires a current version of GCC
>  #							# as defined in bsd.default-versions.mk.
>  #   USE_GCC=	any			# port requires GCC 4.2 or later.
> -#   USE_GCC=	7+			# port requires GCC 7 or later.
> -#   USE_GCC=	6			# port requires GCC 6.

You remove the USE_GCC= 7+ comment here, while 7 is still used later. Is
this intended?

Greetings,
Torsten


More information about the svn-ports-head mailing list