git: 63e124814c42 - main - devel/cbang: chase the upgrade of lang/v8
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 22 Jul 2022 15:42:03 UTC
The branch main has been updated by thierry:
URL: https://cgit.FreeBSD.org/ports/commit/?id=63e124814c42bd329ed3da58890ca49e859d5899
commit 63e124814c42bd329ed3da58890ca49e859d5899
Author: Thierry Thomas <thierry@FreeBSD.org>
AuthorDate: 2022-07-22 13:37:23 +0000
Commit: Thierry Thomas <thierry@FreeBSD.org>
CommitDate: 2022-07-22 15:41:57 +0000
devel/cbang: chase the upgrade of lang/v8
C! builds with the latest v8, but it is not usable by CAMotics.
It must be build with c++17 standard.
Obtained from: https://github.com/CauldronDevelopmentLLC/CAMotics/issues/369
Fixes: 0db7465f145a
---
devel/cbang/Makefile | 4 ++--
devel/cbang/pkg-plist | 6 ++++++
2 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/devel/cbang/Makefile b/devel/cbang/Makefile
index db0677e85bef..923bc26dcebf 100644
--- a/devel/cbang/Makefile
+++ b/devel/cbang/Makefile
@@ -1,6 +1,6 @@
PORTNAME= cbang
PORTVERSION= 1.6.1
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= devel
MAINTAINER= thierry@FreeBSD.org
@@ -32,7 +32,7 @@ DEBUG_LIB_DEPENDS= libbfd.so:devel/libbfd
MAKE_ARGS+= cc="${CC}" \
cxx="${CXX}" \
- cxxstd="c++14" \
+ cxxstd="c++17" \
ccflags="${CCFLAGS}" \
cxxflags="${CXXFLAGS}" \
libpath="${LIBPATH}" \
diff --git a/devel/cbang/pkg-plist b/devel/cbang/pkg-plist
index b9cf05785910..f6ee3399e15b 100644
--- a/devel/cbang/pkg-plist
+++ b/devel/cbang/pkg-plist
@@ -172,6 +172,12 @@ include/cbang/js/Sink.h
include/cbang/js/StackTrace.h
include/cbang/js/StdModule.h
include/cbang/js/Value.h
+include/cbang/js/v8/Context.h
+include/cbang/js/v8/Factory.h
+include/cbang/js/v8/JSImpl.h
+include/cbang/js/v8/V8.h
+include/cbang/js/v8/Value.h
+include/cbang/js/v8/ValueRef.h
include/cbang/json/BufferWriter.h
include/cbang/json/Builder.h
include/cbang/json/Dict.h