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 .
- Feb 29, 2012
-
-
Jack Nagel authored
Signed-off-by:
Jack Nagel <jacknagel@gmail.com>
-
- Feb 28, 2012
-
-
Jack Nagel authored
Signed-off-by:
Jack Nagel <jacknagel@gmail.com>
-
Adam Vandenberg authored
-
- Feb 27, 2012
-
-
Max Howell authored
This should mean all those formula that pass options to aclocal don't need to anymore, but I'm not risking changing them.
-
Max Howell authored
We need these now for Xcode-4.3/CLT4X installations. Also prevent m4 error in installer. And prevent brew doctor complaining if we're Xcode 4.3 or above. Closes Homebrew/homebrew#10349. Fixes Homebrew/homebrew#10423. Refs Homebrew/homebrew#9179.
-
Adam Vandenberg authored
Apply the 'bin' audit to 'sbin' too, and also complain if subfolders are installed to either.
-
Jack Nagel authored
Signed-off-by:
Jack Nagel <jacknagel@gmail.com>
-
- Feb 26, 2012
-
-
Max Howell authored
Closes Homebrew/homebrew#10460.
-
Adam Vandenberg authored
-
Adam Vandenberg authored
-
Jack Nagel authored
Signed-off-by:
Jack Nagel <jacknagel@gmail.com>
-
Adam Vandenberg authored
-
Adam Vandenberg authored
Now individual formulae don't need to require this if they want to use Hardware methods outside of `def install`.
-
Second Planet authored
* Chicken Scheme * Node.js * Rubinius Closes Homebrew/homebrew#8466. Signed-off-by:
Adam Vandenberg <flangy@gmail.com>
-
- Feb 25, 2012
-
-
Mike McQuaid authored
-
Adam Vandenberg authored
-
Adam Vandenberg authored
-
Jack Nagel authored
Signed-off-by:
Jack Nagel <jacknagel@gmail.com>
-
Jack Nagel authored
Signed-off-by:
Jack Nagel <jacknagel@gmail.com>
-
Jack Nagel authored
There are still methods and variables with the word "folder" in the name, but at least user-facing messages and warnings should use the correct terminology. Signed-off-by:
Jack Nagel <jacknagel@gmail.com>
-
Jack Nagel authored
This prevents passing nested arrays to exec; the same thing is done in safe_system. Fixes Homebrew/homebrew#10295. Signed-off-by:
Jack Nagel <jacknagel@gmail.com>
-
- Feb 22, 2012
-
-
Charlie Sharpsteen authored
We set defaults for C and C++, might as well do the same for Objective-C and Objective-C++. Closes Homebrew/homebrew#10354.
-
Adam Vandenberg authored
-
Adam Vandenberg authored
-
Camillo Lugaresi authored
fixes a problem with the opencv formula Closes Homebrew/homebrew#10291. Signed-off-by:
Jack Nagel <jacknagel@gmail.com>
-
- Feb 21, 2012
-
-
Max Howell authored
-
Max Howell authored
-
Max Howell authored
-
Max Howell authored
The correct location for it IMO. Also added warning for the user.
-
Max Howell authored
Introducing MacOS.xctools_fucked?. Refs Homebrew/homebrew#10293.
-
Jack Nagel authored
Signed-off-by:
Jack Nagel <jacknagel@gmail.com>
-
Jack Nagel authored
The :force behavior for ENV.gcc has been the default for some time, and was used to force vanilla gcc in case the gcc symlink pointed at llvm-gcc; for ENV.clang, this doesn't mattera as clang is just clang. Signed-off-by:
Jack Nagel <jacknagel@gmail.com>
-
Jack Nagel authored
The clang frontend ignores a number of options that are accepted by gcc and llvm-gcc. However, it produces a warning for each unused argument at each invocation, which can result in many lines of noise, e.g. clang: warning: argument unused during compilation: '-rdynamic' Since these arguments do not affect compilation, let's just silence the warnings by passing '-Qunused-arguments' to clang by default. Signed-off-by:
Jack Nagel <jacknagel@gmail.com>
-
Jack Nagel authored
Signed-off-by:
Jack Nagel <jacknagel@gmail.com>
-
Adam Vandenberg authored
-
Jack Nagel authored
Calling Keg#unlink on "#{f.rack}/#{f.version}" will perform the unlink relative to the _new_ keg, rather than the keg we are upgrading from. Fix this by resolving the linked_keg entry and unlinking relative to it. Fixes Homebrew/homebrew#10296. Signed-off-by:
Jack Nagel <jacknagel@gmail.com>
-
Max Howell authored
-
Max Howell authored
-
- Feb 20, 2012
-
-
Jack Nagel authored
Fixes Homebrew/homebrew#10327. Signed-off-by:
Jack Nagel <jacknagel@gmail.com>
-
Jack Nagel authored
This file is installed by a number of packages, but it really shouldn't be. It is meant to be updated by packages that use it, but this is broken (1) by software that doesn't do this correctly and (2) by the symlink being overwritten by Homebrew's linking code. It's presence can cause issues with tools that use libiconv/gettext. Instead let's follow MacPorts' example and just remove it during the clean stage. Signed-off-by:
Jack Nagel <jacknagel@gmail.com>
-