Commit Graph

12644 Commits (350bad505fb57a94ad19f4f69cf19df21379bd24)

Author SHA1 Message Date
Domingo Suarez Torres 7783f52aec jmeter 2.8
Closes Homebrew/homebrew#15357.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-10-08 13:48:22 -07:00
Domingo Suarez Torres 96f7dfab22 Groovy 2.0.5
Closes Homebrew/homebrew#15355.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-10-08 10:57:41 -07:00
sacsar 364f9eb013 bibtex2html 1.97
Closes Homebrew/homebrew#15336.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-10-08 09:34:37 -07:00
Tobias Schwab bfed9477e4 redis devel 2.6.0-rc8
Closes Homebrew/homebrew#15350.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-10-08 08:48:12 -07:00
samueljohn dfd417a4e6 python: For Xcode-only, add the the Tk header dir
Closes Homebrew/homebrew#15351.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-10-08 08:47:55 -07:00
Adam Vandenberg 1f75ff64d0 asymptote: use userpaths
Fixes Homebrew/homebrew#15310.
2012-10-07 15:51:48 -07:00
Adam Vandenberg 3350cc3c23 swfmill: add missing dependencies
Fixes Homebrew/homebrew#15344.
2012-10-07 14:47:51 -07:00
Joonas Kuorilehto 8ffc3838e7 mobile-shell: add build dependency for automake
Closes Homebrew/homebrew#15333.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-10-07 09:41:27 -07:00
Peter Powell 0489b1b5bf InspIRCd 2.0.9
Closes Homebrew/homebrew#15337.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-10-07 09:40:57 -07:00
mbcoguno ff87d4ae79 MAME, MESS, and rom-tools: Update to 0.147
Closes Homebrew/homebrew#15341.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-10-07 09:38:02 -07:00
Misty De Meo f5bbc46aba libsvg: depends_on 'pkg-config' 2012-10-07 01:15:09 -05:00
Mike McQuaid 53bc73fea4 ghc: add bottle. 2012-10-06 21:18:49 +01:00
nibbles 2bits e0f39cffb3 ghc: 7.4.2 build from source
Following the discussion in Homebrew/homebrew#13519, ghc gets a major overhaul:

* Add a subformula that installs the ghc binary like before
* Use the ghc binary to build ghc from source
* Force ENV['LD'] = 'ld' to stop an assertion linking with llvm
* Add an option to run the testsuite. 9 unexpected fails atm
* Add a `j1` for an occasional install race
* Remove the patch which was fixed in two commits in Apr 2011.
        47ac5d859493ae0cd8dd02e1b4848f993acc3d5c
        a8d4731456ac3da0a70399e4ab821a763a4c04fb

Fixes Homebrew/homebrew#13519

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2012-10-06 21:18:49 +01:00
Daniel Trebbien d089a24093 tofrodos 1.7.12a
Update the formula to tofrodos 1.7.12a.

This fixes the download URL. tofrodos source archives have been removed
from SourceForge.

Closes Homebrew/homebrew#15332.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2012-10-06 12:35:55 -07:00
stephen 719d75af22 Fixes the SHA1 hash of the latest version of jshon.
Closes Homebrew/homebrew#15320.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-10-06 09:21:29 -07:00
Yan Zhou db6c617161 Armadillo 3.4.3
Closes Homebrew/homebrew#15330.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-10-06 09:18:49 -07:00
Steven Verbeek be35c0d54c casperjs 1.0.0-RC2
Closes Homebrew/homebrew#15313.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-10-05 20:17:52 -07:00
Adam Vandenberg 0c75de4ea9 mongrel2 1.8.0 2012-10-05 20:15:31 -07:00
Jack Nagel c9ab6c36d9 dpkg 1.15.8.13
Fixes Homebrew/homebrew#15309.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-10-04 21:00:22 -05:00
Vincent Nonnenmacher be85a067de vert.x: fix broken installation
Closes Homebrew/homebrew#15307.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-10-04 20:39:57 -05:00
Brett Koonce b17cb30cf7 monetdb 11.11.11
Closes Homebrew/homebrew#15305.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-10-04 20:34:42 -05:00
Martijn Dashorst 3e0fbc2e99 sickbeard 496
Closes Homebrew/homebrew#15303.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-10-04 20:32:48 -05:00
Alexander Graefe b1f7f980dd beanstalk 1.7
Closes Homebrew/homebrew#15301.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-10-04 20:28:56 -05:00
McKay Marston 5debaaa39a bitlbee: optional otr support
Closes Homebrew/homebrew#15261.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-10-04 07:48:13 -07:00
nibbles 2bits 0fed86af8d pango: fix test function
The test for pango has been failing for a couple of months because
`pango-view` no longer successfully does:

- `-q` do not display
- `-o <filename>` output to file

