This project is mirrored from https://github.com/Homebrew/brew.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
- Jan 12, 2014
-
-
Jack Nagel authored
The array elements here are individual arguments to exec, not a string to pass to the shell; this only appeared to work. In reality, `opam list` accepts "|" as valid argument, and the command works fine without grepping the output.
-
Mike McQuaid authored
-
Mike McQuaid authored
-
- Jan 11, 2014
-
-
Mike McQuaid authored
-
Jack Nagel authored
Fixes Homebrew/homebrew#25779.
-
- Jan 10, 2014
-
-
Mike McQuaid authored
-
Mike McQuaid authored
Closes Homebrew/homebrew#25706. Closes Homebrew/homebrew#25682.
-
- Jan 08, 2014
-
-
Mike McQuaid authored
This reverts commit 1cd636d368c66d1346adc1c38633c8f204c759f4.
-
Mike McQuaid authored
-
Mike McQuaid authored
-
- Jan 07, 2014
-
-
Christian Moritz authored
Closes Homebrew/homebrew#25709. Signed-off-by:
Mike McQuaid <mike@mikemcquaid.com>
-
Mike McQuaid authored
-
Mike McQuaid authored
-
- Jan 05, 2014
-
-
Mike McQuaid authored
-
- Jan 04, 2014
-
-
Mike McQuaid authored
Fixes Homebrew/homebrew#25546.
-
Mike McQuaid authored
-
Mike McQuaid authored
-
Mike McQuaid authored
-
Mike McQuaid authored
-
Misty De Meo authored
-
Misty De Meo authored
This raise happened in no other ENV methods, and isn't really necessary since fails_with guards against this method actually being called unless gcc-4.2 is actually installed.
-
Misty De Meo authored
-
Mike McQuaid authored
This reverts commit 0e1d52c0d3945ae0ac69383c7734e425b7fbf8f1.
-
Mike McQuaid authored
This reverts commit 8ec6123d439e8f4d3586bbca6a426b726bd5e9dd.
-
Mike McQuaid authored
This reverts commit bedcbb806bb8a991a1317b4ccde8d16b6974cc46.
-
Mike McQuaid authored
This reverts commit f4dc5614953b3b90acc28c83262d56587b0616b1.
-
Misty De Meo authored
-
Misty De Meo authored
-
Misty De Meo authored
-
Misty De Meo authored
Since ENV.cc/cxx are accessors to ENV, any values being passed through are coerced into strings, which means that a nil `ENV.cc` is actually an empty string - which isn't considered to be false in Ruby. Fixes mistydemeo/tigerbrew#161. Fixes mistydemeo/tigerbrew#135.
-
Mike McQuaid authored
-
Mike McQuaid authored
-
Mike McQuaid authored
Just make it a warning instead. Closes Homebrew/homebrew#25511. Closes Homebrew/homebrew#25617.
-
Mike McQuaid authored
Closes Homebrew/homebrew#20482.
-
Mike McQuaid authored
This can happen on e.g. fossil where the dependency HEAD requires having an install of fossil in order to check it out. Bit of a silly edge case but this handles it. Fixes Homebrew/homebrew#25605
-
- Dec 31, 2013
-
-
Misty De Meo authored
Fixes Homebrew/homebrew#25561. Fixes Homebrew/homebrew#25410.
-
- Dec 30, 2013
-
-
Mike McQuaid authored
-
- Dec 28, 2013
-
-
Mike McQuaid authored
-
Mike McQuaid authored
-
Josh Tilles authored
Solely because I think `ENV.deparallelize` is *way* clearer than `ENV.j1`, at least to the uninitiated. Also, updating the template will reduce the number of `ENV.j1`s that persist because the Homebrew maintainers want clean histories of formulae. Ideally, this change should prevent any more cases from being introduced! Closes Homebrew/homebrew#25431. Signed-off-by:
Jack Nagel <jacknagel@gmail.com>
-