aboutsummaryrefslogtreecommitdiff
path: root/devel/gdcm
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2013-10-23 07:18:35 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2013-10-23 07:18:35 +0000
commitb5e4838894f31c327ec60e1b52a339358cbf20f2 (patch)
tree54d7a46ac3075c9c1cecbd32c92c1e93c6224a41 /devel/gdcm
parent0453b815e72d64b4a0594e34e07ebc5513cdc652 (diff)
downloadports-b5e4838894f31c327ec60e1b52a339358cbf20f2.tar.gz
ports-b5e4838894f31c327ec60e1b52a339358cbf20f2.zip
- Update to 2.2.6
Notes
Notes: svn path=/head/; revision=331354
Diffstat (limited to 'devel/gdcm')
-rw-r--r--devel/gdcm/Makefile4
-rw-r--r--devel/gdcm/distinfo4
-rw-r--r--devel/gdcm/files/patch-Source-MediaStorageAndFileFormat_gdcmFileStreamer.cxx11
3 files changed, 4 insertions, 15 deletions
diff --git a/devel/gdcm/Makefile b/devel/gdcm/Makefile
index b7ca20c0e303..420ff6121043 100644
--- a/devel/gdcm/Makefile
+++ b/devel/gdcm/Makefile
@@ -35,7 +35,7 @@ NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MVTK}
-LIB_DEPENDS+= vtkHybrid.5:${PORTSDIR}/math/vtk5
+LIB_DEPENDS+= libvtkHybrid.so.5:${PORTSDIR}/math/vtk5
CMAKE_ARGS+= -DGDCM_USE_VTK:BOOL=YES
PLIST_SUB+= VTK=""
.else
@@ -44,7 +44,7 @@ PLIST_SUB+= VTK="@comment "
GDCM_MAJOR= 2
GDCM_MINOR= 2
-GDCM_PATCH= 5
+GDCM_PATCH= 6
PLIST_SUB+= GDCM_MAJOR="${GDCM_MAJOR}" \
GDCM_MINOR="${GDCM_MINOR}" \
diff --git a/devel/gdcm/distinfo b/devel/gdcm/distinfo
index 0cbea7b9225b..10d70c9c0c3b 100644
--- a/devel/gdcm/distinfo
+++ b/devel/gdcm/distinfo
@@ -1,2 +1,2 @@
-SHA256 (gdcm-2.2.5.tar.bz2) = 801df704213812fe7627531587b8848ae0de56aaf68aacbf18cf84857838576d
-SIZE (gdcm-2.2.5.tar.bz2) = 4290242
+SHA256 (gdcm-2.2.6.tar.bz2) = e84bdbf3736a3785e4fa599ef3b78cb8adb7169105ec1bf52ac83cda4e09b0c2
+SIZE (gdcm-2.2.6.tar.bz2) = 4372766
diff --git a/devel/gdcm/files/patch-Source-MediaStorageAndFileFormat_gdcmFileStreamer.cxx b/devel/gdcm/files/patch-Source-MediaStorageAndFileFormat_gdcmFileStreamer.cxx
deleted file mode 100644
index a80a5b4f5429..000000000000
--- a/devel/gdcm/files/patch-Source-MediaStorageAndFileFormat_gdcmFileStreamer.cxx
+++ /dev/null
@@ -1,11 +0,0 @@
---- Source/MediaStorageAndFileFormat/gdcmFileStreamer.cxx.orig 2013-09-11 14:54:55.000000000 +0200
-+++ Source/MediaStorageAndFileFormat/gdcmFileStreamer.cxx 2013-09-11 14:55:27.000000000 +0200
-@@ -32,7 +32,7 @@
- #include <io.h>
- typedef int64_t off64_t;
- #else
--#ifdef __APPLE__
-+#if defined(__APPLE__) || defined(__FreeBSD__)
- # define off64_t off_t
- #endif
- #include <unistd.h> // ftruncate