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 21, 2012
-
-
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>
-
Adam Vandenberg authored
-
Camillo Lugaresi authored
Signed-off-by:
Adam Vandenberg <flangy@gmail.com>
-
- Feb 19, 2012
-
-
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
Signed-off-by:
Jack Nagel <jacknagel@gmail.com>
-
- Feb 18, 2012
-
-
Adam Vandenberg authored
These now return an Array of all the target destinations. Previously, if a single argument was passed a single non- Array was returned. This behavior has been changed so that an Array is always returned even for a single argument. Updated the test. Hopefully this won't break any custom code out there.
-
Adam Vandenberg authored
-
Adam Vandenberg authored
-
LeFnord authored
Some times a Pathname is passed in here Signed-off-by:
Adam Vandenberg <flangy@gmail.com>
-
Max Howell authored
Also xcrun can only exist at /usr/bin/xcrun. Most of these edges are non-buildable environments, but I didn't know that when writing it, so it may as well stay, since it still does make brew --env more correct.
-
Max Howell authored
Refs Homebrew/homebrew#10290.
-
- Feb 17, 2012
-
-
Max Howell authored
-
Max Howell authored
Fixes Homebrew/homebrew#10245. Fixes Homebrew/homebrew#10248.
-
Max Howell authored
We ask Spotlight to find Xcode and use that path, neat right?
-
Jack Nagel authored
Signed-off-by:
Jack Nagel <jacknagel@gmail.com>
-
Jack Nagel authored
Signed-off-by:
Jack Nagel <jacknagel@gmail.com>
-
Adam Vandenberg authored
-
Max Howell authored
Also fix undesired output if git isn't installed. Refs Homebrew/homebrew#10244.
-
Max Howell authored
Using xcrun as a proxy to execute the compiler tools is per its design. This means you can't treat ENV['CC'] as a path anymore, but I think I found the cases this was being expected and corrected them. It was not proper anyway to assume the variable was a path, it can be anything. Like a proxy. Like xcrun. Also more thoroughly clear ENV.
-
Jack Nagel authored
If we're going to unset GREP_OPTIONS we may as well unset this one too, as it causes similar issues. Recent autoconf unset both of these. Fixes Homebrew/homebrew#8165. Signed-off-by:
Jack Nagel <jacknagel@gmail.com>
-
Max Howell authored
Dumb logic error. Also same one in MacOS.compiler. Am I getting old? Also it returns a string and not a float.
-
Max Howell authored
This prevents what are likely a whole slew of bugs.
-
Max Howell authored
Fixes Homebrew/homebrew#9179.
-
Max Howell authored
-
Max Howell authored
This was probably a stupid decision in the first place. Who wants lengthy compile times for debatable gain? Apple use Os in all Xcode projects, so I'm guessing its the best choice. Also I have long suspected the Image Magick performance issues Homebrew is supposedly susceptible to were because of O3.
-
Max Howell authored
Can break CMAKE builds.
-