View | Details | Raw Unified | Return to bug 202274
Collapse All | Expand All

(-)b/science/orthanc/Makefile (-6 / +3 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	orthanc
4
PORTNAME=	orthanc
5
PORTVERSION=	0.9.1
5
PORTVERSION=	0.9.3
6
CATEGORIES=	science graphics net www
6
CATEGORIES=	science graphics net www
7
MASTER_SITES=	http://orthanc-server.com/downloads/get.php?path=/orthanc/:main \
7
MASTER_SITES=	http://orthanc-server.com/downloads/get.php?path=/orthanc/:main \
8
		http://www.montefiore.ulg.ac.be/~jodogne/Orthanc/ThirdPartyDownloads/:mongoose
8
		http://www.montefiore.ulg.ac.be/~jodogne/Orthanc/ThirdPartyDownloads/:mongoose
Lines 21-27 BUILD_DEPENDS= gtest-config:${PORTSDIR}/devel/googletest Link Here
21
LIB_DEPENDS=	libcurl.so:${PORTSDIR}/ftp/curl \
21
LIB_DEPENDS=	libcurl.so:${PORTSDIR}/ftp/curl \
22
		libjsoncpp.so:${PORTSDIR}/devel/jsoncpp \
22
		libjsoncpp.so:${PORTSDIR}/devel/jsoncpp \
23
		libuuid.so:${PORTSDIR}/misc/e2fsprogs-libuuid \
23
		libuuid.so:${PORTSDIR}/misc/e2fsprogs-libuuid \
24
		libglog.so:${PORTSDIR}/devel/glog \
25
		libboost_filesystem.so:${PORTSDIR}/devel/boost-libs \
24
		libboost_filesystem.so:${PORTSDIR}/devel/boost-libs \
26
		libboost_thread.so:${PORTSDIR}/devel/boost-libs \
25
		libboost_thread.so:${PORTSDIR}/devel/boost-libs \
27
		libboost_system.so:${PORTSDIR}/devel/boost-libs \
26
		libboost_system.so:${PORTSDIR}/devel/boost-libs \
Lines 56-68 GROUPS= orthanc Link Here
56
# cmake variables to tell that mongoose is not presented on the host OS and
55
# cmake variables to tell that mongoose is not presented on the host OS and
57
# should be build together with the software instead.
56
# should be build together with the software instead.
58
# https://www.mail-archive.com/mongoose-users@googlegroups.com/msg00625.html
57
# https://www.mail-archive.com/mongoose-users@googlegroups.com/msg00625.html
59
post-extract:
58
post-patch:
60
	${MKDIR} ${WRKSRC}/ThirdPartyDownloads
59
	${MKDIR} ${WRKSRC}/ThirdPartyDownloads
61
	${CP} ${DISTDIR}/${DIST_SUBDIR}/mongoose-3.8.tgz ${WRKSRC}/ThirdPartyDownloads
60
	${CP} ${DISTDIR}/${DIST_SUBDIR}/mongoose-3.8.tgz ${WRKSRC}/ThirdPartyDownloads
62
	# Orthanc hardcodes /usr/local paths for libs and includes.
61
	# Orthanc hardcodes /usr/local paths for libs and includes.
63
	${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' ${WRKSRC}/Resources/CMake/Compiler.cmake
62
	@${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' ${WRKSRC}/Resources/CMake/*.cmake
64
	${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' ${WRKSRC}/Resources/CMake/JsonCppConfiguration.cmake
65
	${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' ${WRKSRC}/Resources/CMake/SQLiteConfiguration.cmake
66
63
67
# There is no way to disable building of test units without a patch, on other
64
# There is no way to disable building of test units without a patch, on other
68
# hand it brings only one build dependency (devel/googletest) and running it was
65
# hand it brings only one build dependency (devel/googletest) and running it was
(-)b/science/orthanc/distinfo (-2 / +2 lines)
Lines 1-4 Link Here
1
SHA256 (orthanc/Orthanc-0.9.1.tar.gz) = 96849183714c4d79feaf698be2efbd42c82e0c4b3d9103e237a0e1c7b138967e
1
SHA256 (orthanc/Orthanc-0.9.3.tar.gz) = b0cfa7223c038d5ba13b823531da40e0edcec57105bd84ed36294f09aef4d0f3
2
SIZE (orthanc/Orthanc-0.9.1.tar.gz) = 687249
2
SIZE (orthanc/Orthanc-0.9.3.tar.gz) = 675679
3
SHA256 (orthanc/mongoose-3.8.tgz) = 6afc2c377614a01a24b78560a62d1316b29372afe08eae3715b56c877be71c6e
3
SHA256 (orthanc/mongoose-3.8.tgz) = 6afc2c377614a01a24b78560a62d1316b29372afe08eae3715b56c877be71c6e
4
SIZE (orthanc/mongoose-3.8.tgz) = 1577314
4
SIZE (orthanc/mongoose-3.8.tgz) = 1577314
(-)b/science/orthanc/pkg-plist (-1 / +1 lines)
Lines 12-16 include/orthanc/OrthancCDatabasePlugin.h Link Here
12
include/orthanc/OrthancCPlugin.h
12
include/orthanc/OrthancCPlugin.h
13
include/orthanc/OrthancCppDatabasePlugin.h
13
include/orthanc/OrthancCppDatabasePlugin.h
14
%%DATADIR%%/plugins/libServeFolders.so
14
%%DATADIR%%/plugins/libServeFolders.so
15
%%DATADIR%%/plugins/libServeFolders.so.0.9.1
15
%%DATADIR%%/plugins/libServeFolders.so.0.9.3
16
sbin/Orthanc
16
sbin/Orthanc

Return to bug 202274