diff options
author | Dima Panov <fluffy@FreeBSD.org> | 2022-05-22 19:51:31 +0000 |
---|---|---|
committer | Dima Panov <fluffy@FreeBSD.org> | 2022-05-22 20:17:12 +0000 |
commit | a90eda25e214a11ae691f9715b0d480cf29ab884 (patch) | |
tree | 693bd428c959fc41cfa8940f21eb861b0026a730 | |
parent | d0a098c28614744c11c2ffb1837c7dbe59403c19 (diff) | |
download | ports-a90eda25e214a11ae691f9715b0d480cf29ab884.tar.gz ports-a90eda25e214a11ae691f9715b0d480cf29ab884.zip |
editors/jucipp: mark as BROKEN after recent boost upgrade
PR: 246106
-rw-r--r-- | editors/jucipp/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/editors/jucipp/Makefile b/editors/jucipp/Makefile index a2ecbe360df4..06c2280cca8b 100644 --- a/editors/jucipp/Makefile +++ b/editors/jucipp/Makefile @@ -20,6 +20,8 @@ LIB_DEPENDS= libaspell.so:textproc/aspell \ RUN_DEPENDS= llvm${LLVM_DEFAULT}>0:devel/llvm${LLVM_DEFAULT} \ uctags:devel/universal-ctags +BROKEN= error: implicit instantiation of undefined template 'std::basic_ifstream<char>' + USES= cmake compiler:c++14-lang desktop-file-utils gnome pkgconfig USE_GITLAB= yes GL_ACCOUNT= cppit |