From owner-svn-ports-head@freebsd.org Fri Mar 29 15:34:50 2019 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7E85C156C7FE; Fri, 29 Mar 2019 15:34:50 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1CB5D6A657; Fri, 29 Mar 2019 15:34:50 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id 0DC26D667; Fri, 29 Mar 2019 15:34:50 +0000 (UTC) Date: Fri, 29 Mar 2019 15:34:50 +0000 From: Alexey Dokuchaev To: Mark Linimon Cc: Mark Linimon , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r497145 - head/games/opencity Message-ID: <20190329153450.GA32455@FreeBSD.org> References: <201903291434.x2TEYSFv053140@repo.freebsd.org> <20190329145723.GA93117@FreeBSD.org> <20190329152045.GA17986@lonesome.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190329152045.GA17986@lonesome.com> User-Agent: Mutt/1.10.1 (2018-07-13) X-Rspamd-Queue-Id: 1CB5D6A657 X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.97 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; REPLY(-4.00)[]; NEURAL_HAM_SHORT(-0.97)[-0.970,0] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 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: Fri, 29 Mar 2019 15:34:50 -0000 On Fri, Mar 29, 2019 at 03:20:54PM +0000, Mark Linimon wrote: > On Fri, Mar 29, 2019 at 02:57:23PM +0000, Alexey Dokuchaev wrote: > > That said, why `compiler:c11'? > > => "modern gcc" Sorry, I don't understand your reply. The software is written in C++, but you're requesting C11 compiler. Even though both will pull the same modern GCC, this particular spelling is confusing. Why not use compiler:c++11-lang? ./danfe