Ticket #35862: druntime-2.060.diff
File druntime-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} druntime 2.059 v 7 github.setup D-Programming-Language druntime 2.060 v 9 8 categories lang 10 9 platforms darwin 11 10 license Boost-1 … … 17 16 collector, associative arrays, exception handling, array vector operations, \ 18 17 startup/shutdown, etc. 19 18 homepage http://dlang.org/ 20 set dbranch 3987c721 distname ${dlang}-${name}-v${version}-0-g${dbranch}22 checksums rmd160 8754f330b0583060d65c2e37c8d931252132f50d \23 sha256 055d6559edf98a1478a819897150d15cd691843dbca78cdd4d80082cc939100d \24 19 25 worksrcdir ${name} 20 checksums rmd160 8ef088b1b7d5c3151962d01bf0005bb8e3b2db4a \ 21 sha256 e66c2908e9415e8ef882f63bfe525b8e1e88331e0ba16fc4b18e23c4d176cc95 \ 26 22 27 23 depends_lib port:dmd 28 24 29 post-patch {30 if {${configure.compiler}=="clang"} {31 reinplace "s|-Wa,-noexecstack||" ${worksrcpath}/posix.mak32 }33 }34 35 25 use_configure no 36 26 37 27 if {${build_arch}=="x86_64"} { … … 45 35 DMD=${prefix}/bin/dmd \ 46 36 MODEL=${model} \ 47 37 CFLAGS=\"${configure.cflags}\" 48 build.target ""38 build.target 49 39 50 40 destroot { 51 41 xinstall -m 644 ${worksrcpath}/lib/libdruntime-osx${model}.a \