From owner-svn-ports-all@freebsd.org Sat Feb 13 11:04:25 2021 Return-Path: Delivered-To: svn-ports-all@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 93BD9528BD0; Sat, 13 Feb 2021 11:04:25 +0000 (UTC) (envelope-from tagattie@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (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-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dd6vF3tkfz3s9X; Sat, 13 Feb 2021 11:04:25 +0000 (UTC) (envelope-from tagattie@FreeBSD.org) Received: from mammoth.tagato.jp (unknown [IPv6:2409:11:22a0:8900::34]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) (Authenticated sender: tagattie/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id 8DB44C25E; Sat, 13 Feb 2021 11:04:24 +0000 (UTC) (envelope-from tagattie@FreeBSD.org) Subject: Re: svn commit: r565004 - in head/deskutils: . gnome-pomodoro To: Gerald Pfeifer Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <202102121054.11CAsjEd076542@repo.freebsd.org> <926b29f7-b7a0-1413-5a3b-a155ecfed48@pfeifer.com> From: Hiroki Tagato Message-ID: <7bbfce9e-bebe-7be1-a377-f23a5b54bef4@FreeBSD.org> Date: Sat, 13 Feb 2021 20:04:22 +0900 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:78.0) Gecko/20100101 Thunderbird/78.7.0 MIME-Version: 1.0 In-Reply-To: <926b29f7-b7a0-1413-5a3b-a155ecfed48@pfeifer.com> Content-Type: text/plain; charset=iso-2022-jp; format=flowed; delsp=yes Content-Language: en-US Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Feb 2021 11:04:25 -0000 On 2021/02/13 17:14, Gerald Pfeifer wrote: > 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). clang fails compile a c source generated from a vala source. So far I can't figure out where in the vala source is the problem. I use USE_GCC=yes as a temporary solution since gcc doesn't fail. I will add a note to the Makefile regarding this. Thanks and best regards, Hiroki