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 .
- Nov 12, 2012
-
-
Adam Vandenberg authored
* lets more text types get picked up * better filter for `brew list`
-
Adam Vandenberg authored
Closes Homebrew/homebrew#15961.
-
- Nov 11, 2012
-
-
Adam Vandenberg authored
If you have relocated your HOMEBREW_CACHE under HOMEBREW_PREFIX, then don't show these files as "unbrewed".
-
- Nov 10, 2012
-
-
Mike McQuaid authored
-
Mike McQuaid authored
-
Mike McQuaid authored
-
Mike McQuaid authored
-
Mike McQuaid authored
-
Mike McQuaid authored
-
Jack Nagel authored
-
Jack Nagel authored
The new formula debugger users continuations to jump back up the stack, and thus anything that has the potential to be executed twice (i.e. ensure blocks) needs to to be essentially idempotent. Signed-off-by:
Jack Nagel <jacknagel@gmail.com>
-
- Nov 09, 2012
-
-
Jack Nagel authored
-
Jack Nagel authored
-
- Nov 07, 2012
-
-
Jack Nagel authored
Enumerable#one? is not available under Ruby 1.8.6. Further, we really want #any? here, as setting both HOME and CURL_HOME can trigger a false negative. Fixes Homebrew/homebrew#15883.
-
Jack Nagel authored
-
Jack Nagel authored
-
Jack Nagel authored
-
Jack Nagel authored
-
Jack Nagel authored
-
Jack Nagel authored
-
- Nov 04, 2012
-
-
Charlie Sharpsteen authored
Having a third-party `fuse.pc` file will conflict with the `fuse4x` formula.
-
- Nov 02, 2012
-
-
Max Howell authored
stdenv already works as Contributions/cmds is in the path already. This is safe to do because OS X already has git and svn in the PATH if you have the CLT installed. So we should definitely ensure we use the right versions. Fixes Homebrew/homebrew#15783.
-
Jack Nagel authored
Signed-off-by:
Jack Nagel <jacknagel@gmail.com>
-
- Nov 01, 2012
-
-
Adam Vandenberg authored
Fixes Homebrew/homebrew#14815.
-
Xiyue Deng authored
This allows Homebrew to be installed into /opt or /sw. Closes Homebrew/homebrew#15780. Signed-off-by:
Max Howell <mxcl@me.com> Cleaned up the patch a little. Still ugly though, but logic is unusual so that's just how it is.
-
- Oct 31, 2012
-
-
Max Howell authored
-
Max Howell authored
This has to be a last resort right? If all we show is that link (plus preceding un-deletable output) and they don't click it then maybe we should just close the ticket and hope they'll use MacPorts instead.
-
Adam Vandenberg authored
Closes Homebrew/homebrew#15775.
-
- Oct 30, 2012
-
-
Sijawusz Pur Rahnama authored
Closes Homebrew/homebrew#15723. Signed-off-by:
Jack Nagel <jacknagel@gmail.com>
-
- Oct 29, 2012
-
-
Charlie Sharpsteen authored
Skip any entries returned by `Dir["Library/Taps/*"].each` that are not directories.
-
- Oct 28, 2012
-
-
Adam Vandenberg authored
-
Camillo Lugaresi authored
A new feature for easing the pain of working with complex formulas, or formulas for large packages. When running brew in debug mode (-d), if an exception propagates outside the formula's install method, you now get a menu which lets you return to the point where the exception was raised and perfom several useful actions, such as: - printing a backtrace - entering IRB to examine the context and test ruby code - entering the debugger (if ruby-debug is available) - entering a shell - ignoring the exception or proceeding with the raise as normal Signed-off-by:
Max Howell <mxcl@me.com> * Fixed conflict in build.rb. * Removed old debug handling in Formula.brew. Closes Homebrew/homebrew#10435.
-
Max Howell authored
-
Stephen Nelson authored
Added doctor check for .curlrc rather than silently ignoring it (#13836). Closes Homebrew/homebrew#15419. Signed-off-by:
Max Howell <mxcl@me.com> Removed test in doctor where it actually curl'd a file. It's enough to warn if the curlrc exists. I understand people want to remove the warnings, but the point in the doctor is to help diagnose and not to be some ramification of your UNIX system.
-
Max Howell authored
-
Adam Vandenberg authored
Closes Homebrew/homebrew#13318.
-
- Oct 26, 2012
-
-
Jack Nagel authored
Signed-off-by:
Jack Nagel <jacknagel@gmail.com>
-
Jack Nagel authored
Set#merge is supposed to return self, and Formula#recursive_requirements depended on this being true. Signed-off-by:
Jack Nagel <jacknagel@gmail.com>
-
Jack Nagel authored
Signed-off-by:
Jack Nagel <jacknagel@gmail.com>
-
Jack Nagel authored
To allow depends_on :x11 => :optional and friends to work as expected, make requirements record any tags and add special handling to the X11Dependency to record both a minimum version and additional tags. Signed-off-by:
Jack Nagel <jacknagel@gmail.com>
-