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 .
- Mar 22, 2016
-
-
Dominyk Tiller authored
-
Dominyk Tiller authored
-
- Mar 21, 2016
-
-
Xu Cheng authored
The idea is to let `scm/git` to handle all of git location resolution throughout Homebrew codebase. Closes Homebrew/homebrew#50116. Signed-off-by:
Xu Cheng <xucheng@me.com>
-
Xu Cheng authored
* Use `ENV/scm/git` to check whether git is installed. * Use `brew install git` to enforce pre-install checks such as sudo check.
-
Xu Cheng authored
`/usr/bin/<tool>` will be a popup stub under such configuration. The idea is to let `scm/git` to handle all of git location resolution throughout Homebrew codebase.
-
Xu Cheng authored
`Library/ENV` like `Library/Homebrew` is part of Homebrew basecode. It should be able to be accessed during the `brew tests`. By adding HOMEBREW_ENV_PATH variable, we allow test suit to locate these codes.
-
- Mar 20, 2016
-
-
Xu Cheng authored
Closes Homebrew/homebrew#50272. Signed-off-by:
Xu Cheng <xucheng@me.com>
-
Xu Cheng authored
-
Xu Cheng authored
This reverts commit 0b38f9b286bc61e2b2d2232f80ea8ebc5909fb07.
-
Tim D. Smith authored
Fixes Homebrew/homebrew#50050. Closes Homebrew/homebrew#50059.
-
Baptiste Fontaine authored
-
- Mar 19, 2016
-
-
Sam McTaggart authored
Fixes https://github.com/Homebrew/homebrew/issues/50131 This commit removes the error backtrace and improves the error message if a bad regexp is passed to `brew search`. Closes Homebrew/homebrew#50173. Signed-off-by:
Martin Afanasjew <martin@afanasjew.de>
-
Tim D. Smith authored
-
Tim D. Smith authored
This reverts commit 8c7f3d859e8f715b6c63e4fe75e7a636aee4167f.
-
Tim D. Smith authored
Closes Homebrew/homebrew#50154.
-
Tim D. Smith authored
cf. Homebrew/homebrew#50154
-
Tim D. Smith authored
Resolves an issue where xcode-select output with a terminal slash leads to superenv failing to strip system library paths from ccld-style invocations. Fixes Homebrew/homebrew#49731. Discussion in Homebrew/homebrew#50154.
-
Alex Dunn authored
Closes Homebrew/homebrew#50146. Signed-off-by:
Alex Dunn <adunn@ucsb.edu>
-
ilovezfs authored
Upstream has ignored the 64-bit patches from the original Homebrew pull request, as well as subsequent 64-bit reports: https://sourceforge.net/p/libodbcxx/bugs/25/ Trunk hasn't been updated since 2010 and the last tag was in 2009. Closes Homebrew/homebrew#49980. Signed-off-by:
Dominyk Tiller <dominyktiller@gmail.com>
-
- Mar 14, 2016
-
-
Xu Cheng authored
This reverts commit 7032591bd44a8f50aaa55574ac97cd5cb7261460 and commit 946c6deb4b5168ad2ec15e62aa6e81181e9e246c.
-
Xu Cheng authored
-
Xu Cheng authored
Ref: - http://www.w3.org/TR/xml/#charsets - http://stackoverflow.com/a/14323524 Closes Homebrew/homebrew#50092. Signed-off-by:
Xu Cheng <xucheng@me.com>
-
Andrew Janke authored
Closes Homebrew/homebrew#50067. Signed-off-by:
Andrew Janke <andrew@apjanke.net>
-
Baptiste Fontaine authored
Running brew audit --strict --online on a formula with a GitHub homepage/url would crash if HOMEBREW_NO_GITHUB_API is set because GitHub.repository returns `nil` and the audit code assumes it always returns a hash. Closes Homebrew/homebrew#50054. Signed-off-by:
Baptiste Fontaine <batifon@yahoo.fr>
-
- Mar 13, 2016
-
-
ilovezfs authored
HOMEBREW_MAKE_JOBS can be a multidigit number. The regex should match the entire number not just the last digit. Closes Homebrew/homebrew#50016. Signed-off-by:
Tim D. Smith <git@tim-smith.us>
-
Andrew Janke authored
Fixes Homebrew/homebrew#49757 Closes Homebrew/homebrew#49775 Closes Homebrew/homebrew#49947. Signed-off-by:
Andrew Janke <andrew@apjanke.net>
-
Dominyk Tiller authored
The upstream URL/Homepage have been 404 for a while now and there's no credible alternative homepage/download. We're using the wayback machine but essentially if this breaks we're left as the sole supporter of the project and we don't want to be in that position as a package manager. Closes Homebrew/homebrew#47168. Closes Homebrew/homebrew#50021. Signed-off-by:
Dominyk Tiller <dominyktiller@gmail.com>
-
Dominyk Tiller authored
Mozilla have dropped support for xulrunner and currently no developer has picked it up. On our side of the deal, beyond this summer when a new major release of OS X is released we'll lose the ability to build & test this formula completely as it currently doesn't build on anything newer than Mavericks. Ref: https://lists.mozilla.org/pipermail/dev-platform/2015-July/011178.html Ref: https://bugzilla.mozilla.org/show_bug.cgi?id=1221724 Closes Homebrew/homebrew#33558.
-
Dominyk Tiller authored
Upstream have dropped support for OS X in the latest release. Closes Homebrew/homebrew#49442.
-
Dominyk Tiller authored
Upstream is completely dead, formula hasn't been updated to the most recent release which was available years ago, tried to update and resulting install doesn't seem to function as expected. Closes Homebrew/homebrew#49635.
-
- Mar 11, 2016
-
-
Andrew Janke authored
Looks like the bintray publish_wait_for_secs was being ignored because the content type wasn't being set, so it defaulted to x-www-form-urlencoded instead of application/json. Changes the timeout to 0 to preserve current non-blocking behavior, which we want in case multiple formulae are being updated. Closes Homebrew/homebrew#49951. Signed-off-by:
Andrew Janke <andrew@apjanke.net>
-
Mike McQuaid authored
This needs to be `Homebrew $HOMEBREW_VERSION` so we can be adequately filtered. Closes Homebrew/homebrew#49961. Signed-off-by:
Mike McQuaid <mike@mikemcquaid.com>
-
- Mar 10, 2016
-
-
Mike McQuaid authored
- Use empty array when `git credential-osxkeychain` lookup fails to cache and avoid rerunning it when there's no valid results. - Redirect `stderr` to avoid printing errors when there's a failure or no `git credential-osxkeychain` installed. Closes Homebrew/homebrew#49954. Signed-off-by:
Mike McQuaid <mike@mikemcquaid.com>
-
- Mar 09, 2016
-
-
Xu Cheng authored
Users shouldn't need to fetch all of git history. Closes Homebrew/homebrew#49903. Signed-off-by:
Xu Cheng <xucheng@me.com>
-
Xu Cheng authored
-
Xu Cheng authored
This reverts commit 0525c9eeea27eff1a6de05e7a01ec268ae07437b. Which breaks `brew update --rebase`.
-
Mike McQuaid authored
Closes Homebrew/homebrew#49882.
-
- Mar 08, 2016
-
-
Xu Cheng authored
-
Mike McQuaid authored
As requested in Homebrew/homebrew#46578. Falls back to existing functionality. Closes Homebrew/homebrew#46578. Closes Homebrew/homebrew#49846. Signed-off-by:
Mike McQuaid <mike@mikemcquaid.com>
-