Commit graph

9505 commits

Author SHA1 Message Date
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
Marc Abramowitz
a8da2128bf graylog2-server: add launchd plist
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-08 12:48:03 -07:00
Adam Vandenberg
c757157a84 CouchDB: fix 1.1.1 download location 2012-04-08 12:43:40 -07:00
Adam Vandenberg
acfaad93f7 Erlang R15B01 2012-04-08 12:10:52 -07:00
Severin Smith
1ead893843 ngspice: build with xspice support
xspice provides compatibility with keyfeatures from spice2 which are
absent from spice3. This means many models available on the internet or
from manufactures which were written in spice2 will be compatible with
ngspice.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-08 12:01:10 -07:00
Elliot Saba
3cc9d99600 Fix warnings on SuiteSparse
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-08 11:46:41 -07:00
Misty De Meo
9d44f57ea6 scsh: don't build in parallel 2012-04-08 11:19:58 -05:00
Jack Nagel
e62cb2b3ab aria2: fails with clang
Fixes Homebrew/homebrew#11501.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-07 20:20:26 -05:00
MinRK
a51b94cb6e zeromq 2.2.0
Closes Homebrew/homebrew#11509.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-07 16:59:10 -05:00
James Aitken
5c24264abf Ngninx: correctly use homebrew installed version of PCRE
Fixes homebrew issue Homebrew/homebrew#11494 which was introduced in nginx 1.1.14.

Closes Homebrew/homebrew#11506.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-07 13:15:22 -05:00
Jack Nagel
0b309bc30b wireshark devel 1.7.1
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-07 13:13:01 -05:00
Jack Nagel
95c8250f64 wireshark 1.6.7
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-07 13:12:46 -05:00
Mike McQuaid
9bfdf8a337 Add basic test for tmux.
Closes Homebrew/homebrew#11472.
2012-04-07 14:37:10 +10:00
Ryan Baumann
32574b42a1 teem 1.10.0
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-06 20:21:23 -07:00
Philippe Mongeau
e298fe75b4 ranger 1.5.3
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-06 19:55:31 -07:00
Kevin Moore
e98ae5dbf7 git 1.7.10
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-06 19:54:43 -07:00
Charlie Sharpsteen
ee3def7ce7 GEOS: Update to 3.3.3 2012-04-06 18:39:05 -07:00
Matt Barnett
34ebb767f2 Clozure-CL 1.8
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-05 21:01:57 -07:00
Adam Vandenberg
251238d2cb Remove cmigemo
This formula is installing things directly into /usr/local instead
of to the Cellar, and does not seem to have a "PREFIX" option.

Removing until an interested party fixes it.

Closes Homebrew/homebrew#10898.
2012-04-05 20:48:10 -07:00
Adam Vandenberg
3ec1c966d9 fix audit warnings 2012-04-05 20:30:45 -07:00
Dave Rice
1dcc6c5ac0 mediainfo 0.7.55
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-05 19:21:25 -07:00
Drew Hess
f68da0233d Gambit Scheme 4.6.5.
Closes Homebrew/homebrew#11473.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-05 19:00:42 -07:00
nibbles 2bits
5c64b99804 libraw 0.14.6
Upgrade libraw to 0.14.6.  Use little-cms2.  Libraw uses the newer
version of lcms if both are installed, and it skips the older one.
Therefore, switch the depends_on to little-cms2.

