From 3af87769ee979dfb439ad10ce623554206eca496 Mon Sep 17 00:00:00 2001 From: ilovezfs Date: Mon, 15 May 2017 03:01:43 -0700 Subject: [PATCH] halibut 1.2 reparallelize the build Closes #13580. Signed-off-by: ilovezfs --- Formula/halibut.rb | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/Formula/halibut.rb b/Formula/halibut.rb index eb226a7f25..8ceaae6542 100644 --- a/Formula/halibut.rb +++ b/Formula/halibut.rb @@ -1,8 +1,8 @@ class Halibut < Formula desc "Yet another free document preparation system" homepage "https://www.chiark.greenend.org.uk/~sgtatham/halibut/" - url "https://www.chiark.greenend.org.uk/~sgtatham/halibut/halibut-1.1.tar.gz" - sha256 "b964950d11ed09d3af28ac095da539613f6e50d650f01fe72b4ae752724c80a0" + url "https://www.chiark.greenend.org.uk/~sgtatham/halibut/halibut-1.2/halibut-1.2.tar.gz" + sha256 "1aedfb6240f27190c36a390fcac9ce732edbdbaa31c85ee675b994e2b083163f" head "https://git.tartarus.org/simon/halibut.git" @@ -16,12 +16,6 @@ class Halibut < Formula end def install - # Reported to Simon Tatham (anakin@pobox.com) on 8th Mar 2016. - ENV.deparallelize - - bin.mkpath - man1.mkpath - system "make", "prefix=#{prefix}", "mandir=#{man}", "all" system "make", "-C", "doc", "prefix=#{prefix}", "mandir=#{man}" system "make", "prefix=#{prefix}", "mandir=#{man}", "install"