Commit graph

9582 commits

Author SHA1 Message Date
Eli Bishop
fe64437dcf atlassian-plugin-sdk 3.9.3
Closes Homebrew/homebrew#11588.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-11 19:41:44 -07:00
Dave Rice
a9f8e2a213 media-info 0.7.56
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-11 19:41:13 -07:00
Adam Vandenberg
dc3e6d1bd2 Python3 3.2.3 + distribute 0.6.26 2012-04-11 19:19:59 -07:00
Adam Vandenberg
6796922da4 Python 2.7.3 + distribute 0.6.26 2012-04-11 19:18:46 -07:00
Jack Nagel
36db28a1ce mtr: clarify caveats, style nits
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-11 15:00:03 -05:00
Jack Nagel
45df661674 fltk devel 1.3.x-r9327
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-11 14:38:50 -05:00
Jack Nagel
5463ed485e fltk: fails with clang
Fixes Homebrew/homebrew#11292.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-11 14:38:46 -05:00
nibbles 2bits
b8c8f394d0 openjpeg: switch to configure
Switch the formula to use configure.
Openjpeg can be built using configure or cmake.  They don't install
identically, though.  When built with cmake, one header is absent.
Switching to configure gets us the unversioned one also, i.e.

    openjpeg/1.5.0/include/openjpeg-1.5/openjpeg.h
    openjpeg/1.5.0/include/openjpeg.h

While only three formula currently depend_on openjpeg, they all
contain code that expects the unversioned file, i.e.

    #include <openjpeg.h>

Closes Homebrew/homebrew#11576.

Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
2012-04-11 10:22:11 -05:00
nibbles 2bits
2c745f0622 mapnik: fix compile error with system Python
Mapnik by default tries to install to the site-packages in /System
when brewed against system Python.  This causes a build error
because that directory is not writeable.  Mapnik correctly
determines the versioned site-packages name without modification,
but for Homebrew it needs the proper prefix.

* Add the standard `which_python` function to the formula.
* Add a scons argument for `PYTHON_PREFIX`
* Add the standard caveat for `PYTHONPATH`.

Discussed upstream: https://github.com/mapnik/mapnik/issues/1155
and tested on Lion against the system Python.

Fixes Homebrew/homebrew#11389

Closes Homebrew/homebrew#11407.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-11 01:03:22 -05:00
Anthony Ramine
aabafaf8b6 wrangler: respect $CC during compilation
Closes Homebrew/homebrew#11524.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-11 01:01:37 -05:00
Jack Nagel
db9779fd63 msgpack: add test
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-11 00:27:47 -05:00
Jack Nagel
4d40cd7d30 msgpack: builds with LLVM >= 2335
Closes Homebrew/homebrew#11523.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-11 00:25:58 -05:00
Jack Nagel
fc2a20d3aa glib: fails with clang
cf. Homebrew/homebrew#11575, Homebrew/homebrew#10653.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-10 22:53:41 -05:00
Ross Heflin
88b6a6f81b MPD 0.16.8
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-10 19:10:53 -07:00
Adam Vandenberg
eee2760256 Sickbeard 494 2012-04-10 19:10:14 -07:00
Aria Stewart
9cd474f630 Percona Toolkit 2.1.1
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-10 19:06:26 -07:00
nibbles 2bits
53f80afcaa lzip 1.13
* Upgrade lzip to version 1.13.
* Remove --man flag because it installs to the correct location.
* Add make check because it's a compression program, and data
integrity seems worth the 2 sec. extra.
* Add ENV.j1 for make install, otherwise it will occasionally fail.

Tested on Lion and 64bit Snow Leopard using all compilers from
XCode-4.3.2 and 4.0.2.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-10 19:05:42 -07:00
nibbles 2bits
7a48c566f2 lzlib 1.3
* Upgrade lzlib to version 1.3.
* Correct configure flags.  It is a C library, not C++.  Before it
would always compile with gcc.  It only uses CC and CFLAGS.
* Add make check because it's a compression library, and data
integrity seems worth the 2 seconds extra.

