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 .
- Jul 16, 2016
-
-
Mike McQuaid authored
Move some stuff formerly in `Library/ENV` around: - Move `Library/ENV/$XCODE_VERSION` to `Library/Homebrew/env/super` as they are all superenv wrappers and all symlinks to the same version. We never needed the "separate shims for separate versions" functionality and it just adds confusion. - Move `Library/ENV/pkgconfig` to `Library/Homebrew/env/pkgconfig` to get more things under `Library/Homebrew` - Move `Library/ENV/scm` to `Library/scm` as these wrappers are not actually used by or related to superenv (or stdenv) in any way.
-
- Nov 18, 2015
-
-
Mohammad AlSaleh authored
This matches the version shipped with 10.10.5. The list of supported features/protocols was obtained using `curl-config`: ``` features="`curl-config --features`"; echo "${features//$'\n'/ }" protocols="`curl-config --protocols`"; echo "${protocols//$'\n'/ }" ``` Signed-off-by:
Mohammad AlSaleh <CE.Mohammad.AlSaleh@gmail.com> Closes Homebrew/homebrew#46073. Signed-off-by:
Dominyk Tiller <dominyktiller@gmail.com>
-
- Jun 16, 2015
-
-
Jack Nagel authored
Fixes Homebrew/homebrew#40656.
-
- Jul 11, 2014
-
-
Jack Nagel authored
-
Jack Nagel authored
-
- Mar 10, 2013
-
-
Jack Nagel authored
-
- Nov 20, 2012
-
-
Camillo Lugaresi authored
Closes Homebrew/homebrew#16063. Signed-off-by:
Jack Nagel <jacknagel@gmail.com>
-
- Nov 12, 2012
-
-
Adam Vandenberg authored
Closes Homebrew/homebrew#15961.
-
- Jul 29, 2012
-
-
Misty De Meo authored
10.8 no longer ships four .pc files which were included in previous versions, though it does still include the libraries which they pointed to. This commit provides copies of the .pc files for all of these, and prepends Library/Homebrew/pkgconfig to PKG_CONFIG_PATH on 10.8. The .pc files in question are: lib curl, lubexslt, libxml-2.0, libxslt Fixes Homebrew/homebrew#13673. Fixes Homebrew/homebrew#13627. Fixes Homebrew/homebrew#13652. Fixes Homebrew/homebrew#13482. Closes Homebrew/homebrew#13572. Signed-off-by:
Misty De Meo <mistydemeo@gmail.com>
-