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 21, 2013
-
-
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>
-
- Mar 14, 2013
-
-
Adam Vandenberg authored
-
Adam Vandenberg authored
-
- Mar 13, 2013
-
-
Xiyue Deng authored
Closes Homebrew/homebrew#17911. Signed-off-by:
Adam Vandenberg <flangy@gmail.com>
-
Jack Nagel authored
Given the current state of OS X compilers, the original fails_with behavior is becoming less useful, mostly resulting in build failures each time the compiler is updated. So make the following changes: When a build is specified, we retain the old behavior: switch compilers if the available compiler is <= the build, don't switch if it is > the build. When no build is specified, unconditionally switch compilers, and don't output the advice message. This allows us to mark formulae as perpetually failing, avoiding the need to update formulae each time a new compiler build is made available. As a bonus, this makes the logic much easier to reason about. Closes Homebrew/homebrew#18175.
-
Mike McQuaid authored
This reverts commit d72901f92b7385d44d8c980976db6a4336572e7e. References Homebrew/homebrew#18366. Closes Homebrew/homebrew#18432.
-
- Mar 12, 2013
-
-
Misty De Meo authored
-
Peter Aronoff authored
Currently `brew tap` only works on repos with 'homebrew-' in their name. This version tries the repo name as is and then falls back to try 'homebrew-repo' only if that fails. I've also tweaked the regex in tap_args to allow '-' in repo names. The previous regex required a match on \w. This made it impossible for people to tap repos with names like 'username/why-not'. Closes Homebrew/homebrew#18366. Signed-off-by:
Mike McQuaid <mike@mikemcquaid.com>
-
Jack Nagel authored
-
Jack Nagel authored
IO#read does not raise EOFError, it just returns an empty string for each call after it consumes the underlying file or stream. This module is going to be refactored and the begin/rescue is going to be removed anyway.
-
Mike McQuaid authored
This has two parts: 1. Bottles are temporarily relocated on bottling and tested if that is sufficient for them to contain no longer reference the prefix or cellar. If so, they are marked as relocatable. 2. On installation if bottles are marked as relocatable they will be relocated using install_name_tool to the current prefix and cellar. Closes Homebrew/homebrew#18374.
-
Shaun Jackman authored
Closes Homebrew/homebrew#16344. Signed-off-by:
Mike McQuaid <mike@mikemcquaid.com>
-
Mike McQuaid authored
-
Mike McQuaid authored
Needed for Linux compatibility.
-
Mike McQuaid authored
Allows access to the Ruby path. Needed for Linux porting.
-
Adam Vandenberg authored
Closes Homebrew/homebrew#18404.
-