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 .
- Dec 13, 2009
-
-
Adam Vandenberg authored
* Only invoke git if --github was passed; speeds up brew info --all * Use current branch for --github instead of master.
-
Adam Vandenberg authored
-
Adam Vandenberg authored
-
Adam Vandenberg authored
-
Max Howell authored
-
Max Howell authored
Bzr on PyPi is problematic for now.
-
Max Howell authored
-
Max Howell authored
Nice bug there where we never removed any symlinks, because the unlink step requires the keg to be full of files to determine what symlinks to remove.
-
- Dec 08, 2009
-
-
Max Howell authored
This is necessary for those who installed Homebrew using the suggested tarball method. Too late for them though.
-
Max Howell authored
-
- Dec 06, 2009
-
-
Ben Olive authored
Updated comments to match new default patch level from revision 4fe374d
-
Max Howell authored
-
Max Howell authored
-
- Dec 05, 2009
-
-
Max Howell authored
-
Max Howell authored
-
Max Howell authored
Being able to commit parts of diffs can bite you if you aren't careful.
-
- Dec 04, 2009
-
-
Max Howell authored
-
Manfred Stienstra authored
In the FFMPEG formula the revision number is represented as an integer, this ends up as an argument to Kernel#exec and it doesn't really like that. The fix is to cast all arguments to a string. Fixes Homebrew/homebrew#171.
-
Max Howell authored
-
Max Howell authored
-
Max Howell authored
-
Max Howell authored
-
Max Howell authored
-
- Dec 02, 2009
-
-
Max Howell authored
Fixes Homebrew/homebrew#136
-
Max Howell authored
-
Max Howell authored
Turns out $?.to_i is a 16bit int with some bit flags in the first byte.
-
Max Howell authored
-
Max Howell authored
-fomit-frame-pointer is included for any optimisation level above O2 (including Os) Setting MACOS_DEPLOYMENT_TARGET is unecessary if you are just setting it the same as the OS X you are running.
-
Max Howell authored
Makes a big difference on OS X, you can still use the GUI and that.
-
Max Howell authored
This is what we did for gcc_4_2 after all.
-
- Dec 01, 2009
-
-
Max Howell authored
This means our include directory is prioritised above all -I but after all other system directories. This is how it should be. Also helps fix Homebrew/homebrew#113.
-
Max Howell authored
Thus mv, rm etc, functions are almost as handy as pure shell scripting, without issues related to spaces in filenames.
-
Max Howell authored
Some gems and libraries seem to change the order.
-
Max Howell authored
-
Max Howell authored
-
- Nov 20, 2009
-
-
Adam Vandenberg authored
-
Adam Vandenberg authored
-
Adam Vandenberg authored
Where brew info will show the next-level-down dependencies, brew deps will show all of the formulae that a given formula depends on.
-
Adam Vandenberg authored
-
Adam Vandenberg authored
* brew install will find an aliased formula * aliases are searched against * warn when creating a new formula that has an existing alias. If Subversion has an alias "svn", then warn when the user tries to create a new formula "svn". The formula can still be created, though the user should make sure it's not a duplicate of the existing aliased one. Subversion and Objective-Caml formulas get some alises here, so we have something to test against.
-