aboutsummaryrefslogtreecommitdiffstats
path: root/Library
AgeCommit message (Collapse)Author
2014-12-10subversion: apply libtool patch for linking on 10.10Jack Nagel
The subversion formula uses stdenv due to the serf -> scons dependency, and since stdenv sets MACOSX_DEPLOYMENT_TARGET, we need to patch configure to work around a bug in libtool (which is already fixed in libtool upstream). See commit a5a36f44ca6fb626929c13154b10d13380d78cf4, and https://trac.macports.org/ticket/44596#comment:35 for more information. Fixes #34644.
2014-12-10libtorrent-rasterbar: update 1.0.3 bottle.BrewTestBot
2014-12-10libtorrent-rasterbar 1.0.3Dominyk Tiller
Version bump. Closes #34843. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-12-10ttfautohint: support headDave Crossland
Closes #34839. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-12-10mongodb: update 2.6.6 bottle.BrewTestBot
2014-12-10mongodb 2.6.6Ernie Hershey
Closes #34835. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-12-10minuit2: add 5.34.14 bottle.BrewTestBot
2014-12-10minuit2 5.34.14Ruben Fonseca
Closes #34834. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-12-10Provide version reader methodJack Nagel
2014-12-10Prefer cached_location over tarball_pathJack Nagel
2014-12-10Reorganize methods in CurlDownloadStrategyJack Nagel
2014-12-09Add more general support for passing credentials to curlJack Nagel
2014-12-09vmalloc 2013-05-31Jack Nagel
2014-12-09Pull strategy for downloading from research.att.com into coreJack Nagel
2014-12-09mat: simplify download strategyJack Nagel
2014-12-09xulrunner: clean up download strategyJack Nagel
2014-12-09Provide access to the specs hash indirectly via a meta attributeJack Nagel
2014-12-09Move tool path methods to AbstractDownloadStrategyJack Nagel
2014-12-09Use quiet_safe_system to silence CVS checkoutsJack Nagel
2014-12-09Include FileUtils in AbstractDownloadStrategyJack Nagel
2014-12-09qt5: fix init-repository quiet flagJack Nagel
2014-12-09qt5: use https for head, fix branchJack Nagel
2014-12-09qt: use https for headJack Nagel
2014-12-09Use quiet_safe_system where applicableJack Nagel
2014-12-09icdiff 1.5.1Pedro Araujo
Closes #34833. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-12-09saltstack: prefer cached_location method over @clone ivarJack Nagel
2014-12-09qt5: prefer cached_location method over @clone ivarJack Nagel
2014-12-09dub: prefer cached_location method over @clone ivarJack Nagel
2014-12-09Prefer cached_location method over @clone ivarJack Nagel
2014-12-09glm: fix headBenjamin Medicke
Closes #34832. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-12-09Stop returning a path from CurlDownloadStrategy#fetchJack Nagel
Download strategies do not consistently return a value from `fetch`, so our code calls `cached_location` to get the path instead.
2014-12-09unbound: specify path to opensslJack Nagel
Fixes #34827.
2014-12-09osquery: update 1.2.1 bottle.BrewTestBot
2014-12-09osquery 1.2.1mike@arpaia.co
Closes #34809. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-12-09Remove type checksJack Nagel
2014-12-09tippecanoe: cleanup test.Mike McQuaid
2014-12-09tippecanoe: add 1.0.2 bottle.BrewTestBot
2014-12-09New formula: tippecanoe, a tool for map data processingTom MacWright
This adds a new formula for Eric Fischer's tippecanoe project. The project depends on protocol buffers and sqlite, takes GeoJSON as input and produces MBTiles as output. Closes #34423. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-12-09queequeg: general cleanup.Mike McQuaid
2014-12-09queequeg: add 0.91 bottle.BrewTestBot
2014-12-09Formula for queequeg small grammar checkerXavier Lacoste
Closes #34819. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-12-09freetype: update 2.5.4 bottle.BrewTestBot
2014-12-09freetype 2.5.4Chongyu Zhu
Closes #34825. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-12-09irssi: update 0.8.17_2 bottle.BrewTestBot
2014-12-09irssi: reset sysconfdir to etcTim D. Smith
Keep sysconfdir set to etc to avoid losing existing user configuration. sysconfdir was changed in ca09a39. Closes #34818.
2014-12-09irssi: restore perlTim D. Smith
Replaces perl functionality; adds fix to avoid picking up perl destinations outside of Homebrew's prefix if a user has set PERL_MM_OPT like CPAN suggests. Discussion in #34685; resolves #34770; partially reverts ca09a39 from
2014-12-09brew-doctor: warning the external commands with conflicting namesXu Cheng
Closes #34755. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-12-09requirements: check Xcode version is a string.Mike McQuaid
Fixes #34822.
2014-12-09xctool: use new XcodeDependency versions.Mike McQuaid
2014-12-09XcodeDependency: allow specifying a version.Mike McQuaid