svn commit: r477605 - head/devel/xeus

Yuri Victorovich yuri at FreeBSD.org
Sun Aug 19 23:14:13 UTC 2018


Author: yuri
Date: Sun Aug 19 23:14:11 2018
New Revision: 477605
URL: https://svnweb.freebsd.org/changeset/ports/477605

Log:
  devel/xeus: Fix build on 10 by adding USES=compiler:c++14-lang
  
  Reported by:	fallout

Modified:
  head/devel/xeus/Makefile

Modified: head/devel/xeus/Makefile
==============================================================================
--- head/devel/xeus/Makefile	Sun Aug 19 21:19:46 2018	(r477604)
+++ head/devel/xeus/Makefile	Sun Aug 19 23:14:11 2018	(r477605)
@@ -2,7 +2,7 @@
 
 PORTNAME=	xeus
 DISTVERSION=	0.13.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel
 
 MAINTAINER=	yuri at FreeBSD.org
@@ -20,7 +20,7 @@ RUN_DEPENDS=	cppzmq>0:net/cppzmq \
 		nlohmann-json>0:devel/nlohmann-json \
 		xtl-quant-stack>0:devel/xtl-quant-stack
 
-USES=		cmake:outsource localbase:ldflags pkgconfig
+USES=		cmake:outsource compiler:c++14-lang localbase:ldflags pkgconfig
 USE_GITHUB=	yes
 GH_ACCOUNT=	QuantStack
 USE_LDCONFIG=	yes


More information about the svn-ports-all mailing list