aboutsummaryrefslogtreecommitdiffstats
path: root/Library
AgeCommit message (Collapse)Author
2012-11-10brew-test-bot: add skip cleanup, setup options.Mike McQuaid
2012-11-09jmeter: update urlsAdam Vandenberg
Closes #15931.
2012-11-09pixman 0.28.0Adam Vandenberg
Closes #15920.
2012-11-09Ruby 1.9.3-p327Sebastian Wyder
Closes #15944. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-11-09debrew: take input from same line as promptJack Nagel
2012-11-09Formula#system: don't try to close a closed streamJack Nagel
The new formula debugger users continuations to jump back up the stack, and thus anything that has the potential to be executed twice (i.e. ensure blocks) needs to to be essentially idempotent. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-11-09libdap: Update to 3.11.7Charlie Sharpsteen
Download checksum for 3.11.5 was stealth-updated. Fixes #15935.
2012-11-09ghc: add ENV.m32 for 32bit on x64.nibbles 2bits
- Add `ENV.m32` to fix build errors on 64bit hardware w/ `--32-bit` Some users want to force 32bit ghc on 64bit hardware. Ghc, however, comes with several internal libraries like libgmp that get configured during the build. By forcing `ENV.m32`, we force all the internal libs to build 32bit also. Fixes #15925. Closes #15933. Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2012-11-08Fix typo in postgres requirementJack Nagel
2012-11-08sane-backends: update download URLAndrew Berry
Closes #15926. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-11-08redis 2.6.4Shawn Jonnet
Closes #15927. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-11-08Factor out MySQL and Postgres requirementsJack Nagel
2012-11-08tiger-vnc: patch for gnutls 3Stefan
c.f. #15923. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-11-08gnutls 3.1.3Stefan
Closes #15923. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-11-07The Silver Searcher 0.13Geoff Greer
Closes #15911. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-11-07otx: Patch MacOS SDK pathsDavid Holm
otx is hardcoded to use the MacOSX10.6 SDK which is no longer available in Mountain Lion. By replacing this with MacOSX#{MacOS.version} the package can be successfully built even on 10.8. Closes #15879. Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2012-11-07updated haskell-platform to 2012.4.0.0Chandler Latour
Closes #15889. Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2012-11-07mupdf: Fix freetype include pathCharlie Sharpsteen
Was missing a `-I` flag. Fixes #15890.
2012-11-07fop: upstream URL changedGuillermo López Leal
Closes #15897. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-11-07Sonar 3.3.1David Gageot
Closes #15898. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-11-06ffind 0.3.0Steve Losh
Closes #15891. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-11-06libsvm 3.13Luca
Closes #15893. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-11-06owfs 2.8p20Thomas Gustafsson
Closes #15894. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-11-06Fix curlrc existence checkJack Nagel
Enumerable#one? is not available under Ruby 1.8.6. Further, we really want #any? here, as setting both HOME and CURL_HOME can trigger a false negative. Fixes #15883.
2012-11-06Move conflict message into conflict classJack Nagel
2012-11-06Fix framework install namesJack Nagel
2012-11-06Inject framework paths into stdenv compiler flagsJack Nagel
2012-11-06Link Frameworks into top-level Frameworks directoryJack Nagel
2012-11-06Combine duplicated postfix conditionalsJack Nagel
2012-11-06Hoist top-level directory list into a constantJack Nagel
2012-11-06sqlite 3.7.14.1Jack Nagel
*Note*: the docs tarball was not updated in this release, but I incremented the version for consistency. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-11-06emboss: fix issue with X11nibbles 2bits
- Add an option to build without-x - Add a `depends_on :x11` otherwise - Add a `depends_on :libpng` that was missing. - Add a `depends_on 'gd'` that is optional. - Add a `depends_on 'libharu'` also optional for pdf output. - Add a flag to enable 64bit pointers on 32bit machines. - Add a flag to enable pthreads. It's worth noting that this will build against mysql or postgresql. It searches for `pg_config`. It's reasonable for molecular biology grinding software have some sort of DB enabled. In that case, we might want to add an `ENV :userpaths` to pick up the preferred `pg_config` or we want to add a depends_on postgresql. Thoughts? Fixes #15782 Closes #15817. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-11-06JSTestDriver 1.3.5Ben Lancaster
Closes #15882. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-11-06openimageio 1.0.10nibbles 2bits
- Upgrade to 1.0.10 - Add a CMake variable to help it find OpenJpeg includes. - Passes 39/39 tests - Works with superenv Closes #15888. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-11-06CasperJS RC4Luis Abreu
Closes #15887. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-11-06rest-shell 1.2.0.RELEASEJon Brisbin
Closes #15884. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-11-05pyside-tools 0.2.14Joseph C
Closes #15874. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-11-05mongodb: change startup script config finderChris Winslett
Closes #15814. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-11-05gnuplot 4.6.1 + dep on pango for wxnibbles 2bits
- Upgrade to version 4.6.1 - Remove the patch. It decides aquaterm=no on its own now. - Fix HEAD by not running `autoreconf`. Instead run `./prepare` - Add an option to build the Qt4 terminal plus optional Qt dep. - Add an option to build the testsuite. It's fantastic. - Add an option to build the cairo terminals using pango. - Make the pango dep active if `--cario` or `--wx` because - the wxWidgets termial requires pango. - Add `--without-latex` and `--without-tutorial` so no LaTeX Req. - Add `--without-cairo` unless it is turned on as an option. - Add an `ENV.j1` to fix an emacs related file locking error. - Remove the unrecognized `--disable-debug` & aquaterm options. - Works with superenv and passes its testsuite on 10.8.2. Fixes #15692 Closes #15829. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-11-05Perforce Server 2012.2Matthew Lewinski
Closes #15872. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-11-05Fix dblatex dependency declaration.yrammos
Use explicit call to LanguageModuleDependency.new instead. Closes #15863. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-11-05perforce 2012.2.536738Tom Hoover
Closes #15868. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-11-05mosquitto 1.0.5Andy Piper
Closes #15867. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-11-05bibutils 4.15Stefan Pfenninger
Closes #15864. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-11-04ctags: Apply patch to fix invalid use of const.Andrew Childs
This restores compatibility with llvm. Closes #15840. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-11-04Libvirt 0.9.11.7 and 1.0.0.Justin Clift
Closes #15847. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-11-04Mercurial: install extensionsAdam Vandenberg
Closes #15839.
2012-11-04Armadillo 3.4.4Yan Zhou
Closes #15848. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-11-04sdhash: Fix typo in Makefile's LDFLAGSMark A. Matienzo
Closes #15846. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-11-04beanstalkd 1.8Andrew Bennett
Closes #15852. Signed-off-by: Adam Vandenberg <flangy@gmail.com>