Date: Thu, 8 Jun 2017 19:33:40 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442951 - head/science/orthanc-webviewer Message-ID: <201706081933.v58JXewT049473@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Thu Jun 8 19:33:40 2017 New Revision: 442951 URL: https://svnweb.freebsd.org/changeset/ports/442951 Log: 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 Modified: head/science/orthanc-webviewer/Makefile Modified: head/science/orthanc-webviewer/Makefile ============================================================================== --- head/science/orthanc-webviewer/Makefile Thu Jun 8 19:13:10 2017 (r442950) +++ head/science/orthanc-webviewer/Makefile Thu Jun 8 19:33:40 2017 (r442951) @@ -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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201706081933.v58JXewT049473>