Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 09 Jan 2023 14:43:05 +0900 (JST)
From:      Yasuhiro Kimura <yasu@FreeBSD.org>
To:        jrm@FreeBSD.org
Cc:        cperciva@tarsnap.com, gerald@FreeBSD.org, ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org, emacs@FreeBSD.org
Subject:   Re: git: 9b5f5ab8482f - main - Mk/bsd.gcc.mk: Remove support for USE_GCC=X+
Message-ID:  <20230109.144305.1856323894338122001.yasu@FreeBSD.org>
In-Reply-To: <86sfgkpg16.fsf@phe.ftfl.ca>
References:  <202301090035.3090ZRGU092147@gitrepo.freebsd.org> <01000185943f90eb-9e018e54-2c1c-4b6c-8943-c8954c3c2d82-000000@email.amazonses.com> <86sfgkpg16.fsf@phe.ftfl.ca>

next in thread | previous in thread | raw e-mail | index | archive | help
From: Joseph Mingrone <jrm@FreeBSD.org>
Subject: Re: git: 9b5f5ab8482f - main - Mk/bsd.gcc.mk: Remove support for USE_GCC=X+
Date: Sun, 08 Jan 2023 23:01:41 -0400

> On Mon, 2023-01-09 at 01:57, Colin Percival <cperciva@tarsnap.com> wrote:
> 
>> On 1/8/23 16:35, Gerald Pfeifer wrote:
>>>      At this point most ports that employ USE_GCC have the USE_GCC=yes
>>>      form, some have USE_GCC=X (where X is an older version of GCC than
>>>      the current default), and none is left with USE_GCC=X+.
> 
>> make_index: /usr/ports/editors/emacs-devel: no entry for /usr/ports/lang/gcc11+
> 
> Since the default gcc version is now 12, we can now switch from
> NATIVECOMP_USE=GCC=11+ to NATIVECOMP_USE=GCC=yes in editors/emacs-devel.
> I'll make that change as soon as some tests finish building.

It may cause problem if user sets 'DEFAULT_VERSIONS+=9' or
'DEFAULT_VERSIONS+=10' in /etc/make.conf.

---
Yasuhiro Kimura



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20230109.144305.1856323894338122001.yasu>