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 .
- Sep 01, 2011
-
-
Dave Bayer authored
Signed-off-by:
Max Howell <max@methylblue.com>
-
Max Howell authored
New versions of file return `script, ASCII text executable`. Apple may ship the newer version with 10.8 so we may as well be ready for it.
-
Max Howell authored
Fixes Homebrew/homebrew#7353.
-
Max Howell authored
And fix node and ruby to use LLVM without complaint with Xcode 4.1 and Lion.
-
Max Howell authored
CMakeLists.txt is the build instructions not the build logs. The cache is not much better, but there is no equivalent of config.log, so…
-
Max Howell authored
-
Max Howell authored
I've not been very careful lately, I apologise. Fixes Homebrew/homebrew#7338.
-
Rory O'Connell authored
Signed-off-by:
Adam Vandenberg <flangy@gmail.com>
-
Misty De Meo authored
`brew update` was treating all changes to internal commands as deletions due to a typo, resulting in spurious notifications of removed commands. Signed-off-by:
Jack Nagel <jacknagel@gmail.com>
-
Jack Nagel authored
Specify the refspec 'refs/heads/master:refs/remotes/origin/master' so that the remote-tracking branch origin/master gets update during `brew update` (git-pull updates remote-tracking branches when invoked like `git pull` or `git pull origin`, but not `git pull origin master`). Signed-off-by:
Jack Nagel <jacknagel@gmail.com>
-
Max Howell authored
-
Max Howell authored
The self help text does not mention the log, but we can add this later, and for now at least the file is salvaged. Closes Homebrew/homebrew#5940.
-
Max Howell authored
-
Max Howell authored
-
- Aug 31, 2011
-
-
Max Howell authored
-
Max Howell authored
-
Max Howell authored
Rationale: brew doctor shouldn't give warnings for a default install. And this particular warning only applies for a small subset of formula: the ones that are "dupes". If we get reported issues that prove this was a mistake we will revert it.
-
Max Howell authored
-
Max Howell authored
Also tidied error output. Still could be tidied quite a lot but I am still considering how best to go about it.
-
Max Howell authored
Now when people search for it or try to install it they will receive a helpful message.
-
Eugene Ray authored
It seems like latest build of Xcode 4.2 doesn't create "-4.2" links in /usr/bin. Because of this recipes fail with "configure: error: C compiler cannot create executables" error. Closes Homebrew/homebrew#7254. Closes Homebrew/homebrew#7276. Signed-off-by:
Max Howell <max@methylblue.com> Amended to work as intended, since /usr/bin/cc is actually since Xcode 4. Amended commit message. First line must be less than 72 characters! :P
-
Jan Lehnardt authored
Signed-off-by:
Mike McQuaid <mike@mikemcquaid.com>
-
- Aug 30, 2011
-
-
Charlie Sharpsteen authored
Executing `curl(*patches)` was failing on Leopard when `patches` was an empty list. `git-bisect` identified 48552bb42a69ece4eb2a6d9acf81a0b47adb19c9 as the commit that caused this bug to surface by adding `--insecure` to the arg list on Leopard. This is odd because the following both exit with status 2: curl curl --insecure The only apparent difference is that `curl --insecure` prints "no URL specified!" to stderr along with the usage message. Also renamed `patches` to `external_patches` as it is more descriptive.
-
- Aug 29, 2011
-
-
Jack Nagel authored
Signed-off-by:
Jack Nagel <jacknagel@gmail.com>
-
Jack Nagel authored
Signed-off-by:
Jack Nagel <jacknagel@gmail.com>
-
- Aug 28, 2011
-
-
Max Howell authored
-
- Aug 27, 2011
-
-
Charlie Sharpsteen authored
If an integer is passed to `brew-pull`, such as `brew pull 6600`, it will be interpreted as a pull request number. This has the same effect as the more verbose command line: brew pull https://github.com/mxcl/homebrew/pull/6600
-
- Aug 26, 2011
-
-
Max Howell authored
-
Max Howell authored
I believe this fixes it though I confess I didn't test. The guy who opened this issue is the expert.
-
Max Howell authored
-
Ben Burkert authored
Closes Homebrew/homebrew#7101. Signed-off-by:
Max Howell <max@methylblue.com>
-
Max Howell authored
Deprecated use_clang? etc. since the logic was such that multiple states could be set, when in reality only one compiler can be set. Changed fails_with_llvm handling so if HOMEBREW_USE_LLVM is set then it tries to build even if the formula has fails_with_llvm set. Rationale: mostly they will no longer fail and we need to catch these cases.
-
Max Howell authored
Also tidied it up a little, reducing duplication as per original patch.
-
Max Howell authored
The SSL certificates on this old version of OS X are outdated and who knows if Apple will fix them. Fixes Homebrew/homebrew#6103.
-
Max Howell authored
Removed updated external commands, like seriously, who cares? We could add it back as if --verbose is set I guess but in all honesty, if nobody complains then nobody cared. # We removed many redundant comments Removed many redundant comments. Fixes Homebrew/homebrew#7191; though it could be fixed better.
-
Max Howell authored
Fixes Homebrew/homebrew#7220.
-
Charlie Sharpsteen authored
-
- Aug 25, 2011
-
-
Jack Nagel authored
Additionally, add '--build-from-source' to the bash-completion script.
-
Jack Nagel authored
Additionally, document the '--build-from-source' option for the `install` command.
-
Max Howell authored
Rationale: if you edit a formula to use a different source URL it should build that and not the pour the bottle. Obviously.
-