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 .
- Nov 12, 2013
-
-
Adam Vandenberg authored
Binaries with names like 'run' or 'service' are likely to conflict. Warn about these and suggest a libexec-style install instead.
-
Mike McQuaid authored
-
Jack Nagel authored
-
Jack Nagel authored
-
Mike McQuaid authored
References Homebrew/homebrew#18922. Closes Homebrew/homebrew#24188. Closes Homebrew/homebrew#24190.
-
Jack Nagel authored
A better fix would be to rewrite the curl method to yield its output, but I don't feel like doing that right now.
-
Mike McQuaid authored
Point users to the tap's issue tracker URL.
-
- Nov 11, 2013
-
-
Colin Dean authored
* shows green tick if installed or red cross if not * only highlight dependency if HOMEBREW_NO_EMOJI is set Closes Homebrew/homebrew#18922. Signed-off-by:
Mike McQuaid <mike@mikemcquaid.com>
-
- Nov 10, 2013
-
-
Jack Nagel authored
Closes Homebrew/homebrew#24094.
-
- Nov 09, 2013
-
-
Jack Nagel authored
This is a string since it is used to match string keys in a hash.
-
- Nov 08, 2013
-
-
Mike McQuaid authored
-
Jack Nagel authored
-
Jack Nagel authored
The other values will be identical.
-
- Nov 07, 2013
-
-
Mike McQuaid authored
Closes Homebrew/homebrew#23449.
-
Mike McQuaid authored
-
Mike McQuaid authored
-
- Nov 06, 2013
-
-
Jack Nagel authored
-
William Entriken authored
The one liner should put `#{HOMEBREW_PREFIX}/bin:$PATH` into bash profile. Previously it was being interpreted by the shell before being put in bash profile. Closes Homebrew/homebrew#24008. Signed-off-by:
Adam Vandenberg <flangy@gmail.com>
-
Jack Nagel authored
This causes CI builds on 10.9 to fail; will repush once it is updated. This reverts commit 70c5ce09d995426aefdbfd4aba0b06efe100a433.
-
Jack Nagel authored
-
Jack Nagel authored
-
Jack Nagel authored
Fixes Homebrew/homebrew#24018.
-
Jack Nagel authored
-
Jack Nagel authored
-
- Nov 05, 2013
-
-
Jack Nagel authored
Closes Homebrew/homebrew#23931.
-
Jack Nagel authored
-
Jack Nagel authored
The cc wrapper's make_fuss is only enabled when HOMEBREW_CCCFG contains 'O', which is set by the make wrapper. This means it is disable when running configure scripts. However, this does not include configure scripts invoked by make, which inherit the value of HOMEBREW_CCCFG from the make process. make_fuss will be enabled for these scripts, cause breakage. Configure scripts generated by autoconf 2.56 (November 2002) or later export DUALCASE into the environment of subprocesses. This variable is only used by the MKS shell, so we can use it as a heuristic to determine if we are running as a subprocess of a configure script.
-
- Nov 04, 2013
-
-
Misty De Meo authored
Fixes Homebrew/homebrew#23936.
-
- Nov 03, 2013
-
-
Jack Nagel authored
Now that ErrorDuringExecution is only raised in one place, we can just raise the BuildError directly instead.
-
Jack Nagel authored
The default mode is intended to display recursive dependencies, with the `--1` flag to display only one level.
-
Xiyue Deng authored
* In certain cases, a C++ software may result in linking to a different and incompatible C++ standard library than its dependencies and still works fine because it is by design. Examples include GCC, which will bootstrap itself and self-host after finish. * Add a cxxstdlib_check method to formula to request changing the C++ standard library checking. Currently using "cxxstdlib_check :skip" will let a formula skip such checking. This should only be used on rare occasions and be very careful. Closes Homebrew/homebrew#23687.
-
- Nov 02, 2013
-
-
Xiyue Deng authored
* This is consistent with superenv.
-
Mike McQuaid authored
Fixes Homebrew/homebrew#23881.
-
Jack Nagel authored
This is broken and nobody noticed, so remove it. Closes Homebrew/homebrew#23878.
-
Jack Nagel authored
Closes Homebrew/homebrew#23874.
-
Jack Nagel authored
-
Mike McQuaid authored
Fixes Homebrew/homebrew#23837. Fixes Homebrew/homebrew#23866.
-
- Nov 01, 2013
-
-
Mike McQuaid authored
-
Mike McQuaid authored
-
Mike McQuaid authored
-