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 .
- Oct 23, 2013
-
-
Mike McQuaid authored
-
Mike McQuaid authored
Closes Homebrew/homebrew#23445.
-
Mike McQuaid authored
-
Mike McQuaid authored
-
Misty De Meo authored
-
Jack Nagel authored
-
Jack Nagel authored
-
Jack Nagel authored
-
Jack Nagel authored
Declarations of dependencies, options, and resources in the DSL only apply to specs that have already been initialized. For example, given this snippet: url ... sha1 ... depends_on 'foo' devel do url ... sha1 ... end The dependency 'foo' will be recorded for the stable spec, but not the devel spec, since it was not initialized prior to the call to depends_on. While it is considered best practice to declare all specs (stable, devel, head, and bottle) prior to other declarations, there is nothing that enforces this ordering, so when it happens it can be confusing and hard to debug. To prevent this, we can initialize all specs up front. This comes with a performance penalty for commands that load all formulae into memory, but that is probably outweighed by what we gain in correctness. Fixes Homebrew/homebrew#23425.
-
- Oct 22, 2013
-
-
Mike McQuaid authored
Closes Homebrew/homebrew#23430.
-
Misty De Meo authored
-
Misty De Meo authored
-
Misty De Meo authored
* PPC bottles are in the os_cpu format, e.g. :tiger_g3 * Intel bottles are the bare cat, as usual * 64-bit bottles have _64 appended to them, e.g. :tiger_g5_64 or :leopard_64
-
Mike McQuaid authored
-
Mike McQuaid authored
-
Mike McQuaid authored
-
Mike McQuaid authored
Closes Homebrew/homebrew#23411. Signed-off-by:
Mike McQuaid <mike@mikemcquaid.com>
-
Mike McQuaid authored
Signed-off-by:
Mike McQuaid <mike@mikemcquaid.com>
-
- Oct 20, 2013
-
-
Xiyue Deng authored
* Using stderr breaks some configure script which fails due to contents available in stderr.
-
Misty De Meo authored
-
Misty De Meo authored
Closes Homebrew/homebrew#23322.
-
Misty De Meo authored
MacOS.gcc_42_build_version was returning nil if apple-gcc42 was installed but unlinked, which was disjoint with how other parts of Homebrew tried to see if it was present.
-
Jack Nagel authored
-
Jack Nagel authored
-
- Oct 19, 2013
-
-
Jack Nagel authored
-
Mike McQuaid authored
-
Mike McQuaid authored
-
Jack Nagel authored
Fixes Homebrew/homebrew#23306.
-
Xiyue Deng authored
* Now it includes all flags that are added or removed by superenv when passing "--verbose" or envvar VERBOSE or HOMEBREW_VERBOSE is set.
-
Jack Nagel authored
-
Jack Nagel authored
-
Jack Nagel authored
-
Jack Nagel authored
Closes Homebrew/homebrew#23138.
-
Jack Nagel authored
-
Jack Nagel authored
-
- Oct 17, 2013
-
-
Misty De Meo authored
-
Jack Nagel authored
-
- Oct 16, 2013
-
-
Stan authored
Closes Homebrew/homebrew#23267. Signed-off-by:
Adam Vandenberg <flangy@gmail.com>
-
Mike McQuaid authored
This should be a temporary workaround until we get a grip on some Mavericks/Xcode 5.0 issues with e.g. ghc and go (stuff in core that currently needs GCC at runtime). These formulae both have Clang fixes in development. Things that needs GCC at compile-time should be booted from core. References Homebrew/homebrew#22872. References Homebrew/homebrew-dupes#229
-
Mike McQuaid authored
-