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 .
- Dec 29, 2011
-
-
Jack Nagel authored
Signed-off-by:
Jack Nagel <jacknagel@gmail.com>
-
Jack Nagel authored
Signed-off-by:
Jack Nagel <jacknagel@gmail.com>
-
- Dec 27, 2011
-
-
Charlie Sharpsteen authored
Use `Formula.factory dep.path` instead of `Formula.factory dep.name` so that non-standard dependencies specified as URLs or paths can be handled properly.
-
Charlie Sharpsteen authored
-
Jack Nagel authored
In later XCodes, gcc is a symlink to gcc-4.2 which is itself a symlink to llvm-gcc, so it is necessary to resolve multiple symlinks. Signed-off-by:
Jack Nagel <jacknagel@gmail.com>
-
- Dec 25, 2011
-
-
Charlie Sharpsteen authored
Clang is vastly different than LLVM-GCC and is under active development. Using Clang is a viable solution to formula that fail with LLVM and a suggested recourse for users of XCode 4.2 or newer. Fixes Homebrew/homebrew#9242.
-
- Dec 22, 2011
-
-
Adam Vandenberg authored
-
Adam Vandenberg authored
This version number is arbitrary, and only used to differentiate versions in bug reports. There have been enough changes to compiler detection since 0.8 that it makes sense to bump the version here.
-
Adam Vandenberg authored
-
- Dec 21, 2011
-
-
Adam Vandenberg authored
-
- Dec 19, 2011
-
-
Adam Vandenberg authored
* Force --HEAD for head-only installs * Don't allow --HEAD for stable-only formulae
-
Adam Vandenberg authored
-
Adam Vandenberg authored
-
Adam Vandenberg authored
-
Adam Vandenberg authored
-
Adam Vandenberg authored
-
- Dec 17, 2011
-
-
Jack Nagel authored
Signed-off-by:
Jack Nagel <jacknagel@gmail.com>
-
Jack Nagel authored
Current warnings contain a mix of variable names with a '$' prefix and without; most documentation omits the '$', so drop it. 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>
-
Adam Vandenberg authored
-
- Dec 16, 2011
-
-
Jack Nagel authored
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>
-
Jack Nagel authored
The warning is lengthy, and usually wraps on 80-column terminals. Signed-off-by:
Jack Nagel <jacknagel@gmail.com>
-
- Dec 15, 2011
-
-
Oleg Oshmyan authored
Signed-off-by:
Adam Vandenberg <flangy@gmail.com>
-
- Dec 14, 2011
-
-
Oleg Oshmyan authored
- Fix ENV.libxml2 to update CPPFLAGS rather than CFLAGS - Methods ENV.{gcc*,llvm,clang} now reset CPU-specific optimization flags on every call. Closes Homebrew/homebrew#8105. Signed-off-by:
Jack Nagel <jacknagel@gmail.com>
-
- Dec 12, 2011
-
-
Jack Nagel authored
Signed-off-by:
Jack Nagel <jacknagel@gmail.com>
- Dec 11, 2011
-
-
Jack Nagel authored
- Also remove `--strict` completion since that option was removed. Signed-off-by:
Jack Nagel <jacknagel@gmail.com>
-
Jack Nagel authored
We make the assumption that the first non-option word is the command being invoked. Originally I was trying to allow command completion for non-standard command lines like $ brew --verbose inst<TAB> but right now executing something like that doesn't actually work. Which is interesting, because the man page implies that it should. Either the man page is incorrect, or something was broken between then and now. Anyway, it would probably be safe to just assume that COMP_WORDS[1] is the command, and we do make that assumption in other places. But if we ever do allow things like "brew --option command", this will be useful. Signed-off-by:
Jack Nagel <jacknagel@gmail.com>
-
Misty De Meo authored
Added support for armv7 binaries to ldid Closes Homebrew/homebrew#8148.
-
- Dec 10, 2011
-
-
Jack Nagel authored
Rationale: some software (e.g. GNU Coreutils, GnuTLS 3.x), have started distributing _only_ xz-compressed tarballs. There is no system XZ utility provided by OS X, but it is necessary so that we can continue to provide formulae for this software. If XZUtils isn't installed, we abort and prompt the user to `brew install xz`. The `xz` command itself doesn't do any untarring, so we write the decompressed archive to stdout and pipe it to tar.
-
- Dec 09, 2011
-
-
Adam Vandenberg authored
-
Jack Nagel authored
Signed-off-by:
Jack Nagel <jacknagel@gmail.com>
-
Jack Nagel authored
Several issues have been caused by conflicts between the options Homebrew passes to curl and those read from $HOME/.curlrc. Passing '-q' will force curl to ignore settings in that file. Suggested in Homebrew/homebrew#9027. Signed-off-by:
Jack Nagel <jacknagel@gmail.com>
-
Jack Nagel authored
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>
-
- Dec 05, 2011
-
-
Charlie Sharpsteen authored
Should be `MacOS.xcode_version`. Fixes Homebrew/homebrew#8966.
-
- Dec 04, 2011
-
-
Charlie Sharpsteen authored
Suggest trying `--use-clang` instead of `--use-gcc` (which does nothing). Signed-off-by:
Adam Vandenberg <flangy@gmail.com>
-
- Dec 03, 2011
-
-
Misty De Meo authored
Fixes Homebrew/homebrew#8933. Closes Homebrew/homebrew#8936. Signed-off-by:
Charlie Sharpsteen <source@sharpsteen.net>
-
- Dec 02, 2011
-
-
Misty De Meo authored
Fixes: Homebrew/homebrew#8890. Closes Homebrew/homebrew#8893. Signed-off-by:
Charlie Sharpsteen <source@sharpsteen.net>
-
- Dec 01, 2011
-
-
Jack Nagel authored
Signed-off-by:
Jack Nagel <jacknagel@gmail.com>
-