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 29, 2013
-
-
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
-
Jack Nagel authored
-
- Mar 17, 2013
-
-
Mike McQuaid authored
Pending a decent fix. Fixes Homebrew/homebrew#18540.
-
Peter Aronoff authored
Under certain conditions, `brew update` will show doubles. It's a rare edge-case, but if you have a tap where the name of the formula is identical with the name of the insalled file, then you see output like this: ==> Updated Formulae aalib ssh-copy-id casperjs sshuttle jack telemachus/anytap/brew-any-tap mogenerator telemachus/anytap/brew-any-tap I believe this should fix that. Closes Homebrew/homebrew#18495. Signed-off-by:
Jack Nagel <jacknagel@gmail.com>
-
Jack Nagel authored
-
Jack Nagel authored
-
Jack Nagel authored
The existing case-statement with nested if-statements is gross and hard to extend. Replacing it with a priority queue simplifies the logic and makes it very easy to add new compilers to the fails_with system, which we will likely want to do in the future.
-
Jack Nagel authored
The original constraints that led to using a custom collection rather than Array or Set here no longer exist, so let's avoid the pointless abstraction here.
-
Adam Vandenberg authored
Closes Homebrew/homebrew#18520.
-
- Mar 16, 2013
-
-
Adam Vandenberg authored
We want the new-style "/archive/" downloads.
-
Tobias Lidskog authored
* Add url check for GitHub home pages using http. * Add url check for GitHub repo urls using http. * Include url in error messages about url issues. Closes Homebrew/homebrew#18372.
-
- Mar 15, 2013
-
-
Jack Nagel authored
Closes Homebrew/homebrew#18481.
-
Iain Beeston authored
Added an option to linkapps to allow linking to /Applications rather than ~/Applications Closes Homebrew/homebrew#18196. Signed-off-by:
Adam Vandenberg <flangy@gmail.com>
-