From owner-svn-ports-head@freebsd.org Sat Feb 13 08:14:55 2021 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 03C08544A9E; Sat, 13 Feb 2021 08:14:55 +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 4Dd37f6f8Kz3h95; Sat, 13 Feb 2021 08:14:54 +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 1E88033E85; Sat, 13 Feb 2021 03:14:54 -0500 (EST) Received: from [192.168.1.5] (77.118.111.172.wireless.dyn.drei.com [77.118.111.172]) (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 0AA1333E81; Sat, 13 Feb 2021 03:14:52 -0500 (EST) Date: Sat, 13 Feb 2021 09:14:51 +0100 (CET) From: Gerald Pfeifer To: Hiroki Tagato cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r565004 - in head/deskutils: . gnome-pomodoro In-Reply-To: <202102121054.11CAsjEd076542@repo.freebsd.org> Message-ID: <926b29f7-b7a0-1413-5a3b-a155ecfed48@pfeifer.com> References: <202102121054.11CAsjEd076542@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Rspamd-Queue-Id: 4Dd37f6f8Kz3h95 X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Feb 2021 08:14:55 -0000 On Fri, 12 Feb 2021, Hiroki Tagato wrote: > Author: tagattie > Date: Fri Feb 12 10:54:45 2021 > New Revision: 565004 > URL: https://svnweb.freebsd.org/changeset/ports/565004 > +USE_GCC= yes Why USE_GCC? For a new port this is a bit surprising, and it would be good to document this in the port (for those who work on making things more generic). Thank you, Gerald