svn commit: r504998 - head/sysutils/daggy

Eugene Grosbein eugen at grosbein.net
Mon Jun 24 01:56:15 UTC 2019


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 :-)



More information about the svn-ports-all mailing list