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 |