Closes Homebrew/homebrew#11459.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-05 20:50:40 -05:00
Jack Nagel
ba149d9955 Move xmoto to Homebrew-games
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-05 19:41:14 -05:00
Jack Nagel
cebfbab392 gle: fix audit warning
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-05 18:15:26 -05:00
Jack Nagel
d5a0581075 dfc: fix audit warning
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-05 18:14:04 -05:00
Jon Anhold
1c3a2d23c9 dfc 2.5.0
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-05 07:32:25 -07:00
Christian Höltje
2e6f19756d task: Linked the zsh autocomplete into proper location
This links the zsh autocomplete for 'task' into share/zsh/functions,
where it is more likely to be automatically picked up by zsh users.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-05 07:26:05 -07:00
nibbles 2bits
d77cf18072 automake 1.11.4
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-05 07:14:55 -07:00
nibbles 2bits
62855e5e3e qrencode 3.3.0
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-05 07:13:39 -07:00
Lin Jen-Shin
607ebe011c bsdconv 7.3
BSD licensed charset/encoding converter library with more
functionalities than libiconv

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-05 07:10:42 -07:00
Peritor Consulting
146aa9fbe5 fix url for couchdb formula
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-05 07:06:06 -07:00
Jack Nagel
67625aef28 pax-runner: spell out URL
Upcoming changes to formula specs may forbid using a class instance
variable in this manner, and it's easier to copy/paste anyway.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-04 23:47:23 -05:00
Stefhen Hovland
84ddc4a29a Cassandra 1.0.8
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-04 20:46:22 -07:00
sedroc
0209dec1ab GLE 4.2.4c
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-04 20:44:28 -07:00
Laurence Rowe
9d32110615 selenium-server-standalone 2.20.0
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-04 20:37:58 -07:00
Peter Hellberg
e55761fe00 elasticsearch 0.19.2
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-04 20:33:05 -07:00
Carlos Borroto
6ec1f5aaab bedtools 2.16.2
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-04 20:31:34 -07:00
Charlie Sharpsteen
db29f5f4d2 PostGIS: Fix typo in caveats 2012-04-04 09:14:53 -07:00
Yoji SHIDARA
a9fb9a6ace kytea 0.4.1
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-04 06:48:45 -07:00
Ronny Haryanto
1604b18a6b Wrapper script for phantomjs to hide Dock icon.
Closes Homebrew/homebrew#11412.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2012-04-04 16:03:34 +10:00
Mike McQuaid
257f0d7b0e Qt 4.8.1
Fixes Homebrew/homebrew#11406.
2012-04-04 15:58:55 +10:00
Marc Abramowitz
eb41e815cc git 1.7.9.6
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-03 21:40:44 -07:00
Charlie Sharpsteen
f92a0c11e8 R: Update to 2.15.0 2012-04-03 19:42:58 -07:00
Charlie Sharpsteen
2faddf7cfe PostGIS: Update to 2.0
The `--devel` version has been dropped.
2012-04-03 16:37:49 -07:00
Jack Nagel
662625dbfd rtorrent: add note about clang failure
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-03 16:57:33 -05:00
Jack Nagel
fe8af7b930 libtorrent: fails with clang
Closes Homebrew/homebrew#11252.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-03 16:57:20 -05:00
Justin Clift
45487261d9 libvirt 0.9.11
Closes Homebrew/homebrew#11413.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-03 16:41:11 -05:00
Danilo Tuler
9fd8bb57c0 Grails 2.0.3
Closes Homebrew/homebrew#11422.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-03 16:35:02 -05:00
shansen
dad02d0181 Jenkins 1.458
Closes Homebrew/homebrew#11416.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-03 16:34:58 -05:00
nibbles 2bits
16773337b6 geoip: fix compile error using deps + autoreconf
geoip-1.4.8 always calls a form of autoreconf after configure,
then reruns configure.  This causes a build error on Lion when
it crafts a broken Makefile that is missing the rule to make the
target `../libGeoIP/libGeoIP.a`.

* Add deps on autoconf, automake, and libtool if XCode >= 4.3.
* Add a command to run `autoreconf -ivf` before configure, which
works on Lion and SL.  Previously, the autoreconf on SL would
fail to work because it tries to use shell `--missing` versions.

Both the universal and native builds compile and pass make check
using all five compilers from XCode-4.3.2 and 4.0.2, on both Lion
and 64bit Snow Leopard.

Fixes Homebrew/homebrew#11402.
Closes Homebrew/homebrew#11405.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-03 16:06:47 -05:00
Jack Nagel
73a30cddba pixman: never try LLVM
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-03 16:01:31 -05:00
Charlie Sharpsteen
636a121e57 PostGIS: Update --devel to 2.0.0rc2 2012-04-03 13:17:35 -07:00
Jack Nagel
f8a61f8d20 hiredis: style nits
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-03 13:11:13 -05:00
Jack Nagel
d0b8fb4b9e hiredis: fails with clang
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-03 13:10:36 -05:00
Fernando Ortiz
ae471ff5fd ldid: fails with clang
Closes Homebrew/homebrew#11410.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-03 13:06:15 -05:00
Jack Nagel
824b6a21a8 privoxy: specify localstatedir to configure
Fixes Homebrew/homebrew#11408.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-03 13:03:00 -05:00
Jack Nagel
fba5fbfb3b privoxy: clarify autoreconf, use our libpcre
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-03 13:02:18 -05:00
Jack Nagel
7f074c60fd libxmlsec1: fix patch
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-03 11:47:59 -05:00
Misty De Meo
c74840337f exiftool 8.86 2012-04-03 08:49:23 -05:00
Jack Nagel
8bf77b0c80 gecode 3.7.3
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-02 18:51:02 -05:00
nibbles 2bits
b1f34275eb gecode: remove fails_with, disable examples
Gecode was updated to 3.7.2 in 672c5ab20b77 which fixed the error with
clang. Geocode passes make check.

