Ticket #18119: Portfile.diff
File Portfile.diff, 2.0 KB (added by guidolorenz@…, 16 years ago) |
---|
-
Portfile
old new 3 3 PortSystem 1.0 4 4 5 5 name dcmtk 6 version 3.5.4 6 version 3.5.4_p2 7 7 categories graphics 8 8 platforms darwin 9 maintainers uni-koblenz.de:guidolorenz 9 maintainers uni-koblenz.de:guidolorenz \ 10 openmaintainer 10 11 description The DICOM Toolkit. 11 12 long_description DCMTK is a collection of libraries and applications implementing \ 12 13 large parts of the DICOM standard. It includes software for examining, \ … … 16 17 17 18 homepage http://dicom.offis.de/dcmtk 18 19 19 master_sites ftp://dicom.offis.de/pub/dicom/offis/software/dcmtk/dcmtk354/ 20 master_sites ftp://dicom.offis.de/pub/dicom/offis/software/dcmtk/dcmtk354/ \ 21 http://dicom.offis.de/download/dcmtk/dcmtk354/ 22 distname dcmtk-3.5.4 23 20 24 checksums md5 0afd971cdf976a5b336722ef2f68e6d7 \ 21 25 sha1 169056874947083e68eb941fcd53faaebc862ae5 \ 22 26 rmd160 d1558c9c68e53e0ea3b080fd2fb50b9d8e30eeba … … 25 29 port:tiff \ 26 30 port:libpng \ 27 31 port:libxml2 28 32 29 33 destroot.target-append install-lib 30 34 35 # Apply changes made in ftp://dicom.offis.de/pub/dicom/offis/software/dcmtk/dcmtk354/patch/dcmtk-3.5.4_p2.tar.gz 36 patchfiles patch-dcmnet-apps-findscu.cc.diff \ 37 patch-dcmnet-apps-movescu.cc.diff 38 31 39 platform darwin 9 { 32 40 # See http://forum.dcmtk.org/viewtopic.php?t=1372 33 41 34 patchfiles 42 patchfiles-append patch-config-configure.in.diff 35 43 36 44 post-patch { 37 45 # Usually, we would system "cd ${worksrcpath}/config && ./autoall" here, but due to a