Ticket #35862: phobos-2.060.diff

File phobos-2.060.diff, 1.5 KB (added by ryandesign (Ryan Carsten Schmidt), 12 years ago)
  • Portfile

     
    44PortSystem          1.0
    55PortGroup           github 1.0
    66
    7 set dlang           D-Programming-Language
    8 github.setup        ${dlang} phobos 2.059 v
     7github.setup        D-Programming-Language phobos 2.060 v
    98categories          lang
    109platforms           darwin
    1110license             Boost-1
     
    1413long_description \
    1514    Phobos is the standard runtime library that comes with the D language compiler.
    1615homepage            http://dlang.org/
    17 set dbranch         d862f1
    18 distname            ${dlang}-${name}-v${version}-0-g${dbranch}
    19 checksums           rmd160  9acbe4960c57ce6ba78d9594bb5451d6c7877da4 \
    20                     sha256  5571e610bd306540cc6e9574bde0479889c62c9d2d3eed742bd3a5362c1ac03c
    21 depends_lib         port:druntime
    2216
    23 worksrcdir          ${name}
     17checksums           rmd160  8cd11c9fe523fa41eb8b1c644b18a18750ef81d1 \
     18                    sha256  cc1909b4dcbea0b5536d2f3eeb975a3b314e67609d2215c5426d65e64b19360b
    2419
     20depends_lib         port:druntime
     21
    2522post-patch {
    26     reinplace "s|gcc|${configure.cc}|" ${worksrcpath}/posix.mak
    2723    reinplace "s|-m\$(MODEL)||" ${worksrcpath}/posix.mak
    2824    reinplace "s|/import||" ${worksrcpath}/posix.mak
    2925}
     
    4440                    DMD=${prefix}/bin/dmd \
    4541                    MODEL=${model} \
    4642                    BUILD=release
    47 build.target-delete ${build.target}
     43build.target
    4844
    4945destroot {
    5046    xinstall -m 755 -d ${destroot}${prefix}/lib