Commit graph

6557 commits

Author SHA1 Message Date
Jack Nagel
146db70140 ssh-copy-id: obtain from latest OpenSSH package
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-07 12:34:58 -05:00
Paul Phillips
a850cc8c57 scala 2.9.1: add bash completion
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-07 12:20:31 -05:00
Chris Griego
4fd499cd57 mongodb 2.0.0-rc2 (HEAD)
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-07 12:17:09 -05:00
Jack Nagel
c2b7a9caad mg 20110905
This switches download site and homepage to mirror what other package
managers are using for mg. It appears that the previous URL (which is
now broken) is affiliated with this one, the portable version of the one
maintained in the OpenBSD ports tree.

Closes Homebrew/homebrew#6402.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-06 23:46:01 -05:00
guns
998cc78052 feh: fix missing fonts issue, update to 1.16
Building feh without PREFIX=... leads to errors about missing fonts,
since the builtin font paths are hardcoded relative to the PREFIX.

The prefix must be supplied during build, and perhaps during install
(which must be done separately since there is no build dependency on
installation).

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-06 22:53:58 -05:00
Joshua Peek
f7cbbefb3d New formula: ruby-build 20110906
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-06 22:49:51 -05:00
Dylan Vassallo
129c680945 szl: depend on pcre
Apparently OS X doesn't include the PCRE headers, which szl's configure
looks for, even though it ends up linking against the system PCRE dylib.

See nginx for similar behavior.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-06 16:59:20 -05:00
Jack Nagel
f10e8aaa88 Revert "gmp: build with ENV.universal_binary"
This broke the build for a lot of people, and since nothing of import
explicitly requires a universal build, I think it's best to just revert
it for now.

Though I would really like to get GMP building universal eventually, so
patches welcome.

This reverts commit c0b2528a705891af3f1be9bc33397a334c903655.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-06 16:23:34 -05:00
Jack Nagel
81a869cfbf pcre 8.13
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-06 14:12:04 -05:00
William Woodall
08e6a89ca9 log4cxx: add --universal option
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-06 13:43:43 -05:00
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