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 .
- Mar 31, 2013
-
-
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>
-
- Mar 30, 2013
-
-
Jack Nagel authored
-
Adam Vandenberg authored
Closes Homebrew/homebrew#18060.
-
Samuel John authored
Closes Homebrew/homebrew#16576. Signed-off-by:
Adam Vandenberg <flangy@gmail.com>
-
- Mar 29, 2013
-
-
Jack Nagel authored
Closes Homebrew/homebrew#18807.
-
Jack Nagel authored
-
Jack Nagel authored
Will this break anything? It shouldn't; Formula will always be loaded before Tab anyway. But really there is a design problem here, Tab shouldn't have any hardcoded references to Formula. I think this is fixable, but callers of for_formula will need to be checked first.
-
Jack Nagel authored
-
Jack Nagel authored
-
Jack Nagel authored
-
Jack Nagel authored
-
Adam Vandenberg authored
-
Jack Nagel authored
Closes Homebrew/homebrew#18788.
-
Jack Nagel authored
-
- Mar 27, 2013
-
-
Adam Vandenberg authored
-
- Mar 26, 2013
-
-
Max Howell authored
-
- Mar 24, 2013
-
-
Sebastian Staudt authored
Closes Homebrew/homebrew#18683. Signed-off-by:
Misty De Meo <mistydemeo@gmail.com>
-
Misty De Meo authored
* CPU functions now exist in Hardware::CPU * Added compatibility functions in compat/hardware_compat.rb * Names are less specific to Mac hardware, e.g. CPU.family instead of Hardware.intel_family * Hardware::CPU.family works for both Intel and PowerPC * New helper methods on CPU, like .sse4? and .altivec? Signed-off-by:
Misty De Meo <mistydemeo@gmail.com>
-
- Mar 22, 2013
-
-
Jack Nagel authored
-
Jack Nagel authored
-
Jack Nagel authored
-
Jack Nagel authored
-
Russell Teabeault authored
Closes Homebrew/homebrew#18634. Signed-off-by:
Jack Nagel <jacknagel@gmail.com>
-
Samuel John authored
- The Library/ENV/4.3/xcrun shim now respects ENV['DEVELOPER_DIR'] instead assuming the location of /Applications/Xcode.app/Contents/Developer. - The env var DEVELOPER_DIR is set if it is not already. So, during superenv this var is always set and we no longer have to care about people with unset or wrongly set xcode-select stuff. This has been a major PITA in the past. - determine_developer_dir (which is used to set the DEVELOPER_DIR var) now uses MacOS::Xcode.prefix which is proven and very capable and uses splotlight correctly. - Replace (and remove) MacSystem.xcode43_developer_dir with Xcode.prefix Closes Homebrew/homebrew#18618
-
- Mar 21, 2013
-
-
Misty De Meo authored
-
Mike McQuaid authored
Fixes Homebrew/homebrew#18631.
-
Jack Nagel authored
Fixes Homebrew/homebrew#18625.
-
Jack Nagel authored
-
Jack Nagel authored
-
Misty De Meo authored
-
Mike McQuaid authored
- Store in the tab if a bottle was poured for the build. - Add an additional line of output to `brew info` outputting whether the formula was built from source or poured from a bottle. Closes Homebrew/homebrew#18430. Closes Homebrew/homebrew#18475.
-
- Mar 20, 2013
-
-
Misty De Meo authored
-
Misty De Meo authored
Fixes Homebrew/homebrew#16292.
-
Misty De Meo authored
This makes it requirable before superenv becomes active.
-
- Mar 19, 2013
-
-
Jack Nagel authored
I understand how this works now, and it is definitely necessary.
-
Jack Nagel authored
Reader methods for specific checksum types have been absent from the Formula class for some time, so there isn't any reason to expose them in SoftwareSpec, either. Thus, these methods now only act as setters, and #checksum should be used to access the constructed Checksum object.
-
Jack Nagel authored
-
Jack Nagel authored
Fixes Homebrew/homebrew#18565.
-
- Mar 18, 2013
-
-
Samuel John authored
git clean -f is not enough. Needs `-d` somtimes to handle cases when we rename a dir. Fixes Homebrew/homebrew#18544 and fixes Homebrew/homebrew#14224
-