Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 11 additions & 7 deletions science/gdcm/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ PortGroup legacysupport 1.1
# strnlen
legacysupport.newest_darwin_requires_legacy 10

github.setup malaterre GDCM 3.2.2 v
revision 1
github.setup malaterre GDCM 3.2.5 v
revision 0

name gdcm
categories science graphics
Expand All @@ -23,15 +23,19 @@ homepage https://sourceforge.net/projects/gdcm/

github.tarball_from archive

checksums rmd160 67b22151c5b1b46c249fb4d4d0caf957ab2dd5a0 \
sha256 133078bfff4fe850a1faaea44b0a907ba93579fd16f34c956f4d665b24b590e5 \
size 4091233
checksums rmd160 5b84f55a53af869cb29e6a7ae863f44f1140d038 \
sha256 1763d94228ef31babe68a2b5f3b0d4fc66bc0afae641d9a4c38ea5269e06ba5d \
size 4092525

compiler.cxx_standard 2014

# Fix 10.10, 10.11
# error: default initialization of an object of const type 'const vtkOStreamWrapper::EndlType' without a user-provided default constructor
compiler.blacklist-append \
{clang < 801}

# fix error with newer Poppler
patchfiles-append patch-poppler.diff \
patch-cstr.diff
patchfiles-append patch-poppler.diff

depends_build-append path:bin/pkg-config:pkgconfig

Expand Down
122 changes: 0 additions & 122 deletions science/gdcm/files/patch-cstr.diff

This file was deleted.