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 .
- Sep 23, 2010
-
-
Adam Vandenberg authored
-
- Sep 22, 2010
-
-
Adam Vandenberg authored
The ImageMagick mirrors like to drop old tarballs, which means that our formula breaks whenever the version we're using disappears. So I've switched to using their SVN repo (and added a --HEAD build.) Caveat: Their SVN repo is only served over https, with a bad cert, so this brew know has a custom SVN download strategy that auto-accepts that cert. If this bothers you, get ImageMagick to fix their cert upstream (or let us know where a stable tarball mirror lives.)
-
- Sep 20, 2010
-
-
Martin Kühl authored
Signed-off-by:
Adam Vandenberg <flangy@gmail.com>
-
- Sep 18, 2010
-
-
Adam Vandenberg authored
-
- Sep 17, 2010
-
-
Adam Vandenberg authored
-
Adam Vandenberg authored
-
- Sep 16, 2010
-
-
Bo Borgerson authored
The update_git_pull_output_with_formulae_changes fixture (which consists of mocked-up `git pull` output) listed a few files as both updated and deleted. This caused the test_update_homebrew_with_formulae_changes test to fail. My guess is that this fixture was mocked-up before formula deletion handling was introduced, and became broken when it was. This revision just makes this fixture internally consistent, and allows the associated test to pass. Signed-off-by:
Adam Vandenberg <flangy@gmail.com>
-
- Sep 15, 2010
-
-
Adam Vandenberg authored
-
- Sep 14, 2010
-
-
Adam Vandenberg authored
"brew audit" will now warn about commented-out dependencies. Updated formulae that had these to either take them out or rewrite the comments around them.
-
Adam Vandenberg authored
-
- Sep 13, 2010
-
-
Max Howell authored
-
Max Howell authored
-
- Sep 10, 2010
-
-
Adam Vandenberg authored
-
- Sep 09, 2010
-
-
Adam Vandenberg authored
-
Adam Vandenberg authored
-
- Sep 08, 2010
-
-
Adam Vandenberg authored
-
Adam Vandenberg authored
-
Adam Vandenberg authored
-
Adam Vandenberg authored
-
Adam Vandenberg authored
-
Adam Vandenberg authored
-
Adam Vandenberg authored
-
- Sep 07, 2010
-
-
Adam Vandenberg authored
-
Adam Vandenberg authored
-
Adam Vandenberg authored
-
Will Robertson authored
Signed-off-by:
Adam Vandenberg <flangy@gmail.com>
-
- Sep 04, 2010
-
-
David Höppner authored
-
- Aug 31, 2010
-
-
Ryan Pavlik authored
Signed-off-by:
David Höppner <0xffea@gmail.com>
-
- Aug 30, 2010
-
-
David Höppner authored
-
- Aug 27, 2010
-
-
lukas authored
Sphinx currently has a download name 'http://sphinxsearch.com/downloads/sphinx-1.10-beta.tar.gz ', which homebrew currently can't correctly identify - with a small change to the regex for 'foobar-4.5.0-beta1' (make that trailing number optional) - it works like a charm. Signed-off-by:
David Höppner <0xffea@gmail.com>
-
- Aug 24, 2010
-
-
Adam Vandenberg authored
HOMEBREW_CACHE isn't really helpful in diagnosing problems, and some people don't like their username / home folder going into bug reports on the web, so let's take it out.
-
- Aug 23, 2010
-
-
Adam Vandenberg authored
snow_leopard_64? (defined in Hardware) is a short-cut for: MACOS_VERSION >= 10.6 and Hardware.is_64_bit? Signed-off-by:
Adam Vandenberg <flangy@gmail.com>
-
- Aug 22, 2010
-
-
Adam Vandenberg authored
-
Adam Vandenberg authored
Java software tends to come with its own mini file layout including bin, lib and other folders. The lib folder typically holds jars, which can conflict between packages if linked into HOMEBREW_PREFIX/lib and aren't needed to compile other .dylib based software anyway. The recommendation for Java software is to install to "libexec" and then symlink or wrap binaries from libexec/bin to bin in the Cellar.
-
Adam Vandenberg authored
Without a trailing slash, you redirect to the URL w/ a slash, so might as well have it there in the first place.
-
Adam Vandenberg authored
-
Adam Vandenberg authored
-
Adam Vandenberg authored
-
Adam Vandenberg authored
-
Adam Vandenberg authored
-