| Age | Commit message (Collapse) | Author |
|
Also correct heinous error when I put `case nil` in the code.
Also outputs "dunno" if we really can't figure it out. I think this is safe.
|
|
|
|
|
|
|
|
Closes Homebrew/homebrew#10460.
|
|
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
|
|
Introducing MacOS.xctools_fucked?.
Refs Homebrew/homebrew#10293.
|
|
|
|
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.
|
|
|
|
Fixes Homebrew/homebrew#10245.
Fixes Homebrew/homebrew#10248.
|
|
We ask Spotlight to find Xcode and use that path, neat right?
|
|
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.
|
|
Dumb logic error. Also same one in MacOS.compiler. Am I getting old?
Also it returns a string and not a float.
|
|
Fixes Homebrew/homebrew#9179.
|
|
I installed Xcode 4.3 and xcode-select is wrong, so this will fix it for most users.
|
|
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
|
|
Closes Homebrew/homebrew#9844.
|
|
Regexp#source retains escape sequences as is, so searching for formulae
like 'pure-ftpd' doesn't work.
Closes Homebrew/homebrew#9597.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
Instead of returning a full list of results after parsing, yield and
print each result as it's found for a snappier user experience.
Closes Homebrew/homebrew#9576.
Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
|
|
The v3 API currently lacks a search feature. Use the v2 API instead for
much faster pull request filtering.
Closes Homebrew/homebrew#9592.
Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
|
|
When search can't find any local results, hit the GitHub API and search
the titles of pending pull requests. This will help people find the many
proposed formulae and prevent them from wasting time duplicating them.
Closes Homebrew/homebrew#9018.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Let's choose the first \d{2,} as the build number, as it is the most
likely to indicate significant changes, and we need something to use for
comparison when selecting compilers.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
|
|
This has to be able to match things like "211.10.1" so let's stop using
fixed lengths.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
When investigating issues, one might want to see exactly what curl is
doing behind the scenes. Setting HOMEBREW_CURL_VERBOSE will cause the
'--verbose' flag to be passed to all invocations of curl.
Prompted by Homebrew/homebrew#8992.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Homebrew was attempting to check the version of gcc-4.0 and gcc-4.2 even
if they don't exist, causing `doctor` and `--config` to throw nasty
errors.
Also fixes the broken missing gcc-4.2 detection, which was confusing
Xcode 4.2 users.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Xcode 3.2.6's build of clang is 77, which wasn't being matched by the
clang_build_version regexp.
Closes Homebrew/homebrew#8796.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
For GCC and LLVM-GCC, '-v' is not a synonym for --version. When run
without any other options or arguments, it gives similar output, but it
is better to just parse the (terser) --version output.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Also adjust output text slightly for prettiness.
A possibly useful side effect here is safe_system has a defined Exception (subclassing RuntimeError) now.
|
|
`DownloadError` is an exception that download stratigies can throw to indicate
that a fetch was incomplete due to a failure in communication.
The `curl` method in `utils.rb` has been upgraded to throw a `DownloadError` if
something bad happens to `curl` execution.
|
|
This makes sense, I assure you. Fixes Homebrew/homebrew#7458.
|
|
Even though we are just guessing if it doesn't correspond to any of the others…
|
|
Refs Homebrew/homebrew#7236, though honestly I just think @dsarch hasn't updated.
|
|
|
|
Look in /usr/bin because all versions of Xcode install it to /usr/bin now and this allows us to support Xcode-less installs of Apple's developer tools.
|
|
|
|
|
|
|
|
The SSL certificates on this old version of OS X are outdated and who knows if Apple will fix them.
Fixes Homebrew/homebrew#6103.
|
|
|
|
|
|
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
|
|
|