* Remove fails_with block.
* Remove unrecognized configure option for dependency-tracking
* Remove --disable-debug option.  It is the defualt.
* Add --disable-examples option.  This stops two dozen example
binaries from filling /usr/local/bin that have common names like
golf, sudoku, grocery, and partition.

Closes Homebrew/homebrew#11374.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-02 18:50:57 -05:00
Matthew Montgomery
aec4faa27f GlassFish 3.1.2
Closes Homebrew/homebrew#11395.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-02 18:41:33 -05:00
Blake Watters
5a12735b84 Jenkins 1.457
Closes Homebrew/homebrew#11396.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-02 18:38:35 -05:00
Jack Nagel
2d1efad1c2 djview4: force correct compilers
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-02 18:34:30 -05:00
Stian Eikeland
2bbd5acc72 tinc 1.0.18
Closes Homebrew/homebrew#11381.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-02 13:35:00 -05:00
Stian Eikeland
7fcadb6b74 lftp 4.3.6
Closes Homebrew/homebrew#11379.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-02 13:30:52 -05:00
Stian Eikeland
c920670486 mercurial 2.1.2
Closes Homebrew/homebrew#11380.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-02 13:20:58 -05:00
Frank Celler
341e6091cc AvocadoDB 0.3.7
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-01 23:11:11 -07:00
Tsukasa OMOTO
fd247c0d32 coreutils: symlink all binaries
Instead of maintaining a list of binaries, just symlink
everything found in bin.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-01 23:01:01 -07:00
Mark A. Matienzo
f2e33646e0 afflib 3.7.0
Closes Homebrew/homebrew#11377.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-01 22:53:43 -07:00
Misty De Meo
176c335365 opencolorio: install Python lib to site-packages
Incorporates upstream patches to install the Python library into
site-packages instead of directly into lib/
2012-04-01 18:45:24 -05:00
Nibbles 2bits
15f9fd3f86 New Formula: opencolorio
OpenColorIO (OCIO) is a complete color management solution geared
towards motion picture production with an emphasis on visual effects
and computer animation.  See:  http://opencolorio.org

OCIO is at version 1.0.6 and has been in development since 2003. It
is one of several open source projects actively sponsored by Sony
Imageworks.

OCIO is a new dep for OpenImageIO (OIIO), adding functionality.

OCIO has a built-in test suite that is passes.  There are stable
and head methods available.  It builds using the system OpenGL,
and little-cms2, along with pkg-config and cmake.  An Alias is
added for this formula to ocio.  It has python bindings enabled
with a user option, following the example of vtk.

OCIO head and stable build and run very well on Lion and SL using
all five compilers from XCode-4.3.2, 4.0.2, and CLT-4.3.2, thanks
to patches the devs merged upstream for us.

EDIT: code fix redacted args.
EDIT: shrink formula comments.
EDIT: test against XCode-4.3.1.
EDIT: remove the unnecessary which python-config
EDIT: change to version 1.0.6.  Remove rescue clause.  Tests work.
EDIT: tests pass against XCode-4.3.2.
EDIT: modify the caveats for accuracy using the dev's suggestions.
EDIT: remove the `\n` after the caveat url

Closes Homebrew/homebrew#10669.

Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
2012-04-01 17:55:47 -05:00
Jack Nagel
ac87fc89c6 sphinx: fails with clang
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-01 15:51:32 -05:00
Pascal Bertrand
985d8e8f8f go 1
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-01 13:35:26 -07:00
Nibbles 2bits
52ed41a36a New Formula: movgrab
Movgrab is a command line program to download videos from the net.
Given a url, it has the code to handle about 25 different sites.
This version 1.1.9 compiles on Lion and 64bit Snow Leopard.
It will occasionally segfault while running the CLI during a
download, but Colum, the author, has not been able to track it
down as of yet because it is not consistent.  He is lacking a Mac
to test it using gdb and could use help from anyone with experience
in network steams, C, and gdb.

EDIT: moved patches to a DATA block rather than inreplace
EDIT: fix the "inline" issue with c99 & Clang.
EDIT: update from 1.1.8 to 1.1.9.  No changes to patches.
EDIT: all patches including --no-recursion are upstream via email.

This would close Homebrew/homebrew#10074

