aboutsummaryrefslogtreecommitdiffstats
path: root/Library
AgeCommit message (Collapse)Author
2013-08-10go: cleanupJack Nagel
- remove outdated comment - remove pointless ENV cleanup - remove dead "allow_fail" code - remove superfluous parens in block arguments - fix indentation
2013-08-10xorriso 1.3.2Brett Koonce
Closes #21808. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-08-10unrtf 0.21.5Brett Koonce
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-08-10parallel 20130722Brett Koonce
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-08-10gsl 1.16Brett Koonce
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-08-10(gnu) units 2.02Brett Koonce
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-08-10vim 7.4Peter Aronoff
Closes #21809. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-08-10Check that the cellar exists in Formula.installedJack Nagel
Fixes #21741.
2013-08-10Wine 1.7.0Camillo Lugaresi
Closes #21641. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-08-10mosquitto 1.2Andy Piper
Closes #21769. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-08-10dpkg: upgrade to 1.17.1 and fix perl scriptsAndrew F
- Upgrade dpkg to 1.17.1 (most recent release, in debian unstable) - Disable dselect and update-alternatives, as they won't work as intended in homebrew. - Install dpkg Perl modules to $(prefix)/perl, and adjust the shebang on Perl scripts to point there using an existing do_perl_subst fn. Closes #21742. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-08-10cadubi: fix URLJack Nagel
Fixes #21786.
2013-08-10Make usage of ObserverPathnameExtension more obviousJack Nagel
Remove use of globals. Closes #21795.
2013-08-10Allow specifying a custom PATH for which methodJack Nagel
Closes #21794.
2013-08-10gmime 2.6.17Jeffrey Stedfast
Closes #21768. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-08-10heroku-toolbelt 2.40.0Michael Hood
Closes #21806. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-08-10MacVim 7.4 snapshot-70rhysd
Closes #21805. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-08-10play devel 2.2.0-M2jlaws
Closes #21804. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-08-10innotop 1.9.1Brett Koonce
Closes #21803. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-08-10opusfile 0.3Ralph Giles
Closes #21802. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-08-09tomcat devel 8.0.0-RC1Christian Moritz
Closes #21793. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-08-09Always prune empty toplevel directories when unlinkingJack Nagel
Closes #21750.
2013-08-09Keep track of pruned parent directoriesJack Nagel
2013-08-09Add tests to demonstrate failure to prune empty directoriesJack Nagel
2013-08-09Remove hardcoded paths in keg testsJack Nagel
2013-08-09Remove keg test dependency on formulaJack Nagel
2013-08-09Move MacOS.xcode43_without_clt? into Xcode moduleJack Nagel
2013-08-09figlet: style nitsAdam Vandenberg
2013-08-09libraw: build packs out of separate foldersAdam Vandenberg
Downloading the two paths to the build root works, but clobbers libraw's own meta files. Build the packs out of separate folders to keep original meta files.
2013-08-09libraw: fix depsAdam Vandenberg
Jasper is picked up as an undeclared dependency if present, so add it. lcms2 isn't found without pkg-config, so add it.
2013-08-09libraw: style nitAdam Vandenberg
2013-08-09grads: style nitAdam Vandenberg
2013-08-09rock: fix SHA1Amos Wenger
The rock maintainers (guilty..) released a late fix to the 0.9.6 release, and the SHA1 hash has changed. Without this fix, rock fails to install. Closes #21785. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-08-09gcutil to 1.8.3Nat Welch
Closes #21784. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-08-09grok: add missing pcre depAdam Vandenberg
Closes #21781.
2013-08-09mlkit: remove requirementAdam Vandenberg
mlton has an install location requirement, and this does not strictly need to be duplicated in mlkit
2013-08-09python: Use patch (from upstream) instead of inreplaceSamuel John
This patch is different than my earlier ad-hoc solution, but it took some time until upstream devs came up with the proper fix. However, we can't directly link to the patch (from the mercurial web repo), as it also changes the NEWS text and the patch fails to apply. Further, the mercurial repo is only http (no "s").
2013-08-09qt5: bottlesSamuel John
2013-08-09qt5: Fix link for non in-place buildsSamuel John
Qt5 5.1.0 links two Webkit related libs into the temporary build dir. Upstream: https://bugreports.qt-project.org/browse/QTBUG-32417 Fixes #20020
2013-08-09Add fedora to brew searchAdam Vandenberg
2013-08-09ispell: don't hard-code yacc pathAdam Vandenberg
Closes #21779.
2013-08-09luarucks: unconditionally apply patchAdam Vandenberg
Unconditionally apply patch to skip +w testing, and try to document it better.
2013-08-09grads: point to documentation in caveatsAdam Vandenberg
2013-08-09selenium-server-standalone 2.34Matti Schneider
Closes #21776. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-08-09ecl 13.5.1Matthias Hoelzl
Closes #21775. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-08-09cmus: remove CFLAGS codeAdam Vandenberg
2013-08-09jenkins 1.526Mike McQuaid
2013-08-08alphabetize listAdam Vandenberg
2013-08-08optipng: --HEADDenis Denisov
Closes #21753. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-08-08Add SourceForge hg patternAdam Vandenberg