|
Lines 1-15
Link Here
|
| 1 |
# Created by: maintainer.freebsd@xpoundit.com |
1 |
# Created by: maintainer.freebsd@xpoundit.com |
| 2 |
|
2 |
|
| 3 |
PORTNAME= orthanc |
3 |
PORTNAME= orthanc |
| 4 |
DISTVERSION= 1.10.1 |
4 |
DISTVERSION= 1.11.0 |
| 5 |
PORTREVISION= 2 |
|
|
| 6 |
CATEGORIES= science |
5 |
CATEGORIES= science |
| 7 |
MASTER_SITES= https://www.orthanc-server.com/downloads/get.php?path=/orthanc/ |
6 |
MASTER_SITES= https://www.orthanc-server.com/downloads/get.php?path=/orthanc/ |
| 8 |
DISTNAME= Orthanc-${PORTVERSION} |
7 |
DISTNAME= Orthanc-${PORTVERSION} |
| 9 |
|
8 |
|
| 10 |
PATCH_SITES= https://hg.orthanc-server.com/orthanc/raw-rev/ |
|
|
| 11 |
PATCHFILES= 1f93dc290628:-p1 # fix https://bugs.orthanc-server.com/show_bug.cgi?id=204 |
| 12 |
|
| 13 |
MAINTAINER= maintainer.freebsd@xpoundit.com |
9 |
MAINTAINER= maintainer.freebsd@xpoundit.com |
| 14 |
COMMENT= Lightweight DICOM server for healthcare and medical research |
10 |
COMMENT= Lightweight DICOM server for healthcare and medical research |
| 15 |
|
11 |
|
|
Lines 40-46
CMAKE_ON= USE_SYSTEM_BOOST USE_SYSTEM_CIVETWEB USE_SYSTEM_DCMTK \
Link Here
|
| 40 |
USE_SYSTEM_LIBJPEG USE_SYSTEM_LIBPNG USE_SYSTEM_LUA \ |
36 |
USE_SYSTEM_LIBJPEG USE_SYSTEM_LIBPNG USE_SYSTEM_LUA \ |
| 41 |
USE_SYSTEM_OPENSSL USE_SYSTEM_PUGIXML USE_SYSTEM_SQLITE \ |
37 |
USE_SYSTEM_OPENSSL USE_SYSTEM_PUGIXML USE_SYSTEM_SQLITE \ |
| 42 |
USE_SYSTEM_UUID USE_SYSTEM_ZLIB |
38 |
USE_SYSTEM_UUID USE_SYSTEM_ZLIB |
| 43 |
CMAKE_OFF= BUILD_CONNECTIVITY_CHECKS UNIT_TESTS_WITH_HTTP_CONNEXIONS |
|
|
| 44 |
CMAKE_SOURCE_PATH= ${WRKSRC}/OrthancServer |
39 |
CMAKE_SOURCE_PATH= ${WRKSRC}/OrthancServer |
| 45 |
|
40 |
|
| 46 |
CFLAGS+= -DNDEBUG |
41 |
CFLAGS+= -DNDEBUG |