From nobody Mon Jan 09 08:28:05 2023 X-Original-To: dev-commits-ports-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4Nr6XT4QBXz2p990; Mon, 9 Jan 2023 08:28:25 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from hamza.pair.com (hamza.pair.com [209.68.5.143]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4Nr6XT1GYwz3CJ3; Mon, 9 Jan 2023 08:28:25 +0000 (UTC) (envelope-from gerald@pfeifer.com) Authentication-Results: mx1.freebsd.org; none Received: from hamza.pair.com (localhost [127.0.0.1]) by hamza.pair.com (Postfix) with ESMTP id 2C11133F31; Mon, 9 Jan 2023 03:28:18 -0500 (EST) Received: from naga.localdomain (62-47-241-209.adsl.highway.telekom.at [62.47.241.209]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by hamza.pair.com (Postfix) with ESMTPSA id 2088B33F5A; Mon, 9 Jan 2023 03:28:17 -0500 (EST) Date: Mon, 9 Jan 2023 09:28:05 +0100 (CET) From: Gerald Pfeifer To: Joseph Mingrone cc: Colin Percival , 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+ In-Reply-To: <86sfgkpg16.fsf@phe.ftfl.ca> Message-ID: <6a9f1ae0-2185-3a04-58d7-60d141535287@pfeifer.com> References: <202301090035.3090ZRGU092147@gitrepo.freebsd.org> <01000185943f90eb-9e018e54-2c1c-4b6c-8943-c8954c3c2d82-000000@email.amazonses.com> <86sfgkpg16.fsf@phe.ftfl.ca> List-Id: Commit messages for all branches of the ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-all@freebsd.org X-BeenThere: dev-commits-ports-all@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Scanned-By: mailmunge 3.10 on 209.68.5.143 X-Rspamd-Queue-Id: 4Nr6XT1GYwz3CJ3 X-Spamd-Bar: ---- X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:7859, ipnet:209.68.0.0/18, country:US] X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-ThisMailContainsUnwantedMimeParts: N On Sun, 8 Jan 2023, Joseph Mingrone 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+ In addition to my regular pattern searching I did actually run `make index` to be on the safe side. Do you have an idea why this did not trigger (when NATIVECOMP is in OPTIONS_DEFAULT of xemacs-devel)? > 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. Looks good to me. Thank you! Gerald