From owner-svn-ports-all@freebsd.org Mon Jun 24 01:56:15 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 F35D615BB72B; Mon, 24 Jun 2019 01:56:14 +0000 (UTC) (envelope-from eugen@grosbein.net) Received: from eg.sd.rdtc.ru (eg.sd.rdtc.ru [IPv6:2a03:3100:c:13::5]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "eg.sd.rdtc.ru", Issuer "eg.sd.rdtc.ru" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id EC8568086A; Mon, 24 Jun 2019 01:56:13 +0000 (UTC) (envelope-from eugen@grosbein.net) X-Envelope-From: eugen@grosbein.net X-Envelope-To: yuri@FreeBSD.org Received: from [10.58.0.4] ([10.58.0.4]) by eg.sd.rdtc.ru (8.15.2/8.15.2) with ESMTPS id x5O1u3FY081508 (version=TLSv1.2 cipher=DHE-RSA-AES128-SHA bits=128 verify=NOT); Mon, 24 Jun 2019 08:56:03 +0700 (+07) (envelope-from eugen@grosbein.net) Subject: Re: svn commit: r504998 - head/sysutils/daggy To: Yuri Victorovich , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201906240148.x5O1m1iu065694@repo.freebsd.org> From: Eugene Grosbein Message-ID: <8288772d-191f-1ad1-58e3-afe01a2a7ccb@grosbein.net> Date: Mon, 24 Jun 2019 08:55:56 +0700 User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: <201906240148.x5O1m1iu065694@repo.freebsd.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: EC8568086A X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.87 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.87)[-0.870,0]; REPLY(-4.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0] 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 01:56:15 -0000 24.06.2019 8:48, Yuri Victorovich wrote: > Author: yuri > Date: Mon Jun 24 01:48:00 2019 > New Revision: 504998 > URL: https://svnweb.freebsd.org/changeset/ports/504998 > > Log: > sysutils/daggy: Add USES=compiler:c++17-lang > > Modified: > head/sysutils/daggy/Makefile > > Modified: head/sysutils/daggy/Makefile > ============================================================================== > --- head/sysutils/daggy/Makefile Mon Jun 24 00:14:25 2019 (r504997) > +++ head/sysutils/daggy/Makefile Mon Jun 24 01:48:00 2019 (r504998) > @@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING > LIB_DEPENDS= libbotan-2.so:security/botan2 \ > libyaml-cpp.so:devel/yaml-cpp > > -USES= gl pkgconfig qmake qt:5 > +USES= compiler:c++17-lang gl pkgconfig qmake qt:5 > USE_GITHUB= yes > GH_ACCOUNT= synacker > USE_QT= core gui network buildtools_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 :-)