From owner-svn-ports-head@freebsd.org Tue Nov 13 12:31:59 2018 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 BF00F1123D30; Tue, 13 Nov 2018 12:31:59 +0000 (UTC) (envelope-from jbeich@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)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 50B52829EE; Tue, 13 Nov 2018 12:31:59 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1354) id 356941695F; Tue, 13 Nov 2018 12:31:59 +0000 (UTC) From: Jan Beich To: Alexey Dokuchaev Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org Subject: Re: svn commit: r484868 - head/graphics/azpainter References: <201811131020.wADAKkDd074298@repo.freebsd.org> <36s5-fa3k-wny@FreeBSD.org> <20181113122650.GA42216@FreeBSD.org> Date: Tue, 13 Nov 2018 13:31:55 +0100 In-Reply-To: <20181113122650.GA42216@FreeBSD.org> (Alexey Dokuchaev's message of "Tue, 13 Nov 2018 12:26:50 +0000") Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-Rspamd-Queue-Id: 50B52829EE X-Spamd-Result: default: False [-103.11 / 200.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; ALLOW_DOMAIN_WHITELIST(-100.00)[freebsd.org]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[4]; TO_DN_SOME(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[FreeBSD.org]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; R_SPF_SOFTFAIL(0.00)[~all]; MX_GOOD(-0.01)[cached: mx66.freebsd.org]; NEURAL_HAM_SHORT(-1.00)[-0.996,0]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; RCVD_TLS_LAST(0.00)[]; RCVD_COUNT_TWO(0.00)[2]; MID_RHS_MATCH_FROM(0.00)[] X-Rspamd-Server: mx1.freebsd.org 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: Tue, 13 Nov 2018 12:31:59 -0000 Alexey Dokuchaev writes: > On Tue, Nov 13, 2018 at 01:14:23PM +0100, Jan Beich wrote: >> Why not USES=compiler:c++11-lang? mips* and riscv64 are also GCC-only atm. > > Because seeing "c++11-lang" in pure C program is confusing? I don't know > much knowledge about those arches so I didn't include them. It would be > nice to specify "GCC-4.2.1 does not cut it" without having to spell C++11. Try USES=compiler:c11 instead.