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 .
- Feb 05, 2015
-
-
Mike McQuaid authored
-
Tim D. Smith authored
Update advice about easy-install.pth files. Closes Homebrew/homebrew#36547.
-
Tim D. Smith authored
-
- Feb 04, 2015
-
-
Mike McQuaid authored
e.g. devel-only or head-only formulae.
-
Xu Cheng authored
Since pyenv v20141211, it bundles built-in pip-rehash feature. Closes Homebrew/homebrew#36524. Signed-off-by:
Mike McQuaid <mike@mikemcquaid.com>
-
Jack Nagel authored
Fixes Homebrew/homebrew#36484.
-
Christian Moritz authored
This commits adds support for updating a formula with changed git submodules with GitDownloadStrategy when the cloned repository is still in the cache. This is done by running git submodule sync --recursive before updating the submodules, so that git can reload the submodule config from the updated .gitmodules file. Fixes Homebrew/homebrew#36395. Closes Homebrew/homebrew#36466. Signed-off-by:
Jack Nagel <jacknagel@gmail.com>
-
Mike McQuaid authored
-
- Feb 02, 2015
-
-
Jack Nagel authored
We want the apr requirement to act as a build-time requirement in case it is satisfied (that is, the CLT is installed), as the resulting binaries will link to the system libapr which is always present. When it is *not* satisfied by the CLT, and we need to install the formula, we have to treat it as a runtime dependency since the resulting binaries will link to it. Fixes Homebrew/homebrew#36301. Fixes Homebrew/homebrew#36438. Closes Homebrew/homebrew#36443.
-
Jack Nagel authored
If apr is installed, we still want to grab it during dependency resolution in case we need to pass options to the generated dependency. In other words, it doesn't make sense for the satisfiable condition to include the default formula, as the default formula is the fallback for when the requirement is *not* satisfied.
-
Jack Nagel authored
Requirements with default formulae cannot fail the build.
-
Jack Nagel authored
This matches the recommendation in the message.
-
chdiza authored
Closes Homebrew/homebrew#36436. Signed-off-by:
Mike McQuaid <mike@mikemcquaid.com>
-
Dominyk Tiller authored
Fix for linking into the system OpenSSL, strict audit fixes, and the plist. Closes Homebrew/homebrew#36386. Signed-off-by:
Mike McQuaid <mike@mikemcquaid.com>
-
- Feb 01, 2015
-
-
Baptiste Fontaine authored
-
Jack Nagel authored
The project was deprecated in favor of percona-toolkit: http://blog.codenode.com/2015/01/hack-mysql-has-been-retired.html Closes Homebrew/homebrew#36342.
-
Jack Nagel authored
Closes Homebrew/homebrew#36009.
-
Dominyk Tiller authored
Sitecopy currently compiles against the insecure system OpenSSL, and won’t compile against our OpenSSL because it wants SSLv2 at runtime (Ouch) and it won’t compile against GnuTLS because GnuTLS have considerably changed the structure of their build since the last update of sitecopy (2008). Closes Homebrew/homebrew#36389. Signed-off-by:
Jack Nagel <jacknagel@gmail.com>
-
- Jan 30, 2015
-
-
Baptiste Fontaine authored
Closes Homebrew/homebrew#36368. Signed-off-by:
Mike McQuaid <mike@mikemcquaid.com>
-
- Jan 29, 2015
-
-
Baptiste Fontaine authored
Closes Homebrew/homebrew#35626. Signed-off-by:
Mike McQuaid <mike@mikemcquaid.com>
-
- Jan 28, 2015
-
-
Baptiste Fontaine authored
Closes Homebrew/homebrew#36308. Signed-off-by:
Mike McQuaid <mike@mikemcquaid.com>
-
- Jan 27, 2015
-
-
Dominyk Tiller authored
See discussion in https://github.com/Homebrew/homebrew-devel-only/pull/8 In essence, the test bot currently does this: ``` ==> brew install --verbose --build-bottle j2objc FAILED Error: j2objc is a devel-only formula Install with `brew install --devel j2objc` ``` I’m proposing that we pass that arg to the test-bot automatically to allow the bot to pass head-only and devel-only formulae without that failure message. I’ve also trimmed the arguments further down to prevent it duplicating the —devel install in formulae which define no stable block. Closes Homebrew/homebrew#36030. Signed-off-by:
Mike McQuaid <mike@mikemcquaid.com>
-
Dominyk Tiller authored
Closes Homebrew/homebrew#36179. Closes Homebrew/homebrew#36184. Signed-off-by:
Mike McQuaid <mike@mikemcquaid.com>
-
Mike McQuaid authored
References Homebrew/homebrew#36249.
-
Mike McQuaid authored
-
Will Jordan authored
Closes Homebrew/homebrew#36252. Signed-off-by:
Mike McQuaid <mike@mikemcquaid.com>
-
- Jan 26, 2015
-
-
Dominyk Tiller authored
Currently the bot is failing certain devel-only formulae because it thinks having ` devel ` defined with an added ` head ` defined as well = a head-only formula. ``` ==> audit problems docker-machine: * Head-only (no stable download) ``` This is a pretty simple fix for that problem: ``` ==> brew style docker-machine 1 file inspected, no offenses detected ``` Closes Homebrew/homebrew#36197. Signed-off-by:
Mike McQuaid <mike@mikemcquaid.com>
-
- Jan 25, 2015
-
-
Xu Cheng authored
For OS X, we will call `/usr/libexec/java_home` to exam whehter java is installed. Also rename the method to follow the same naming pattern of other similar methods. Closes Homebrew/homebrew#36187. Signed-off-by:
Mike McQuaid <mike@mikemcquaid.com>
-
Jack Nagel authored
-
- Jan 24, 2015
-
-
Mike McQuaid authored
-
- Jan 23, 2015
-
-
Jack Nagel authored
Closes Homebrew/homebrew#36094.
-
Jack Nagel authored
Iterating over an empty list is a no-op so we can remove this early return.
-
Jack Nagel authored
-
Jack Nagel authored
-
Jack Nagel authored
-
Baptiste Fontaine authored
Closes Homebrew/homebrew#35596. Signed-off-by:
Mike McQuaid <mike@mikemcquaid.com>
-
Xu Cheng authored
-
- Jan 22, 2015
-
-
Joe Chan authored
Closes Homebrew/homebrew#36087. Signed-off-by:
Mike McQuaid <mike@mikemcquaid.com>
-
- Jan 21, 2015
-
-
Jack Nagel authored
Fixes Homebrew/homebrew#36032.
-
- Jan 20, 2015
-
-
Baptiste Fontaine authored
Closes Homebrew/homebrew#36024. Signed-off-by:
Mike McQuaid <mike@mikemcquaid.com>
-