From nobody Fri Oct 15 18:39:23 2021 X-Original-To: dev-commits-ports-main@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 1452D17F8CE3; Fri, 15 Oct 2021 18:39:30 +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 4HWFRk01skz3LJ9; Fri, 15 Oct 2021 18:39:29 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from hamza.pair.com (localhost [127.0.0.1]) by hamza.pair.com (Postfix) with ESMTP id B319F33F14; Fri, 15 Oct 2021 14:39:29 -0400 (EDT) Received: from naga (unknown [46.183.103.17]) (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 50ECE33F19; Fri, 15 Oct 2021 14:39:28 -0400 (EDT) Date: Fri, 15 Oct 2021 20:39:23 +0200 (CEST) From: Gerald Pfeifer To: Antoine Brodin cc: ports-committers , dev-commits-ports-all@freebsd.org, dev-commits-ports-main@freebsd.org Subject: Re: git: 3d1ff1fdae49 - main - Mk/bsd.gcc.mk: Remove USE_GCC=any In-Reply-To: Message-ID: <111cd19a-2de2-b5f-1537-8c1eb2cad04e@pfeifer.com> References: <202110151748.19FHmS7v094046@gitrepo.freebsd.org> List-Id: Commits to the main branch of the FreeBSD ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-main@freebsd.org X-BeenThere: dev-commits-ports-main@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Rspamd-Queue-Id: 4HWFRk01skz3LJ9 X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] X-Spam: Yes X-ThisMailContainsUnwantedMimeParts: N On Fri, 15 Oct 2021, Antoine Brodin wrote: >> URL: https://cgit.FreeBSD.org/ports/commit/?id=3d1ff1fdae49931a3572adc81519f3a277a77253 >> >> commit 3d1ff1fdae49931a3572adc81519f3a277a77253 >> Author: Gerald Pfeifer >> AuthorDate: 2021-10-15 17:43:11 +0000 >> Commit: Gerald Pfeifer >> CommitDate: 2021-10-15 17:47:53 +0000 >> >> Mk/bsd.gcc.mk: Remove USE_GCC=any > [00:00:17] Warning: (audio/funktrackergold): Error: > audio/funktrackergold depends on nonexistent origin 'lang/gccany'; > Please contact maintainer of the port to fix this. Wee, how did you get these? I even ran `make index` before the commit. The patch below should address this; okay to commit? Gerald diff --git a/Mk/Uses/compiler.mk b/Mk/Uses/compiler.mk index 6e03765f2a50..b83f8acbf952 100644 --- a/Mk/Uses/compiler.mk +++ b/Mk/Uses/compiler.mk @@ -109,7 +109,7 @@ CHOSEN_COMPILER_TYPE= ${COMPILER_TYPE} .if ${_COMPILER_ARGS:Mnestedfct} .if ${COMPILER_TYPE} == clang -USE_GCC= any +USE_GCC= yes CHOSEN_COMPILER_TYPE= gcc .endif .endif