diff options
author | antoine <antoine@FreeBSD.org> | 2017-06-09 03:33:40 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2017-06-09 03:33:40 +0800 |
commit | 56e1ec08be5dca5530a77a28d5a70e5a40290123 (patch) | |
tree | f1375ce8fcf7a33d303e5e0b96581d79b7cf3133 | |
parent | 6b54b61c20c5ee325c7f9125f05dbbe4f0e52e25 (diff) | |
download | freebsd-ports-gnome-56e1ec08be5dca5530a77a28d5a70e5a40290123.tar.gz freebsd-ports-gnome-56e1ec08be5dca5530a77a28d5a70e5a40290123.tar.zst freebsd-ports-gnome-56e1ec08be5dca5530a77a28d5a70e5a40290123.zip |
Mark BROKEN: fails to build
[ 13%] Building CXX object CMakeFiles/UnitTests.dir/Orthanc/Core/SQLite/Connection.cpp.o
/usr/bin/c++ -DBOOST_FILESYSTEM_VERSION=3 -DBOOST_HAS_DATE_TIME=1 -DBOOST_HAS_FILESYSTEM_V3=1 -DBOOST_HAS_LOCALE=1 -DBOOST_HAS_REGEX=1 -DORTHANC_ENABLE_BASE64=0 -DORTHANC_ENABLE_LOGGING=0 -DORTHANC_ENABLE_MD5=0 -DORTHANC_SQLITE_STANDALONE=1 -DORTHANC_STANDALONE=1 -DORTHANC_STATIC=0 -DORTHANC_WEBVIEWER_VERSION=\"2.2\" -I/wrkdirs/usr/ports/science/orthanc-webviewer/work/.build/AUTOGENERATED -I/usr/local/include -I/usr/local/include/jsoncpp -I/usr/local/include/gdcm-2.6 -O2 -pipe -fstack-protector -isystem /usr/local/include -fno-strict-aliasing -I/usr/local/include -I/usr/local/include -O2 -pipe -fstack-protector -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -o CMakeFiles/UnitTests.dir/Orthanc/Core/SQLite/Connection.cpp.o -c /wrkdirs/usr/ports/science/orthanc-webviewer/work/OrthancWebViewer-2.2/Orthanc/Core/SQLite/Connection.cpp
/wrkdirs/usr/ports/science/orthanc-webviewer/work/OrthancWebViewer-2.2/Orthanc/Core/SQLite/Connection.cpp:346:23: error: no matching constructor for initialization of 'Orthanc::SQLite::FunctionContext'
FunctionContext context(rawContext, argc, argv);
^ ~~~~~~~~~~~~~~~~~~~~~~
Reported by: pkg-fallout
-rw-r--r-- | science/orthanc-webviewer/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/science/orthanc-webviewer/Makefile b/science/orthanc-webviewer/Makefile index 5a495118b409..3d2cb7e86baa 100644 --- a/science/orthanc-webviewer/Makefile +++ b/science/orthanc-webviewer/Makefile @@ -21,6 +21,8 @@ COMMENT= Web viewer plugin for Orthanc LICENSE= AGPLv3 LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN= fails to build + BUILD_DEPENDS= ${LOCALBASE}/include/orthanc/OrthancCPlugin.h:science/orthanc \ gtest-config:devel/googletest LIB_DEPENDS= libgdcmCommon.so:devel/gdcm \ |