Ticket #50153: MoarVM-2015.12.diff
File MoarVM-2015.12.diff, 1.3 KB (added by mojca (Mojca Miklavec), 9 years ago) |
---|
-
Portfile
4 4 PortSystem 1.0 5 5 6 6 name MoarVM 7 version 2015. 097 version 2015.12 8 8 categories lang devel 9 9 platforms darwin 10 10 license Artistic-2 MIT BSD ISC public-domain … … 19 19 # openssl dgst -rmd160 <file> 20 20 # openssl dgst -sha256 <file> 21 21 22 checksums rmd160 c74a3ac21b5c1647aaf7451a97709fdc46e567f1\23 sha256 e93d1d2e918764971fd9e9fd68de73ad900abb25d224a5049a105aae54dba7d322 checksums rmd160 372b3dacee231c371730ba6e8089e315ee8e3687 \ 23 sha256 4e4f106ec0802dfda5206fea811d260cc1111fe4cfa13b038af9077d8ad56826 24 24 25 # TODO: 26 # - https://trac.macports.org/ticket/50153 27 # - https://github.com/MoarVM/MoarVM/issues/321 28 conflicts dyncall libtommath libuv 29 25 30 # FIXME: may need ExtUtil::Command if by chance our default perl5 binary 26 31 # does not match what Apple ships. 27 32 depends_build port:perl5 … … 29 34 # Unsupported by configure.pl. 30 35 configure.universal_args-delete --disable-dependency-tracking 31 36 32 universal_variant yes33 34 37 configure.cmd ${prefix}/bin/perl Configure.pl