svn commit: r504198 - head/Mk

Cy Schubert Cy.Schubert at cschubert.com
Fri Jun 14 16:46:25 UTC 2019


On June 14, 2019 9:10:39 AM PDT, Gerald Pfeifer <gerald at FreeBSD.org> wrote:
>Author: gerald
>Date: Fri Jun 14 16:10:38 2019
>New Revision: 504198
>URL: https://svnweb.freebsd.org/changeset/ports/504198
>
>Log:
> Remove GCC 6 as a (documented) option for the default version of GCC 6
>  in the tree aka GCC_DEFAULT.  It should still work if one simply uses
> it, but given that GCC 6 has been end-of-lifed last year and lang/gcc6
>  deprecated, let's not actively promote its usage any longer.
>
>Modified:
>  head/Mk/bsd.default-versions.mk
>
>Modified: head/Mk/bsd.default-versions.mk
>==============================================================================
>--- head/Mk/bsd.default-versions.mk	Fri Jun 14 15:22:13 2019	(r504197)
>+++ head/Mk/bsd.default-versions.mk	Fri Jun 14 16:10:38 2019	(r504198)
>@@ -43,7 +43,7 @@ FIREBIRD_DEFAULT?=	2.5
> FORTRAN_DEFAULT?=	gfortran
> # Possible values: 3.0.4
> FPC_DEFAULT?=		3.0.4
>-# Possible values: 6, 7, 8, 9
>+# Possible values: 7, 8, 9
> GCC_DEFAULT?=		8
> # Possible values: 7, 8, 9, agpl
> GHOSTSCRIPT_DEFAULT?=	agpl

Does anything still depend on gcc49, 5 or 6 anymore?
-- 
Pardon the typos and autocorrect, small keyboard in use.
Cheers,
Cy Schubert <Cy.Schubert at cschubert.com>
FreeBSD UNIX: <cy at FreeBSD.org> Web: http://www.FreeBSD.org

	The need of the many outweighs the greed of the few.


More information about the svn-ports-head mailing list