git: 18c770831a14 - main - devel/xeus-cling: broken by cxxopts updates
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 26 Mar 2023 21:35:23 UTC
The branch main has been updated by adridg: URL: https://cgit.FreeBSD.org/ports/commit/?id=18c770831a146a4f4630beae18f151deda745a0a commit 18c770831a146a4f4630beae18f151deda745a0a Author: Adriaan de Groot <adridg@FreeBSD.org> AuthorDate: 2023-03-23 20:29:45 +0000 Commit: Adriaan de Groot <adridg@FreeBSD.org> CommitDate: 2023-03-26 21:31:32 +0000 devel/xeus-cling: broken by cxxopts updates Looks like cxxopts changed its name-case convention and replaced OptionException by exceptions:: namespace and snake-cased names. --- devel/xeus-cling/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/devel/xeus-cling/Makefile b/devel/xeus-cling/Makefile index 7261d0ec7490..8b3d85100661 100644 --- a/devel/xeus-cling/Makefile +++ b/devel/xeus-cling/Makefile @@ -10,6 +10,8 @@ WWW= https://github.com/jupyter-xeus/xeus-cling LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN= Doesn't build: xmanager.hpp:125:35: error: no type named 'OptionException' in namespace 'cxxopts' + BUILD_DEPENDS= cppzmq>0:net/cppzmq \ cxxopts>0:devel/cxxopts \ llvm-config:lang/cling \