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 .
- Apr 30, 2014
-
-
Mike McQuaid authored
In this case we need to handle the throwing on an exception when attempting to initialize the gcc48 Formula object. This initialization should be unnecessary if the core GCC is already installed and rescued if not.
-
Jack Nagel authored
-
Jack Nagel authored
-
Jack Nagel authored
-
Jack Nagel authored
-
Jack Nagel authored
This code originated in a slightly different form in 8e88b22fd1ec65a344ce6e4facd6dad4b415b2ad: https://github.com/Homebrew/homebrew/blob/8e88b22fd1ec65a344ce6e4facd6dad4b415b2ad/Library/Homebrew/extend/ENV.rb#L30-L32 Back then, MacOS.default_compiler could return nil, which meant ENV.compiler could do the same. This code was carried forward as the surrounding code changed. At this point it should be unreachable.
-
Jack Nagel authored
Formula::DATA only worked by accident of implementation; DATA during the build is actually Object::DATA, so we should mirror that here. This reverts commit b12444ba6e1ac1d596a70ff4c777d9386d0791ac.
-
Charlie Sharpsteen authored
Instances of `IOPatch` created by `patch :DATA` are not affected by re-setting the `DATA` constant of the `Formula` instance. For these patches, we iterate through the `patchlist` and use `instance_variable_set` to attach data. A bit hacky, but `patchlist` has no write accessors so there isn't a clean way to modify patch contents.
-
- Apr 29, 2014
-
-
Jack Nagel authored
-
Mike McQuaid authored
Closes Homebrew/homebrew#28820.
-
Jack Nagel authored
-
Jack Nagel authored
-
Jack Nagel authored
-
Jack Nagel authored
-
Jack Nagel authored
On older Apple compilers "-O4" is known to cause build errors. On recent clang, it's the same as "-O3" and you have to pass "-O3 -flto" to get the old behavior.
-
- Apr 28, 2014
-
-
Jack Nagel authored
-
Adam Vandenberg authored
With --multiple, only list formulae with multiple versions installed.
-
Andrew Potter authored
Closes Homebrew/homebrew#28717. Signed-off-by:
Adam Vandenberg <flangy@gmail.com>
-
Jack Nagel authored
This matches the logic in find_formula.
-
Jack Nagel authored
-
Jack Nagel authored
-
Jack Nagel authored
-
- Apr 27, 2014
-
-
Jack Nagel authored
Fixes Homebrew/homebrew#28695.
-
- Apr 26, 2014
-
-
Jack Nagel authored
-
Jack Nagel authored
-
Jack Nagel authored
-
Jack Nagel authored
-
Jack Nagel authored
-
- Apr 25, 2014
-
-
Jack Nagel authored
This requires hitting the network, which makes the first invocation slow. The results are inaccurate as it only pulls down the first page of results. It is also prone to false-positives. A better implementation is welcome, but in the years since I wrote this code I can't think of a single time where I found it useful.
-
Jack Nagel authored
-
Jack Nagel authored
-
Jack Nagel authored
-
Jack Nagel authored
-
Jack Nagel authored
-
Tsukasa OMOTO authored
This commit supports "-" and "_" in names of user and repository. Closes Homebrew/homebrew#28203. Signed-off-by:
Jack Nagel <jacknagel@gmail.com>
-
Jack Nagel authored
Fixes Homebrew/homebrew#28680.
-
- Apr 24, 2014
-
-
Dan Martinez authored
Closes Homebrew/homebrew#27311. Signed-off-by:
Adam Vandenberg <flangy@gmail.com>
-
- Apr 23, 2014
-
-
Mike McQuaid authored
Closes Homebrew/homebrew#28418.
-
Mike McQuaid authored
-
Mike McQuaid authored
This is where people expect to find it so let's make it easier. Closes Homebrew/homebrew#28418.
-