update to gdcm-3.0.1

This commit is contained in:
jasper 2019-08-06 18:37:37 +00:00
parent 1dab65a5d9
commit 59f1d2990f
3 changed files with 6 additions and 6 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.11 2019/07/12 20:46:58 sthen Exp $
# $OpenBSD: Makefile,v 1.12 2019/08/06 18:37:37 jasper Exp $
COMMENT = cross-platform DICOM implementation
DISTNAME = gdcm-3.0.0
DISTNAME = gdcm-3.0.1
SHARED_LIBS += gdcmCommon 1.0 # 2.8
SHARED_LIBS += gdcmDICT 1.0 # 2.8

View File

@ -1,2 +1,2 @@
SHA256 (gdcm-3.0.0.tar.gz) = V3teag7neHOrnyY6sANuUPIC/alhxWN9LXS5XqwXcjI=
SIZE (gdcm-3.0.0.tar.gz) = 3838288
SHA256 (gdcm-3.0.1.tar.gz) = S9DKoYYy069ctnLPm3BRzZ71ukLso9MUEtPIoxZqCic=
SIZE (gdcm-3.0.1.tar.gz) = 3857842

View File

@ -1,4 +1,4 @@
$OpenBSD: patch-CMakeLists_txt,v 1.5 2019/05/09 17:02:30 jasper Exp $
$OpenBSD: patch-CMakeLists_txt,v 1.6 2019/08/06 18:37:37 jasper Exp $
Revert commit 966ca7e5d00a4b0bba5d6d9392303231e4e4e536 from upstream
(enforcing c++98), because it breaks builds with newer poppler.
@ -8,7 +8,7 @@ Unbreak build: we don't provide library symlinks
Index: CMakeLists.txt
--- CMakeLists.txt.orig
+++ CMakeLists.txt
@@ -121,7 +121,11 @@ else()
@@ -118,7 +118,11 @@ else()
set(GDCM_BUILD_SHARED_LIBS ${BUILD_SHARED_LIBS})
endif()