From owner-svn-ports-all@freebsd.org Wed Nov 14 21:31:03 2018 Return-Path: Delivered-To: svn-ports-all@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 107341135EB9; Wed, 14 Nov 2018 21:31:03 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: from mail.soaustin.net (mail.soaustin.net [18.222.6.11]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.soaustin.net", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6FCA26D6A0; Wed, 14 Nov 2018 21:31:02 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: from lonesome.com (unknown [18.188.142.31]) by mail.soaustin.net (Postfix) with ESMTPSA id 807C517088; Wed, 14 Nov 2018 21:31:01 +0000 (UTC) Date: Wed, 14 Nov 2018 21:31:00 +0000 From: Mark Linimon To: Alexey Dokuchaev Cc: Mark Linimon , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r483822 - in head: comms/ebook2cwgui comms/tilp2 devel/librcc editors/xmlcopyeditor ftp/multiget ftp/wxdfast graphics/eom net/wireshark x11-themes/gtk-oxygen-engine x11-themes/gtk3-oxyg... Message-ID: <20181114213059.GA20054@lonesome.com> References: <201811021636.wA2Ga17F019581@repo.freebsd.org> <20181103131106.GA44477@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20181103131106.GA44477@FreeBSD.org> User-Agent: Mutt/1.5.21 (2010-09-15) X-Rspamd-Queue-Id: 6FCA26D6A0 X-Spamd-Result: default: False [-1.79 / 200.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; NEURAL_HAM_MEDIUM(-0.94)[-0.944,0]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-0.95)[-0.946,0]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[lonesome.com]; AUTH_NA(1.00)[]; RCPT_COUNT_FIVE(0.00)[5]; RCVD_IN_DNSWL_MED(-0.20)[11.6.222.18.list.dnswl.org : 127.0.5.2]; MX_GOOD(-0.01)[cached: mail.soaustin.net]; NEURAL_HAM_SHORT(-0.54)[-0.536,0]; R_SPF_NA(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; IP_SCORE(-0.05)[ipnet: 18.220.0.0/14(0.44), asn: 16509(-0.59), country: US(-0.10)]; ASN(0.00)[asn:16509, ipnet:18.220.0.0/14, country:US]; MID_RHS_MATCH_FROM(0.00)[]; RCVD_TLS_ALL(0.00)[]; RCVD_COUNT_TWO(0.00)[2] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 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: Wed, 14 Nov 2018 21:31:03 -0000 On Sat, Nov 03, 2018 at 01:11:06PM +0000, Alexey Dokuchaev wrote: > > -USES= autoreconf desktop-file-utils gettext gmake groff localbase \ > > +USES= autoreconf compiler:c++11-lang desktop-file-utils gettext \ > > This is probably wrong because TILP is not written in C++. I have re-checked and merely specifying 'compiler:c11' is sufficient. In practive, they specify exactly the same compiler: see Mk/Uses/commpiler.mk. mcl