From owner-svn-ports-all@freebsd.org Mon Jun 24 02:23:04 2019 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 6853A15BC03B; Mon, 24 Jun 2019 02:23:04 +0000 (UTC) (envelope-from yuri@freebsd.org) Received: from shell1.rawbw.com (shell1.rawbw.com [198.144.192.42]) by mx1.freebsd.org (Postfix) with ESMTP id E68E8813D0; Mon, 24 Jun 2019 02:23:03 +0000 (UTC) (envelope-from yuri@freebsd.org) Received: from yv.noip.me (c-67-180-169-236.hsd1.ca.comcast.net [67.180.169.236]) (authenticated bits=0) by shell1.rawbw.com (8.15.1/8.15.1) with ESMTPSA id x5O2MuA5087355 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO); Sun, 23 Jun 2019 19:22:56 -0700 (PDT) (envelope-from yuri@freebsd.org) X-Authentication-Warning: shell1.rawbw.com: Host c-67-180-169-236.hsd1.ca.comcast.net [67.180.169.236] claimed to be yv.noip.me Reply-To: yuri@freebsd.org Subject: Re: svn commit: r504998 - head/sysutils/daggy To: Eugene Grosbein , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201906240148.x5O1m1iu065694@repo.freebsd.org> <8288772d-191f-1ad1-58e3-afe01a2a7ccb@grosbein.net> From: Yuri Message-ID: <4cf7b775-6b22-4f31-04ae-535266d156ed@freebsd.org> Date: Sun, 23 Jun 2019 19:22:55 -0700 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:60.0) Gecko/20100101 Thunderbird/60.6.1 MIME-Version: 1.0 In-Reply-To: <8288772d-191f-1ad1-58e3-afe01a2a7ccb@grosbein.net> Content-Language: en-US X-Rspamd-Queue-Id: E68E8813D0 X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.88 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.88)[-0.884,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; REPLY(-4.00)[] Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.29 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: Mon, 24 Jun 2019 02:23:04 -0000 On 2019-06-23 18:55, Eugene Grosbein wrote: >> build > Yes, it's obvious that you added compiler:c++17-lang. > It's not obvious what problem does it solve (if it does) and this commit log record > would be right place to describe it:-) > > I thought that this was also obvious. When compilation flags contain the c++17 requirement, gcc-based systems usually break, and this serves to prevent this. Yuri