Tested on Lion and 64bit Snow Leopard with all compilers from
XCode-4.3.2 and 4.0.2.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-10 19:05:08 -07:00
Robson Roberto Souza Peixoto
472325ae82 innotop 1.8.1
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-10 19:02:52 -07:00
Jocelyn Mallon
e34a66bb0d pngcrush 1.7.25
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-10 19:02:31 -07:00
MinRK
b957aaa83f update md5 for zeromq-2.2.0
The tarball was repackaged, changing its checksum.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-10 19:00:28 -07:00
Tomas Linhart
431bbcc326 android-sdk r18
Closes Homebrew/homebrew#11553.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-10 18:55:09 -07:00
shansen
24931357ff Jenkins 1.459
Closes Homebrew/homebrew#11551.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-10 18:54:08 -07:00
Misty De Meo
87c5e3f176 cmake: add Snow Leopard bottle 2012-04-10 11:25:08 -05:00
Misty De Meo
c42d31e884 objective-caml: add Snow Leopard bottle 2012-04-10 11:23:44 -05:00
Misty De Meo
8729a1ad96 imagemagick: add Snow Leopard bottle 2012-04-10 11:23:44 -05:00
Misty De Meo
ef91566ee3 icu4c: add Snow Leopard bottle 2012-04-10 11:08:26 -05:00
Misty De Meo
861f0c916e gettext: add Snow Leopard bottle 2012-04-10 11:06:57 -05:00
Misty De Meo
b46fe744f2 erlang: add Snow Leopard bottle 2012-04-10 11:04:30 -05:00
Misty De Meo
72b3073322 boost: add Snow Leopard bottle 2012-04-10 11:01:08 -05:00
Misty De Meo
71734effc7 qt: add Snow Leopard bottle 2012-04-10 08:56:33 -05:00
Adam Vandenberg
86a4f5c25b Node 0.6.15 2012-04-10 06:19:33 -07:00
Dan Weeks
bc6d359ae8 jansson 2.3
Also enable universal builds

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-10 06:18:07 -07:00
statique
364f1957cc Drush 5.1
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-10 06:16:57 -07:00
Dane Springmeyer
ad9a1cebca mapnik 2.0.1
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-10 06:16:00 -07:00
Christian Hudon
d133785a38 bazaar 2.5
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-10 06:14:13 -07:00
Mark A. Matienzo
965e7a3ac8 bulk_extractor: relocated downloads to github
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-10 06:12:52 -07:00
nibbles 2bits
5d5d3c019d help2man 1.40.8
Upgrade help2man to version 1.40.8.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-10 06:12:33 -07:00
aaronlake
a4234bb5f2 mobile-shell 1.1.3
Closes Homebrew/homebrew#11540.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-10 06:07:48 -07:00
Alexey Palazhchenko
b158c805e7 Crossroads: fix url
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-10 06:07:09 -07:00
Charlie Sharpsteen
8a370c30d8 GMT: Update to 4.5.8 2012-04-08 23:03:07 -07:00
nibbles 2bits
92fe05351d tbb 4.0u3
Upgrade tbb to 4.0u3, 20120201 stable.  It passes make test on
Lion with XCode-4.3.2, clang and llvm-gcc.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-08 19:32:45 -07:00
Marv Cool
c41ae75fcd sml-nj: add patch for Lion
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-08 19:31:39 -07:00
Bruno Santos
4b47181785 LibQGLViewer 2.3.15
libQGLViewer is a C++ library based on Qt that eases the creation of OpenGL 3D viewers

A patch is included in the formula to change the hardcoded install path to #{prefix}.

Closes Homebrew/homebrew#10837.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-08 19:30:12 -07:00
Nicolas Mendoza
c87b7b73a9 New formula: gtk-chtheme
Closes Homebrew/homebrew#10719.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-08 20:58:38 -05:00
Dan Boykis
2a0021fdcd Bind 9.8.1-P1
This brew includes Bind along with a suite of tools bundled with it. These
tools are the de facto standard for working with DNS. Bind is compiled with
ipv6 support and dig is compiled with sigchase option turned on.

Closes Homebrew/homebrew#8948.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-08 15:45:46 -07:00
nibbles 2bits
a0a8de14b1 unp 2.0-pre7 + bash_completion
Update unp to 2.0-pre7.  Unp is an archive unpacker.
Install bash completion script.
COPYING and CHANGELOG in the top level are new symlinks.  rm them
so the two mv commands will succeed.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-08 15:19:38 -07:00
Leon Zhang
1cb108bf5c cmus: add -isystem to CFLAGS for non-/usr/local installs
To satisfy configure script to check "mp4v2/mp4v2.h", add -isystem to CFLAGS

Closes Homebrew/homebrew#11513.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-08 13:34:16 -07:00
Jérôme Andrieux
e99498ca6b node: backport for npm issue 2012-04-08 13:07:09 -07:00
Marc Abramowitz
aea7c3e1e5 graylog2-server: fix graylog2ctl
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-08 12:49:36 -07:00