Ticket #35862: phobos-2.060.diff
File phobos-2.060.diff, 1.5 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} phobos 2.059 v 7 github.setup D-Programming-Language phobos 2.060 v 9 8 categories lang 10 9 platforms darwin 11 10 license Boost-1 … … 14 13 long_description \ 15 14 Phobos is the standard runtime library that comes with the D language compiler. 16 15 homepage http://dlang.org/ 17 set dbranch d862f118 distname ${dlang}-${name}-v${version}-0-g${dbranch}19 checksums rmd160 9acbe4960c57ce6ba78d9594bb5451d6c7877da4 \20 sha256 5571e610bd306540cc6e9574bde0479889c62c9d2d3eed742bd3a5362c1ac03c21 depends_lib port:druntime22 16 23 worksrcdir ${name} 17 checksums rmd160 8cd11c9fe523fa41eb8b1c644b18a18750ef81d1 \ 18 sha256 cc1909b4dcbea0b5536d2f3eeb975a3b314e67609d2215c5426d65e64b19360b 24 19 20 depends_lib port:druntime 21 25 22 post-patch { 26 reinplace "s|gcc|${configure.cc}|" ${worksrcpath}/posix.mak27 23 reinplace "s|-m\$(MODEL)||" ${worksrcpath}/posix.mak 28 24 reinplace "s|/import||" ${worksrcpath}/posix.mak 29 25 } … … 44 40 DMD=${prefix}/bin/dmd \ 45 41 MODEL=${model} \ 46 42 BUILD=release 47 build.target -delete ${build.target}43 build.target 48 44 49 45 destroot { 50 46 xinstall -m 755 -d ${destroot}${prefix}/lib