From owner-svn-ports-all@freebsd.org Thu Jun 8 19:33:41 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6B844C78713; Thu, 8 Jun 2017 19:33:41 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 39AFE6EBDA; Thu, 8 Jun 2017 19:33:41 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v58JXeWr049474; Thu, 8 Jun 2017 19:33:40 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v58JXewT049473; Thu, 8 Jun 2017 19:33:40 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201706081933.v58JXewT049473@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Thu, 8 Jun 2017 19:33:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442951 - head/science/orthanc-webviewer X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Jun 2017 19:33:41 -0000 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 \