From owner-svn-ports-all@freebsd.org Mon Oct 30 14:45:21 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 1BB5BE5ED49; Mon, 30 Oct 2017 14:45:21 +0000 (UTC) (envelope-from misha@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 E18FE64FD0; Mon, 30 Oct 2017 14:45:20 +0000 (UTC) (envelope-from misha@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v9UEjK3E008965; Mon, 30 Oct 2017 14:45:20 GMT (envelope-from misha@FreeBSD.org) Received: (from misha@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v9UEjJAF008962; Mon, 30 Oct 2017 14:45:19 GMT (envelope-from misha@FreeBSD.org) Message-Id: <201710301445.v9UEjJAF008962@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: misha set sender to misha@FreeBSD.org using -f From: Mikhail Pchelin Date: Mon, 30 Oct 2017 14:45:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r453181 - in head/science/orthanc: . files X-SVN-Group: ports-head X-SVN-Commit-Author: misha X-SVN-Commit-Paths: in head/science/orthanc: . files X-SVN-Commit-Revision: 453181 X-SVN-Commit-Repository: ports 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: Mon, 30 Oct 2017 14:45:21 -0000 Author: misha Date: Mon Oct 30 14:45:19 2017 New Revision: 453181 URL: https://svnweb.freebsd.org/changeset/ports/453181 Log: - update from 1.1.0 to 1.3.0 Approved by: jpaetzel (mentor) Deleted: head/science/orthanc/files/patch-Core_SQLite_FunctionContext.cpp head/science/orthanc/files/patch-Core_SQLite_FunctionContext.h head/science/orthanc/files/patch-OrthancServer_FromDcmtkBridge.cpp head/science/orthanc/files/patch-OrthancServer_OrthancInitialization.cpp Modified: head/science/orthanc/Makefile head/science/orthanc/distinfo head/science/orthanc/files/patch-Resources_Configuration.json Modified: head/science/orthanc/Makefile ============================================================================== --- head/science/orthanc/Makefile Mon Oct 30 14:31:11 2017 (r453180) +++ head/science/orthanc/Makefile Mon Oct 30 14:45:19 2017 (r453181) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= orthanc -PORTVERSION= 1.1.0 -PORTREVISION= 8 +PORTVERSION= 1.3.0 CATEGORIES= science graphics net www MASTER_SITES= http://orthanc-server.com/downloads/get.php?path=/orthanc/:main \ http://www.montefiore.ulg.ac.be/~jodogne/Orthanc/ThirdPartyDownloads/:mongoose @@ -18,6 +17,8 @@ COMMENT= RESTful DICOM server for healthcare and medic LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN_powerpc64= fails to configure: CMake: Looking for C++ include pugixml.hpp - not found + LIB_DEPENDS= libcurl.so:ftp/curl \ libjsoncpp.so:devel/jsoncpp \ libuuid.so:misc/e2fsprogs-libuuid \ @@ -35,8 +36,6 @@ LIB_DEPENDS= libcurl.so:ftp/curl \ libgtest.so:devel/googletest \ libpugixml.so:textproc/pugixml -BROKEN_powerpc64= fails to configure: CMake: Looking for C++ include pugixml.hpp - not found - CMAKE_ARGS= -DDCMTK_LIBRARIES="dcmdsig;charls;dcmjpls" \ -DDCMTK_DIR="${LOCALBASE}" \ -DDCMTK_DICTIONARY_DIR="${LOCALBASE}/share/dcmtk" \ @@ -73,8 +72,10 @@ post-patch: # Some tests require connections to be made to the outside world, this is # definitely unsupported behaviour and therefor those tests are disabled with # cmake variable above (-DUNIT_TESTS_WITH_HTTP_CONNEXIONS=OFF). -post-build: - @cd ${BUILD_WRKSRC} && ./UnitTests +# +# Tests run is temporary disabled: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=215393 +#post-build: +# @cd ${BUILD_WRKSRC} && ./UnitTests post-install: ${MKDIR} ${STAGEDIR}/var/db/orthanc/db/db-v5 Modified: head/science/orthanc/distinfo ============================================================================== --- head/science/orthanc/distinfo Mon Oct 30 14:31:11 2017 (r453180) +++ head/science/orthanc/distinfo Mon Oct 30 14:45:19 2017 (r453181) @@ -1,5 +1,5 @@ -TIMESTAMP = 1469014978 -SHA256 (orthanc/Orthanc-1.1.0.tar.gz) = e8e7ce79dc327b8d0cd4917a520d867260eb58a34a2eea5e24a56db3540edbd4 -SIZE (orthanc/Orthanc-1.1.0.tar.gz) = 1152366 +TIMESTAMP = 1508149082 +SHA256 (orthanc/Orthanc-1.3.0.tar.gz) = a68b3c3fda8ea5cd065d356b314737634d8088d6ab2380c9ccfa433cc8fe61de +SIZE (orthanc/Orthanc-1.3.0.tar.gz) = 1231636 SHA256 (orthanc/mongoose-3.8.tgz) = 6afc2c377614a01a24b78560a62d1316b29372afe08eae3715b56c877be71c6e SIZE (orthanc/mongoose-3.8.tgz) = 1577314 Modified: head/science/orthanc/files/patch-Resources_Configuration.json ============================================================================== --- head/science/orthanc/files/patch-Resources_Configuration.json Mon Oct 30 14:31:11 2017 (r453180) +++ head/science/orthanc/files/patch-Resources_Configuration.json Mon Oct 30 14:45:19 2017 (r453181) @@ -1,23 +1,23 @@ ---- Resources/Configuration.json.orig 2015-02-12 13:47:38 UTC +--- Resources/Configuration.json.orig 2017-07-19 11:10:48 UTC +++ Resources/Configuration.json -@@ -9,12 +9,12 @@ - - // Path to the directory that holds the heavyweight files - // (i.e. the raw DICOM instances) +@@ -10,12 +10,12 @@ + // Path to the directory that holds the heavyweight files (i.e. the + // raw DICOM instances). Backslashes must be either escaped by + // doubling them, or replaced by forward slashes "/". - "StorageDirectory" : "OrthancStorage", + "StorageDirectory" : "/var/db/orthanc/db-v5", - // Path to the directory that holds the SQLite index (if unset, - // the value of StorageDirectory is used). This index could be - // stored on a RAM-drive or a SSD device for performance reasons. + // Path to the directory that holds the SQLite index (if unset, the + // value of StorageDirectory is used). This index could be stored on + // a RAM-drive or a SSD device for performance reasons. - "IndexDirectory" : "OrthancStorage", + "IndexDirectory" : "/var/db/orthanc/db-v5", // Enable the transparent compression of the DICOM instances "StorageCompression" : false, -@@ -39,6 +39,7 @@ - // folders, in which case they will be scanned non-recursively to - // find shared libraries. +@@ -41,6 +41,7 @@ + // find shared libraries. Backslashes must be either escaped by + // doubling them, or replaced by forward slashes "/". "Plugins" : [ + "%%PREFIX%%/share/orthanc/plugins/" ],