Closes Homebrew/homebrew#10101.

Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
2012-04-01 15:09:44 -05:00
Jack Nagel
d17fc4ef5e open-scene-graph: fails with clang
Closes Homebrew/homebrew#11348.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-01 14:30:06 -05:00
Jack Nagel
027a707788 emacs: stable fails with clang
Closes Homebrew/homebrew#11265.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-01 14:21:52 -05:00
Jack Nagel
d5a4fc7a7a gecode: fails with clang
Closes Homebrew/homebrew#10882.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-01 14:20:29 -05:00
Jack Nagel
5da6e2d465 simgrid: fails with clang
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-01 12:49:14 -05:00
Jack Nagel
6cb3f4e513 mariadb: fails with clang
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-01 12:48:59 -05:00
Jack Nagel
bb56dd918c crossroads: use new fails_with syntax
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-01 12:48:34 -05:00
Jack Nagel
64afeec6d4 Use new fails_with DSL syntax
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-01 12:39:59 -05:00
Ajai Khattri
851b89f370 mp3cat 0.4
mp3cat allows you to merge/sanitize multiple MP3 files/folders.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-01 10:36:22 -07:00
Oleksii Taran
f14800a769 fann 2.2.0
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-01 10:33:04 -07:00
Andrea Francia
3438be8671 ndiff 2.00
Closes Homebrew/homebrew#11324.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-01 10:06:12 -07:00
Sorin Ionescu
22a763d423 torsocks: 1.2
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-01 09:52:46 -07:00
nibbles 2bits
300242e9b5 luajit - fix compile errors with clang, llvm
Luajit 2.0.0beta9 has patches upstream that fix the compile errors
with clang and llvm, thanks to the help of the developer, Paul.
Remove the patches at 2.0.0beta10 due out at the end of April.
All changes were discussed in several emails.  The plan is:

* Change the Hotfix patch to apply only to stable.
* Patch for missing /usr/include/unwind.h on 10.6.8 with clang.
* Patch src/Makefile to not call -dumpspec.  Clang doesn't have it.
* Remove the instruction to the user to `sudo ln -s`.
* Remove the fails_with_llvm.  It compiles against llvm 2336.
* Inreplaces should persist through version updates.
* Respect the developer's choice that optimization is best at -O2.
* Remove the hardcoded -O2 so we can set -O2 or switch to -Og.
* Override the hardcoded CC=gcc.  Use ENV.cc.
* Remove the -march=i686 from CCOPT_X86.  We set accurate march.
* Use args for clarity.
* For debug builds using clang, use -Og.  See clang man page.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-01 09:49:36 -07:00
Steven G. Harms
baa9c89b76 Sphinx 2.0.4
Also adds a workaround for clang/llvm

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-01 09:39:33 -07:00
Bradley J Chambers
95bdde8870 libLAS v1.7.0
Release notes can be found at:
http://lists.osgeo.org/pipermail/liblas-devel/2011-June/001409.html

Closes Homebrew/homebrew#11335.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-01 09:32:35 -07:00
Filip Krikava
a1cea16e42 simgrid 3.6.2
SimGrid is a toolkit that provides core functionalities for the
simulation of distributed applications in heterogeneous distributed
environments. The specific goal of the project is to facilitate research
in the area of parallel and distributed large scale systems, such as
Grids, P2P systems and clouds. Its use cases encompass heuristic
evaluation, application prototyping or even real application development
and tuning. (from the project homepage http://simgrid.gforge.inria.fr/)

Closes Homebrew/homebrew#9809.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-01 08:58:59 -07:00
Thomas Strathmann
aedb5bb550 ipe 7.1.2
Closes Homebrew/homebrew#11364.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-01 08:00:14 -07:00
Christoph Bünte
fa6b6817b5 osmosis 0.40.1
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-01 07:52:29 -07:00
Thomas Strathmann
79699409fe makeicns 1.4.9
Closes Homebrew/homebrew#11363.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-01 07:28:59 -07:00
Anthony Ramine
5df89ffb45 mariadb 5.3.5
This commit upgrades mariadb's formula to 5.3.5 GA, force use of LLVM
and make it correctly depend on brew's readline.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-01 07:25:17 -07:00
Fábio M. Costa
07b9c36710 Update PhantomJS to 1.5.0.
Use the upstream binaries to avoid building a copy of Qt.

Fixes Homebrew/homebrew#11225.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2012-04-01 15:04:13 +10:00
Adam Vandenberg
95abfe5b41 Remove n2n
n2n is now head-only, and uses an SVN repo with a self-signed cert.
2012-03-31 22:02:50 -07:00
Jason Gessner
3deb687b09 crush-tools 2012-02
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-03-31 21:58:28 -07:00
Adam Vandenberg
d5f4b26e3e grass 6.4.2 2012-03-31 13:48:30 -07:00
Ulrik Landberg Stephansen
c5ba4c7e70 CurlFtpFS 0.9.2
Closes Homebrew/homebrew#8450.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-03-31 12:54:15 -07:00
Adam Vandenberg
0666e7422e renameutils: MacPorts patch to use coreutils 2012-03-31 12:10:28 -07:00
Adam Vandenberg
3aaed89061 renameutils 0.11.0 2012-03-31 11:42:55 -07:00