From 8d38a9fa3ed273ee09dd3b9ba3171117ea136247 Mon Sep 17 00:00:00 2001 From: Donald Hunter Date: Mon, 28 Nov 2016 23:12:00 +0000 Subject: [PATCH] rakudo-star 2016.11 Also remove build workaround which is fixed upstream. Closes #7361. Signed-off-by: William Woodruff --- Formula/rakudo-star.rb | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/Formula/rakudo-star.rb b/Formula/rakudo-star.rb index d673c5a109..c5bda37181 100644 --- a/Formula/rakudo-star.rb +++ b/Formula/rakudo-star.rb @@ -1,8 +1,8 @@ class RakudoStar < Formula desc "Perl 6 compiler" homepage "http://rakudo.org/" - url "http://rakudo.org/downloads/star/rakudo-star-2016.10.tar.gz" - sha256 "00fb63c1e0475213960298fac82a53906f1bfa8d431ca8c00ef278f58bf1d14b" + url "http://rakudo.org/downloads/star/rakudo-star-2016.11.tar.gz" + sha256 "05ebc77171bba8314657cfcd64701f9688a20caab9a371da19d5d9105cbde8d8" bottle do sha256 "b63ee3f5622da6180abfa8bc172253a9c5f84fae97733df5e666ed5e75ff3cc5" => :sierra @@ -24,12 +24,6 @@ class RakudoStar < Formula ENV.remove "CPPFLAGS", "-I#{libffi.include}" ENV.prepend "CPPFLAGS", "-I#{libffi.lib}/libffi-#{libffi.version}/include" - # Work around to prevent MoarVM from using clock_gettime - # Reported 2016-10-27: https://github.com/MoarVM/MoarVM/issues/437 - if MacOS.version == "10.11" && MacOS::Xcode.installed? && MacOS::Xcode.version >= "8.0" - inreplace "MoarVM/src/platform/posix/time.c", "CLOCK_REALTIME", "UNDEFINED_XCODE8_HACK" - end - ENV.j1 # An intermittent race condition causes random build failures. backends = ["moar"]