Mark A. Matienzo
cd5a4c10d6
bagit 3.13
...
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-06 13:29:15 -05:00
Carlos Borroto
352c8fd1c2
samtools 0.1.18
...
Install tools in misc/ to bin.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-06 13:27:16 -05:00
Paul Phillips
0a09a0db07
jenkins: Update to 1.428
...
Also add a --HEAD option.
Closes Homebrew/homebrew#7438 .
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-06 07:58:43 -07:00
Xiyue Deng
66ed9dd796
libtrace: Update to 3.0.11
...
Closes Homebrew/homebrew#7446 .
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-06 07:51:22 -07:00
Xiyue Deng
d7cb0d483a
autoconf-archive: Update to 2011.07.17
...
Closes Homebrew/homebrew#7449 .
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-06 07:48:49 -07:00
Yasuharu NAKANO
624315f39a
groovy: Update to 1.8.2
...
Closes Homebrew/homebrew#7448 .
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-06 07:45:51 -07:00
Martin Lau
747008564d
Fantom: Update to 1.0.60
...
Closes Homebrew/homebrew#7452 .
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-06 07:43:42 -07:00
William Woodall
0c0038264d
gtest: Added --universal option
...
Closes Homebrew/homebrew#7425 .
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-06 07:34:39 -07:00
Charlie Sharpsteen
f83bf2aaa2
Thrift: Disable Erlang language bindings
...
Apparently the Erlang bindings don't build reliably either.
Closes Homebrew/homebrew#7427 .
2011-09-06 07:20:26 -07:00
Mike McQuaid
65529cc04c
Add Qt 4.7.4.
2011-09-06 14:34:24 +01:00
Max Howell
a789361640
libsegsv will not build with LLVM-2335
...
Fixes Homebrew/homebrew#7451 .
2011-09-06 11:21:48 +01:00
Marc
aeea17e372
emacs: quote alias value in caveats
...
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-05 17:25:15 -05:00
Brian Gernhardt
f8e0e75315
smlnj 110.73
...
This allows smlnj to be installed on OS X Lion.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-05 17:20:11 -05:00
Ludwig Schwardt
77e0eaa967
sox: add libsndfile as a dependency
...
By depending on libsndfile, SoX gains the ability to read and write
CAF (Core Audio Format) files, just like the afconvert command-line
utility. CAF is the preferred uncompressed audio file format on iOS
platforms.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-05 17:15:21 -05:00
Carlos Borroto
6c449975cc
tophat 1.3.2
...
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-05 17:09:25 -05:00
Jack Nagel
7c4fb0817c
ldapvi: remove unnecessary configure switch
...
This was actually preventing Homebrew's CFLAGS from being recognized.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-05 17:07:23 -05:00
Zsolt Tripolszky
c7077f6dbf
ldapvi: fix namespace clash with Lion's getline()
...
The patch is in the upstream git repository, so it should be in the next
version. Fixes Homebrew/homebrew#6606 .
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-05 17:04:58 -05:00
Jack Nagel
c65989248b
sphinx: enable libstemmer support
...
The upstream libstemmer project constantly changes the contents of the
tarball, so doing checksum verification isn't feasible unless we want to
be updating the formula constantly. Thus, use a head-only sub-formula
without a checksum.
Rather than make it an option, I've just set it to always build with
libstemmer per Homebrew/homebrew#5730 . We can always add the option later if it's
necessary.
Includes an unrelated fix to put the var directory in
HOMEBREW_PREFIX/var.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-05 16:46:20 -05:00
Martin Schürrer
7cc4c2a812
New formula: apparix
...
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-05 15:40:12 -05:00
Jack Nagel
d36b433439
wdiff 1.0.0
...
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-05 15:27:52 -05:00
Aku Kotkavuo
7ab7ddaabc
Python 3.2.2
...
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-05 14:17:46 -05:00
Eric Davis
9540280d23
memcached 1.4.7
...
Also, update the homepage.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-05 14:17:42 -05:00
Max Howell
b3ccbe8427
Warn user that IO fails to build often
...
Refs Homebrew/homebrew#7399
2011-09-05 09:44:53 +01:00
Jack Nagel
1bdefb6a42
Clarify fails_with_llvm in bdw-gc and stklos
...
bdw-gc fails with LLVM build 2335, but stklos shouldn't fail at all
anymore since bdw-gc is now an explicit dependency instead of being
built internally.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-05 03:31:50 -05:00
Jack Nagel
c1c7d3507f
strklos: use external bdw-gc
...
This adds 'bdw-gc' as a dependency and fixes compilation on systems
where ucontext is deprecated. We could just duplicate the fix here, but
listing it as a dependency instead also avoids a symlink race for the
bdw-gc libraries.
Should fix Homebrew/homebrew#7423 , for real this time.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-05 03:15:47 -05:00
Jack Nagel
3f50b40f3f
Add alias 'boehmgc' for 'bdw-gc'
...
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-05 02:39:28 -05:00
Jack Nagel
3bc9d509c9
stklos: mark as fails_with_llvm, update to 1.01
...
Should fix Homebrew/homebrew#7423 .
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-04 22:41:54 -05:00
Jack Nagel
3e7ef4ccc3
gtest: fix gtest-config --libs
invocation
...
The gtest-config script tries to be clever in determining its install
location, but Homebrew's cellar/prefix and symlinks confuse it. This
works around the 'cleverness' by lying to gtest-config.
Fixes Homebrew/homebrew#7009 .
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-04 21:34:13 -05:00
Jeffrey Hardy
532d92c5f4
protobuf: fix typo in fails_with_llvm
...
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-04 21:08:26 -05:00
Jeffrey Hardy
58d5431248
john: fix typo in fails_with_llvm
...
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-04 21:08:23 -05:00
Diwaker Gupta
ec34df431a
Thrift: Update to 0.7.0
...
Closes Homebrew/homebrew#7319 .
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-04 17:30:08 -07:00
David Cox
01e487b3da
New Formula: AntTweakBar
...
Closes Homebrew/homebrew#7176 .
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-04 16:51:03 -07:00
Ryan Senkbeil
b1207ca4a0
New Formula: GrADS
...
Closes Homebrew/homebrew#6479 .
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-04 16:27:56 -07:00
Charlie Sharpsteen
3442fa778d
John the Ripper: Builds with LLVM >= 2335
...
Closes Homebrew/homebrew#7405 .
2011-09-04 16:11:56 -07:00
Charlie Sharpsteen
d783199aca
Protobuf: Builds with LLVM >= 2335
2011-09-04 16:09:08 -07:00
Charlie Sharpsteen
14b117a4f6
Redis: Builds with LLVM >= 2335
...
Closes Homebrew/homebrew#7393 .
Closes Homebrew/homebrew#7416 .
2011-09-04 16:05:01 -07:00
Dennis
38e52bf304
QuantLib 1.1
...
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-04 16:18:45 -05:00
Christian Tietze
98075a3c0d
multimarkdown 3.1b1
...
Permitting a beta version to allow for compatibility with other tools
that rely on MMD.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-04 14:57:25 -05:00
Andy Christianson
3f5ea35a45
New formula: curlpp 0.7.3
...
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-04 14:34:16 -05:00
Alexis Hildebrandt
017f6387d1
aria2 1.12.1
...
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-04 14:19:45 -05:00
Alexis Hildebrandt
b2c759e718
ktoblzcheck 1.34
...
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-04 14:17:59 -05:00
Alexis Hildebrandt
6d68474fe9
haproxy 1.4.16
...
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-04 14:17:32 -05:00
Alexis Hildebrandt
307be85dd1
dcraw 9.10
...
Added jasper dependency.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-04 14:15:35 -05:00
Jack Nagel
568be46461
asciidoc: remove unused configure switch
...
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-04 14:12:43 -05:00
Sven Axelsson
922b350949
asciidoc 8.6.6
...
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-04 14:12:11 -05:00
Nick Barkas
a88bd352e4
udns 0.1
...
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-09-03 22:35:46 -07:00
Archimedes Trajano
65a1c713cf
qrencode: patch for Lion / libpng 1.5
...
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-09-03 19:37:50 -07:00
Adam Vandenberg
8d38e3c6db
gd: use alternate mirror; osgeo should be stable
2011-09-03 19:24:46 -07:00
Adam Vandenberg
db860b4f82
beanstalk: apply patch for libevent 2.x
2011-09-03 17:31:17 -07:00
Adam Vandenberg
23cdd5231c
libevent 2.0.14
2011-09-03 17:28:07 -07:00