So remove those two flags and the test passes except for some
cleanup on exit of X11 things we have no control of afaik.

Closes Homebrew/homebrew#15278.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-10-04 07:45:39 -07:00
Adam Vandenberg b398b431b4 pari depends on x11
Fixes Homebrew/homebrew#15293.
2012-10-04 07:44:19 -07:00
Adam Vandenberg 44a2a0192a libqglviewer: fix typo
Fixes Homebrew/homebrew#15298.
2012-10-04 07:40:16 -07:00
Mike McQuaid 1c84950368 ffmpeg: remove missing libogg option.
Fixes Homebrew/homebrew#15288.
2012-10-04 10:35:10 +01:00
Allen Huang 7857a56154 slony 2.1.2
Closes Homebrew/homebrew#15285.
Closes Homebrew/homebrew#15201.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-10-03 18:45:58 -07:00
nibbles 2bits 62125f4354 wordnet: add dep on x11
wordnet uses tcl/tk which requires X11 or there are missing
includes.  Add a dep on x11.

Fixes Homebrew/homebrew#14469

Closes Homebrew/homebrew#15280.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-10-03 14:33:39 -07:00
Brandon Siegel 5f6700825e silc-client 1.1.8
Closes Homebrew/homebrew#14947.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-10-03 10:43:24 -07:00
Anil Madhavapeddy 425f36d897 opam 0.7.3
* remove dependency on wget, as curl works fine
* improve help and point to OPAM documentation site

Closes Homebrew/homebrew#15279.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-10-03 10:20:38 -07:00
Daniel Bauke 202cb01bc2 texwrapper 0.2.2
Closes Homebrew/homebrew#14529.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-10-03 08:55:46 -07:00
Alessio Caiazza a5e83ea259 fon-flash-cli 1.5.6
Closes Homebrew/homebrew#14561.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-10-03 08:54:11 -07:00
Keenan Brock ba9fbabedb geos: support --universal
Closes Homebrew/homebrew#15254.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-10-03 08:37:24 -07:00
Mark A. Matienzo 58b4f33c65 libewf 20120813
Closes Homebrew/homebrew#15251.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-10-03 08:24:46 -07:00
Max Howell 555ba7b7de Elixir requires user paths
Fixes Homebrew/homebrew#15273.
2012-10-03 09:55:48 -04:00
Li Dong 8f60a2a3f5 netCDF: option for C++ bindings
Closes Homebrew/homebrew#15264.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-10-03 06:48:44 -07:00
Adam Vandenberg 8c770dc57a zookeeper: fix option checking
Fixes Homebrew/homebrew#15267.
2012-10-03 06:43:28 -07:00
Paul Lam 00cd1cc7ae neo4j 1.8
Closes Homebrew/homebrew#15270.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-10-03 06:37:04 -07:00
David Gageot 8845cdcd84 Sonar 3.2.1
Closes Homebrew/homebrew#15275.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-10-03 06:36:31 -07:00
Jack Nagel 348f71d8ce play 2.0.4
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-10-02 23:42:56 -05:00
Brandon Bennett 62bc380eff libslax 0.11.29
Closes Homebrew/homebrew#15266.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-10-02 21:30:02 -07:00
Geoff Greer e93666093c the_silver_searcher: redact patch
Closes Homebrew/homebrew#15265.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-10-02 19:57:00 -07:00
Peter Powell 9051bf2dc9 InspIRCd 2.0.8
Closes Homebrew/homebrew#14854.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-10-02 19:56:03 -07:00
Geoff Greer 63fcbbff81 The Silver Searcher 0.12
Closes Homebrew/homebrew#15263.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-10-02 19:41:31 -07:00
nibbles 2bits 7e20a3d2b2 crossroads: fix pgm build errors
crossroads builds an internal libpgm from source, but that causes
build errors because of a conflicting struct definition with OSX
`netinet.h`.  So instead of dealing with that, link crossroads
against our libpgm-5.2 which builds without error.  Add a couple
of ENV vars to override `pkg-config` and help crossroads find
the libpgm we now depend on, which it can't find otherwise because
it's looking for `openpgm-5.1.pc` and we offer `openpgm-5.2.pc`.
Crossroads passes `make check` on 10.8.2 with XCode-4.5.

Fixes Homebrew/homebrew#15217

Closes Homebrew/homebrew#15255.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-10-02 14:24:23 -07:00
nibbles 2bits 1d251b0aa6 libpgm 5.2.121
- Upgrade to version 5.2.121.
- Works well with superenv and is used by crossroads.

Closes Homebrew/homebrew#15257.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-10-02 14:22:34 -07:00
Adam Vandenberg 0282352a4c wordnet: style nits 2012-10-02 11:59:37 -07:00
Sven Agnew 85ee967647 backupninja 1.0.1
Closes Homebrew/homebrew#14509.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-10-02 11:52:37 -07:00