Ticket #35862: dmd-2.060.diff
File dmd-2.060.diff, 1.2 KB (added by ryandesign (Ryan Carsten Schmidt), 12 years ago) |
---|
-
Portfile
4 4 PortSystem 1.0 5 5 PortGroup github 1.0 6 6 7 set dlang D-Programming-Language 8 github.setup ${dlang} dmd 2.059 v 9 revision 5 7 github.setup D-Programming-Language dmd 2.060 v 10 8 categories lang 11 9 platforms darwin 12 10 supported_archs i386 x86_64 … … 18 16 It pragmatically combines efficiency, control, \ 19 17 and modeling power, with safety and programmer productivity. 20 18 homepage http://dlang.org/ 21 set dbranch 3987c722 distname ${dlang}-${name}-v${version}-0-g${dbranch}23 checksums rmd160 04e7f0cfa07e94e9ca567d5276d3c633d614f08c \24 sha256 ea6aa0f5f5428a9e36b18569a6948a85cfec8295b2a1947637f8449835a82eff25 19 26 worksrcdir ${name} 20 checksums rmd160 80eaa1e9b56c1873f3fedc06f4d4218ce9a327fe \ 21 sha256 f1bad058aefda510f4d799767444df89af2a09bbe87e2fed2bcac967f959cb00 27 22 28 23 post-patch { 29 24 reinplace "s|gcc|${configure.cc}|" ${worksrcpath}/src/posix.mak