From nobody Fri Oct 15 18:17:05 2021 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 628EE1816C15; Fri, 15 Oct 2021 18:17:24 +0000 (UTC) (envelope-from antoine.brodin.freebsd@gmail.com) Received: from mail-lf1-f43.google.com (mail-lf1-f43.google.com [209.85.167.43]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HWDyD1wptz3F65; Fri, 15 Oct 2021 18:17:24 +0000 (UTC) (envelope-from antoine.brodin.freebsd@gmail.com) Received: by mail-lf1-f43.google.com with SMTP id u21so42030906lff.8; Fri, 15 Oct 2021 11:17:24 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=xEhfrnK06x0IzB8PCdM+63oJefrWnipNzKr/x9XVKTg=; b=jxZnHVLwUlnopGpdoND8e5jz8DlAUPIZZyRtbfO+5enWLJNGhZStQjAEEWGpmkIb4n l+5U2MFm5pf3XL5I/VAoCWlqpB/ZUwUke/S/+y0jy1ix1jO3ij+iqgB79QKaFZagdEJ6 cL3KIGWOdVvf7zmD8ZihF9JGdoQgCr1XKHrlzjtJhnj+kFyq0Cuv8uE1m8bO+5sKzK9t qti4jyshiJofC78lbVQaN0x5r1ftC1dlWpimmq1iND79Z87/5JXOrZAIKR7IOltdZ4qk xVdc48ZLUNpCrsEVNsRtHFB3TM1qax4O00SqUSjm7u42pg4stW3ALDzq4/vhY5Bd2dOo QakA== X-Gm-Message-State: AOAM530nOfW/fnDTWuMZ1lByr0Eaz3CWSQe1N/aLZolvKM2cTVvfd1/T DO0pwoHdxQDwiUe4rbiXfbN0KVUuUZPGsPqhjDYgET/tQYY= X-Google-Smtp-Source: ABdhPJzxTxxmmnN7dO91qPTsTj/QXTLJ1vDQsUgLnBw5M+Zr2vaXB6d0Rs2XrX30YN5ur2UlNTZWQrUsjb98f3nhH0s= X-Received: by 2002:a2e:b0ce:: with SMTP id g14mr14558884ljl.116.1634321836388; Fri, 15 Oct 2021 11:17:16 -0700 (PDT) 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 References: <202110151748.19FHmS7v094046@gitrepo.freebsd.org> In-Reply-To: <202110151748.19FHmS7v094046@gitrepo.freebsd.org> From: Antoine Brodin Date: Fri, 15 Oct 2021 18:17:05 +0000 Message-ID: Subject: Re: git: 3d1ff1fdae49 - main - Mk/bsd.gcc.mk: Remove USE_GCC=any To: Gerald Pfeifer Cc: ports-committers , dev-commits-ports-all@freebsd.org, dev-commits-ports-main@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Rspamd-Queue-Id: 4HWDyD1wptz3F65 X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; TAGGED_FROM(0.00)[] X-ThisMailContainsUnwantedMimeParts: N On Fri, Oct 15, 2021 at 5:48 PM Gerald Pfeifer wrote: > > The branch main has been updated by gerald: > > 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 > > We have recommended against USE_GCC=any for a while, and as of more > recently it was completely equivalent to USE_GCC=yes. > > With (ancient versions of) GCC hardly available in the base system > of FreeBSD systems at this point, there's unlikely to be a use case > to reintroduce it, so remove the few remaining traces. > > PR: 258015 Hi, This seems incomplete [00:00:17] Warning: (audio/funktrackergold): Error: audio/funktrackergold depends on nonexistent origin 'lang/gccany'; Please contact maintainer of the port to fix this. [00:01:09] Warning: (deskutils/growl-for-linux): Error: deskutils/growl-for-linux depends on nonexistent origin 'lang/gccany'; Please contact maintainer of the port to fix this. [00:01:13] Warning: (deskutils/xneur): Error: deskutils/xneur depends on nonexistent origin 'lang/gccany'; Please contact maintainer of the port to fix this. etc. Antoine