aboutsummaryrefslogtreecommitdiffstats
path: root/Library
AgeCommit message (Collapse)Author
2013-11-21Avoid globals when ivars will doJack Nagel
2013-11-21Move some global methods into the context in which they usedJack Nagel
2013-11-21Remove some monkeypatchesJack Nagel
2013-11-21Use grep instead of select + matchJack Nagel
2013-11-21Remove commentJack Nagel
2013-11-21Add c++11 option to tbb, gmp, and libtiffXin Sun
Closes #24024. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-11-21Allow -Wno- flags to pass throughJack Nagel
These inhibit warnings-as-errors, so allow them to pass through.
2013-11-21gdal: drop redundant option declarationsJack Nagel
2013-11-21gdal: fix postgres option nameKashif Rasul
Closes #24560. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-11-21ansible 1.4.0John Manoogian III
Closes #24573. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-11-21grails 2.3.3Danny Casady
Closes #24570. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-11-21gdal: add upstream patches to compile against MySQL 5.6.xJack Nagel
Fixes #24543.
2013-11-21htop-osx 0.8.2.2Mike McQuaid
Closes #24563.
2013-11-21pngcrush 1.7.60Linmiao Xu
Closes #24559. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-11-21qt: added Mavericks font fix patch.mhemeryck
Closes #24479. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-11-21go-app-engine: symlink goapp executable.Fabrizio (Misto) Milo
Closes #24556. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-11-20fwknop: remove commentsAdam Vandenberg
2013-11-20fwknop: fix versionAdam Vandenberg
2013-11-20fwknop 2.5.1-1Tim Heckman
Closes #24419. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-11-20surfraw: source from debianAdam Vandenberg
Closes #24547.
2013-11-20node devel 0.11.9Christian Moritz
Closes #24552. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-11-20glib: remove legacy gettext workaroundJack Nagel
This code actually predates PKG_CONFIG_PATH being configured correctly for keg-only deps. It is no longer needed.
2013-11-20avian: apply upstream patch for clang/10.9Adam Vandenberg
Closes #24413.
2013-11-20echoprint-codegen 4.12Lee Hanxue
Closes #24528. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-11-20luvit 0.7.0Cyril Lashkevich
Closes #24522. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-11-20luajit: fix buildCyril Lashkevich
make amalg separated from make install. Without this build can fail with more than one parallel buildjob. Closes #24530. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-11-20Updated fswatch to version 0.0.2Kenneth Powers
Version statement no longer required as version is scanned from url. Closes #24533. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-11-20latex2rtf 2.3.4Brett Koonce
Closes #24548. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-11-20wireshark devel 1.11.2Evan Kinney
Closes #24541. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-11-20ArangoDB 1.4.2Frank Celler
Closes #24544. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-11-20Remove uses of -no-cpp-precompJack Nagel
2013-11-20Remove outdated blacklist entriesJack Nagel
libxslt was misspelled, but more to the point we have libxml2 and libxslt formulae in core these days so blacklisting them doesn't really make much sense.
2013-11-20fontconfig: regenerate font cache post-installJack Nagel
Fixes #24526.
2013-11-20Simplify passing archflags to cc wrapperJack Nagel
2013-11-20Move optimization flag selection out of cc wrapperJack Nagel
The mapping of architectures to optimization flags is now retrieved from Hardware::CPU and the selected flags are passed as an environmen variable, rather than duplicated in the cc wrapper and re-calculated on every invocation of the compiler. Closes #24540.
2013-11-20crosstool-ng: use superenvJack Nagel
2013-11-20pixman 0.32.4Jack Nagel
2013-11-20wine: move method closer to point of useJack Nagel
2013-11-20Revert "wine: enable superenv"Jack Nagel
The non-universal freetype workaround was broken by the switch to superenv, which re-orders library paths, so revert this change temporarily. Fixes #24525. This reverts commit 9edbfaa6b7cf0053b04b44da693b4bc84a097e30.
2013-11-20influxdb: update bottles.Mike McQuaid
2013-11-20influxdb 0.3.0Todd Persen
Closes #24531. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-11-20wkhtmltopdf: link against libc++ on MavericksCliff Rowley
Closes #24532. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-11-20google appengine 1.8.8Brett Koonce
Closes #24529. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-11-20go appengine sdk (amd64) 1.8.8Brett Koonce
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-11-20go appengine (386) 1.8.8Brett Koonce
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-11-20appengine java sdk 1.8.8Brett Koonce
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-11-20gradle 1.9Alexej Kubarev
Closes #24523. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-11-19plplot: make java optionalStefan
Closes #24441. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-11-19tcc 0.9.26Ryan Davis
Closes #24040. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-11-19evas: head doesn't connectAdam Vandenberg