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 .
- Jul 23, 2011
-
-
Brant Bobby authored
Signed-off-by:
Adam Vandenberg <flangy@gmail.com>
-
- Jul 21, 2011
-
-
Charlie Sharpsteen authored
XCode 4.x only includes GCC 4.2. Therefore, having `brew doctor` report that GCC 4.0 is missing only spreads fear, uncertainty and doubt over a situation that is status quo. Signed-off-by:
Adam Vandenberg <flangy@gmail.com>
-
Mike McQuaid authored
-
- Jul 11, 2011
-
-
Mislav Marohnić authored
Signed-off-by:
Adam Vandenberg <flangy@gmail.com>
-
- Jul 06, 2011
-
-
Austin Seipp authored
Signed-off-by:
Adam Vandenberg <flangy@gmail.com>
-
- Jul 04, 2011
-
-
Max Howell authored
Fixes Homebrew/homebrew#6065. Fixes Homebrew/homebrew#6218.
-
- Jun 29, 2011
-
-
Max Howell authored
Fixes Homebrew/homebrew#6065. My pre-emptive fix that avoided calling Pathname.ensure_writable because I was not convinced it worked broke this function due to incorrect logic. The lesson is, don’t write pre-emptive fixes. Wait until you've seen the bug first. All code has bugs in, so write less. I'm an idiot sometimes.
-
- Jun 23, 2011
-
-
Adam Vandenberg authored
This line is getting long, and having these on a separate line will help with some rebasing in some work-in-progress branches.
-
Mike McQuaid authored
-
Mike McQuaid authored
-
Mike McQuaid authored
-
Mike McQuaid authored
-
Mike McQuaid authored
-
- Jun 22, 2011
-
-
Mike McQuaid authored
-
Mike McQuaid authored
-
Mike McQuaid authored
-
Mike McQuaid authored
-
Mike McQuaid authored
-
Mike McQuaid authored
-
- Jun 21, 2011
-
-
Adam Vandenberg authored
A spurious "--" argument was being passed to the installer script.
-
- Jun 20, 2011
-
-
Adam Vandenberg authored
-
Adam Vandenberg authored
-
Adam Vandenberg authored
Also clean-up this external command in preparation for becoming a built-in command. Make which_versions available in Homebrew module so that it can be used by other commands in the future.
-
Adam Vandenberg authored
-
Adam Vandenberg authored
-
Adam Vandenberg authored
This allows its use in Leopard, which has Ruby 1.8.6.
-
Les Hill authored
- Airfoil during the install of InstantOn changes /usr/local to root:wheel ownership Signed-off-by:
Adam Vandenberg <flangy@gmail.com>
-
- Jun 17, 2011
-
-
Max Howell authored
-
Max Howell authored
-
Max Howell authored
This is how we do it in general in Homebrew.
-
Max Howell authored
Fixes Homebrew/homebrew#2709. By forcing dylibs to have an install_name id that is the HOMEBREW_PREFIX path, ie. the symlink’s path. Stuff that links to these dylibs will use this id and thus by immune to upgrades of underlying libraries. Thus whatever keg is "current" ie. linked, will be the library that is used by the tool. This fix is not retroactive. So there will still be breakage for existing installations of stuff. The fix_install step in install is moved after the link step as the symlinking is required to determine the eventual ids for each dylib.
-
Max Howell authored
Before we would always make the symlink itself have a basename the same as what it pointed to. I don’t think this breaks any of the other usages as they were working by coincidence.
-
Adam Vandenberg authored
-
Adam Vandenberg authored
-
Adam Vandenberg authored
-
Adam Vandenberg authored
-
Adam Vandenberg authored
-
José Martínez authored
Signed-off-by:
Adam Vandenberg <flangy@gmail.com>
-
José Martínez authored
Signed-off-by:
Adam Vandenberg <flangy@gmail.com>
-
Adam Vandenberg authored
-