View | Details | Raw Unified | Return to bug 259143 | Differences between
and this patch

Collapse All | Expand All

(-)b/science/orthanc-mysql/Makefile (-4 / +6 lines)
Lines 1-7 Link Here
1
# Created by: maintainer.freebsd@xpoundit.com
1
# Created by: maintainer.freebsd@xpoundit.com
2
2
3
PORTNAME=	orthanc-mysql
3
PORTNAME=	orthanc-mysql
4
DISTVERSION=	4.0
4
DISTVERSION=	4.3
5
CATEGORIES=	science
5
CATEGORIES=	science
6
MASTER_SITES=	https://www.orthanc-server.com/downloads/get.php?path=/plugin-mysql/:main \
6
MASTER_SITES=	https://www.orthanc-server.com/downloads/get.php?path=/plugin-mysql/:main \
7
		https://www.orthanc-server.com/downloads/get.php?path=/orthanc/:framework \
7
		https://www.orthanc-server.com/downloads/get.php?path=/orthanc/:framework \
Lines 30-41 USES= cmake localbase mysql:client python:build ssl Link Here
30
USE_LDCONFIG=	yes
30
USE_LDCONFIG=	yes
31
31
32
WRKSRC=		${WRKDIR}/OrthancMySQL-${PORTVERSION}
32
WRKSRC=		${WRKDIR}/OrthancMySQL-${PORTVERSION}
33
CMAKE_SOURCE_PATH=	${WRKSRC}/MySQL
33
34
CMAKE_OFF=	DBUILD_UNIT_TESTS USE_SYSTEM_ORTHANC_SDK USE_SYSTEM_UUID
35
CMAKE_ARGS=	-DORTHANC_FRAMEWORK_ROOT=${WRKSRC}/MySQL/ThirdPartyDownloads/Orthanc-1.9.3/OrthancFramework/Sources \
34
CMAKE_ARGS=	-DORTHANC_FRAMEWORK_ROOT=${WRKSRC}/MySQL/ThirdPartyDownloads/Orthanc-1.9.3/OrthancFramework/Sources \
36
		-DORTHANC_FRAMEWORK_SOURCE=path
35
		-DORTHANC_FRAMEWORK_SOURCE=path
37
CXXFLAGS+=	-I${LOCALBASE}/include -DNDEBUG
36
CMAKE_OFF=	DBUILD_UNIT_TESTS USE_SYSTEM_ORTHANC_SDK USE_SYSTEM_UUID
37
CMAKE_SOURCE_PATH=	${WRKSRC}/MySQL
38
38
CFLAGS+=	-DORTHANC_ENABLE_LOGGING_PLUGIN -DNDEBUG
39
CFLAGS+=	-DORTHANC_ENABLE_LOGGING_PLUGIN -DNDEBUG
40
CXXFLAGS+=	-I${LOCALBASE}/include -DNDEBUG
39
41
40
PLIST_SUB=	DISTVERSION=${DISTVERSION}
42
PLIST_SUB=	DISTVERSION=${DISTVERSION}
41
43
(-)b/science/orthanc-mysql/distinfo (-3 / +3 lines)
Lines 1-6 Link Here
1
TIMESTAMP = 1620905033
1
TIMESTAMP = 1629969268
2
SHA256 (orthanc/OrthancMySQL-4.0.tar.gz) = 9420b7d3293768778fc4f60cc7d72c0e15c1287bead98f6c3a9beddf6865a09a
2
SHA256 (orthanc/OrthancMySQL-4.3.tar.gz) = 7a22cbb482809bc1f6732e3e582cbbf4449e9205f297453ad4c7b7792956efba
3
SIZE (orthanc/OrthancMySQL-4.0.tar.gz) = 318342
3
SIZE (orthanc/OrthancMySQL-4.3.tar.gz) = 321585
4
SHA256 (orthanc/Orthanc-1.9.3.tar.gz) = 41cc35a3d15ecb0d7b834e8e28a740cc4ffa1f333c019a764228d60e96608960
4
SHA256 (orthanc/Orthanc-1.9.3.tar.gz) = 41cc35a3d15ecb0d7b834e8e28a740cc4ffa1f333c019a764228d60e96608960
5
SIZE (orthanc/Orthanc-1.9.3.tar.gz) = 1818313
5
SIZE (orthanc/Orthanc-1.9.3.tar.gz) = 1818313
6
SHA256 (orthanc/e2fsprogs-1.44.5.tar.gz) = 2e211fae27ef74d5af4a4e40b10b8df7f87c655933bd171aab4889bfc4e6d1cc
6
SHA256 (orthanc/e2fsprogs-1.44.5.tar.gz) = 2e211fae27ef74d5af4a4e40b10b8df7f87c655933bd171aab4889bfc4e6d1cc

Return to bug 259143