aboutsummaryrefslogtreecommitdiffstats
path: root/Library
AgeCommit message (Collapse)Author
2013-10-28Add ant dependencyJack Nagel
Closes #23484. Closes #23494. Closes #23681.
2013-10-28Import ant from homebrew-dupesJack Nagel
2013-10-28Mac.prefer_64_bit?: fix conditional for 10.4Misty De Meo
2013-10-28mosquitto 1.2.2Andy Piper
Closes #23697. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-10-28boost: add mavericks bottle.Mike McQuaid
2013-10-28ghc: add mavericks bottle.Mike McQuaid
2013-10-28phantomjs: add mavericks bottle.Mike McQuaid
2013-10-28redis: add bottles.Mike McQuaid
2013-10-28mysql: add mavericks bottle.Mike McQuaid
2013-10-28xz: add bottles.Mike McQuaid
2013-10-28readline: add mavericks bottle.Mike McQuaid
2013-10-28pkg-config: add mavericks bottle.Mike McQuaid
2013-10-28libtool: add mavericks bottle.Mike McQuaid
2013-10-28libpng: add mavericks bottle.Mike McQuaid
2013-10-28jpeg: add mavericks bottle.Mike McQuaid
2013-10-28imagemagick: add mavericks bottle.Mike McQuaid
2013-10-28git: add mavericks bottle.Mike McQuaid
2013-10-28freetype: add mavericks bottle.Mike McQuaid
2013-10-28fontconfig: add bottles.Mike McQuaid
2013-10-28cmake: add mavericks bottle.Mike McQuaid
2013-10-28Bottle: handle legacy bottle OS tags.Mike McQuaid
Otherwise :mountainlion, :snowleopard in the history for CMake breaks bottle_filenames from versions for new CMake bottles.
2013-10-28automake: add bottles.Mike McQuaid
2013-10-28autoconf: add bottles.Mike McQuaid
2013-10-28apple-gcc42: add mavericks bottle.Mike McQuaid
2013-10-28versions: fix bottle_filenames.Mike McQuaid
Previously if a bottle had no checksum for a particular platform (i.e. currently there are no Mavericks bottles) then it would generate a different revision (and thus filename) to the rest of the bottles being generated which meant bottles needed to be manually renamed. Instead check the actual bottle object's checksums to make sure that we've looked at the previous bottles for all platforms rather than just the current one.
2013-10-28jq: cleanup HEAD dependencies.Mike McQuaid
2013-10-28fish 2.1.0Mike McQuaid
Closes #23562.
2013-10-27ruby-build 20131028Mislav Marohnić
Closes #23685. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-10-27subversion: fix perl bindings.Xiyue Deng
* Add swig as dependency for bindings. * Regenerate autotools as advice by upstream. - Depends on autotools for this purpose. * Filter out "-isystem" flags from Makefiles after installing main components. - Homebrew uses "-isystem" in CPPFLAGS to help detecting system componenets, but subversion passes it to swig which doesn't understand this. Manually filtering them out make it compile. Closes #20932. Closes #22668.
2013-10-27bwm-ng: fix building with clang.Xiyue Deng
* Use c89 inline rules so that clang can build it. Closes #23676.
2013-10-27Minor fix to location of patch for glogMiguel Algaba
Closes #23674. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-10-27texapp 0.6.5Bryce Chidester
Closes #23672. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-10-27ledger: fix --HEAD for OS X 10.9Lifepillar
Closes #23670. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-10-27plowshare: fix imagemagick depJack Nagel
Fixes #23656.
2013-10-27Fix md5 compat layerJack Nagel
Fixes #23653.
2013-10-27libdrawtext 0.1Ben Swift
Closes #21653. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-10-27fix build log outputStefan
Closes #23669. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-10-27Headphones 0.1.2Bas Spaans
Closes #21650. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-10-27iftop: add caveatsEugene San (eugenesan)
Closes #23581. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-10-27fdclone: adjust default config values.Ryo Okamoto
Closes #23648. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-10-27fdclone: set default message lang to English.Ryo Okamoto
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-10-27meld: 1.8.2Eugene San (eugenesan)
* New upstream version * Add missing python dependency * Add GTK source view for code styling * Wrapper to block console output and usage of system python Closes #23652. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-10-27gcutil 1.10.0Nat Welch
Closes #23663. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-10-27Make stdenv handling less intrusive.Xiyue Deng
* Don't encode "-Qunused-arguments", as this is only supported in Clang and will break building when C/C++ compiler is switched during the process, e.g. building gcc. The warning is harmless without "-Werror".
2013-10-27geos: support C++11 mode.Xiyue Deng
Closes #22697.
2013-10-27open-scene-graph: support C++11 mode.Xiyue Deng
Closes #19999.
2013-10-27protobuf: support C++11 mode.Xiyue Deng
Closes #19141.
2013-10-27yaml-cpp: support C++11 mode.Xiyue Deng
* Requires dependencies built with C++11 when requesting C++11 mode. Closes #16162.
2013-10-27icu4c: support C++11 mode.Xiyue Deng
* Enable verbose build log.
2013-10-27poco: support C++11 mode.Xiyue Deng
Closes #17750.