Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Jun 2019 08:55:56 +0700
From:      Eugene Grosbein <eugen@grosbein.net>
To:        Yuri Victorovich <yuri@FreeBSD.org>, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r504998 - head/sysutils/daggy
Message-ID:  <8288772d-191f-1ad1-58e3-afe01a2a7ccb@grosbein.net>
In-Reply-To: <201906240148.x5O1m1iu065694@repo.freebsd.org>
References:  <201906240148.x5O1m1iu065694@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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 :-)




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?8288772d-191f-1ad1-58e3-afe01a2a7ccb>