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 .
- Apr 04, 2013
-
-
Jack Nagel authored
-
Jack Nagel authored
-
Jack Nagel authored
Fixes Homebrew/homebrew#17010.
-
Jack Nagel authored
-
Jan-Henrik Bruhn authored
Closes Homebrew/homebrew#18041. Signed-off-by:
Jack Nagel <jacknagel@gmail.com>
-
Adam Vandenberg authored
-
Jack Nagel authored
-
- Apr 03, 2013
-
-
Misty De Meo authored
Array#count was apparently introduced in 1.8.7.
-
Jack Nagel authored
Fixes Homebrew/homebrew#18918.
-
Jack Nagel authored
-
Jack Nagel authored
-
Jack Nagel authored
-
Jack Nagel authored
-
Jack Nagel authored
-
Jack Nagel authored
-
Jack Nagel authored
-
Jack Nagel authored
-
Jack Nagel authored
-
Jack Nagel authored
-
Jack Nagel authored
-
Jack Nagel authored
Build 211 can build most things, but I've seen intermittent miscompilation and slower code. Also it comes from Xcode 4.2, so most people don't have it anyway. Let's use 218 as the minimum viable version.
-
Jack Nagel authored
Closes Homebrew/homebrew#18886.
-
Jack Nagel authored
-
- Apr 02, 2013
-
-
Jack Nagel authored
-
Jack Nagel authored
-
Jack Nagel authored
This was meant to support: env do |req| append_path 'PATH', req.some_method ... end i.e., the block was evaluated in the context of ENV. But it turned out to be not so useful after all, so I'm ripping it out before something actually depends on it.
-
Mike McQuaid authored
Sometimes we may want to run commands after bottle installation (such as creating directories outside the Cellar) so this method allows us to do so. Closes Homebrew/homebrew#18382.
-
Mike McQuaid authored
We want to notify users that non-/usr/local installs may result in some bottles being not used. References Homebrew/homebrew#18540
-
Jack Nagel authored
-
Jack Nagel authored
-
Jack Nagel authored
Don't complain if it's instantiating the class so that it can pass arguments. Fixes Homebrew/homebrew#18883.
-
Jack Nagel authored
Fixes Homebrew/homebrew#18885.
-
- Apr 01, 2013
-
-
Jack Nagel authored
Grrr...
-
Jack Nagel authored
This may result in some undesired output for things that suppress stdout, but we'll fix those as we go. Fixes Homebrew/homebrew#18650.
-
Jack Nagel authored
-
Simon Sigurdhsson authored
Since `pinned?` was using `File#exists?`, broken symlinks left by force-upgraded formulae made `pinned?` return false while `pin` returned with an error because it could not overwrite the broken link. This is fixed by using `File#symlink?` instead, which returns true for broken symlinks and false only when they do not exist. Closes Homebrew/homebrew#18858. Signed-off-by:
Mike McQuaid <mike@mikemcquaid.com>
-
Simon Sigurdhsson authored
Closes Homebrew/homebrew#18851. Signed-off-by:
Mike McQuaid <mike@mikemcquaid.com>
-
- Mar 31, 2013
-
-
Jaime Marquínez Ferrándiz authored
Closes Homebrew/homebrew#18849. Signed-off-by:
Adam Vandenberg <flangy@gmail.com>
-
Jack Nagel authored
-
Simon Sigurdhsson authored
* Added `pin` et. al. to manpage. * Added `brew pin` to `brew.1` * Added `brew unpin` to `brew.1` * Added `brew list --pinned` to `brew.1` * Added information about frozen formulae to `brew upgrade` in `brew.1` * Added `pin` et.al. to completion scripts. * Unpin formulae when uninstalling them * Unpin and re-pin formulae when upgrading (avoids stale symlink) References Homebrew/homebrew#18386. Closes Homebrew/homebrew#18515. Signed-off-by:
Mike McQuaid <mike@mikemcquaid.com>
-