Commit graph

9547 commits

Author SHA1 Message Date
Jack Nagel
dd96568ca9 redis: don't overwrite existing config file
Fixes Homebrew/homebrew#11352.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-15 22:40:05 -05:00
Jack Nagel
2096604c6c redis: fix HEAD build
redis trunk doesn't propagate CC to the Lua build correctly, so just
pass it on the command-line because I'm lazy.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-15 22:36:32 -05:00
Jack Nagel
33f08f67b3 redis: style nits
- The doc directory no longer exists, and was triggering a warning
   about a no-op install.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-15 22:28:40 -05:00
Shawn Walker
54d267786a libzzip: add universal option
- Fix configure's failure to determine sizeof(long); reported upstream:
   https://sourceforge.net/tracker/?func=detail&aid=3511669&group_id=6389&atid=356389

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-15 15:49:34 -05:00
Shawn Walker
c083565b57 freeimage: add universal option
- Fix discarded LDFLAGS so linking works as expected (required for
   universal build).

Closes Homebrew/homebrew#11178.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-15 15:46:47 -05:00
Camillo Lugaresi
de9e569dae wine devel 1.5.0
Closes Homebrew/homebrew#11240.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-15 15:42:52 -05:00
Camillo Lugaresi
47a9e2aac9 winetricks r798
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-15 15:40:23 -05:00
Jack Nagel
979e03ec84 sdl: remove unneeded inreplace method
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-15 15:31:05 -05:00
Michal Bendowski
d68d97bb4b Enable universal build on some SDL packages
- This allows pygame to run on an universal Python.

Closes Homebrew/homebrew#11303.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-15 15:27:03 -05:00
nibbles 2bits
ebefc27212 jscoverage: fix configure errors with clang
jscoverage-0.5.1 has a file with hardcoded gcc and g++, named
configure.gnu.  inreplace those with ENV.cc and ENV.cxx.

It also has three places in js/configure where the conftest uses

    int main {

but also has two return commands.  The first return command,

    return;

does not return a value.  The second one does `return 0;`.
This causes an error building with clang during configure
because `int main` should return a value.  inline patch those
by removing the extra return command so that it does a `return 0;`

All four of these issues have been bug reported to their tracker,
and the formula comments include a link to the bug report.  The
issues exist in HEAD.  This now builds with all the compilers in
Lion and Snow Leopard, though no runtime tests were done as this
is unfamiliar software.

Fixes Homebrew/homebrew#11600.
Closes Homebrew/homebrew#11611.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-15 15:14:54 -05:00
Stian Eikeland
6513df2988 aria2: 1.15.0
[jn: Clang issues were fixed upstream, so remove fails_with block]

Closes Homebrew/homebrew#11661.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-15 14:51:42 -05:00
Jiyoon Jang
76a3ea7610 zeromq: update checksum, again
Closes Homebrew/homebrew#11655.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-14 19:41:41 -05:00
Jack Nagel
ab1e133dea pyqwt: use correct site-packages directory
Fixes Homebrew/homebrew#11646.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-14 19:36:05 -05:00
Doug Mayer
ab80616ff4 Fossil 1.22
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-14 12:55:01 -07:00
Ealden Esto E. Escanan
1f7c1c1ca0 Gradle 1.0 RC-1
Signed-off-by: Ealden Esto E. Escanan <ealden@gmail.com>
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-14 12:53:47 -07:00
Anatol Pomozov
10462dee33 sshfs: use tarball url instead of git repo
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-14 12:53:35 -07:00
Anatol Pomozov
0e6cf9d063 fuse4x: update to 0.10.0
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-14 12:53:27 -07:00
Adam Vandenberg
8518537682 mit-scheme 9.1.1 2012-04-14 12:47:23 -07:00
Adam Vandenberg
817c9c5da2 Sphix: add options to force database selection 2012-04-14 10:01:57 -07:00
Adam Vandenberg
b73b6d0ad4 Sphix: check for mysql_config
Check for mysql_config instead of mysql so that mysql-connector-c
will be picked up too.
2012-04-14 09:40:56 -07:00
Xiyue Deng
7d44bcb19d autoconf-archive 2012.04.07
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-14 09:34:34 -07:00
Christian Köstlin
faaffb7cd6 dmd 2.059
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-14 09:34:25 -07:00
Nils Caspar
1692070878 rails-completion 0.2.0
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-13 19:58:21 -07:00
Berk D. Demir
2e7b9fec2d Scala 2.9.2
bash completion from scala-dist is still at 2.9.1 but changelog
doesn't mention any parameter changes to scala or scalac.

Closes Homebrew/homebrew#11627.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-13 19:54:53 -07:00
Jack Nagel
0de09900ff libsvm: use our CFLAGS
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-13 20:38:23 -05:00
Ian Van Ness
2e36f1f7a6 libsvm 3.12
Closes Homebrew/homebrew#11628.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-13 20:38:10 -05:00
James Aitken
228448962d Nginx 1.0.15 & devel 1.1.19
Includes important security fixes

Closes Homebrew/homebrew#11630.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-13 20:29:00 -05:00
Misty De Meo
5a28634b33 exiftool 8.87 2012-04-13 09:10:14 -05:00
Tyler Brock
3e695f9900 Synergy 1.3.8 and 1.4.8
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-13 06:55:40 -07:00
nibbles 2bits
d723ea5f09 libffi 3.0.11
Upgrade libffi to version 3.0.11.  It passes make check when
built with any compiler from XCode-4.3.2 and 4.0.2.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-13 06:52:13 -07:00
Jannis Leidel
07c2a87420 reposurgeon 1.9
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-13 06:50:47 -07:00
skim
0fac4da973 swi-prolog 6.0.2
Closes Homebrew/homebrew#11612.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-12 21:20:34 -07:00
Jonathan 'Wolf' Rentzsch
3f4dac3a6c mogenerator 1.26
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-12 21:06:17 -07:00
nibbles 2bits
0061943bd3 mp4v2: add devel version r479, patch stable for clang
mp4v2 is used by easy-tag and cmus, but those require different
versions that are not API compatible.

Add a devel block for r479.
Add patches for stable committed in r472 inline.  Patches fix
compile errors with clang, but are not available via direct url.
Stable works with easy-tag and can open .m4a files from iTunes.
Devel works with cmus and can play .m4a files from iTunes.
Compiles with all 5 compilers from XCode-4.3.2, 4.0.2 on Lion
and Snow Leopard.  Main discussion was in Homebrew/homebrew#7998

Closes Homebrew/homebrew#11275.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-12 19:11:02 -05:00
nibbles 2bits
0e3ccf8fbc zile 2.4.7
Upgrade Zile to version 2.4.7.
Add dep on gettext because configure wanted libintl.
Remove --man flag.  It installs to share/man correctly.
Works on Lion and Snow Lep, XCode-4.3.2 and 4.0.2, all compilers.

Closes Homebrew/homebrew#11273.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-12 18:57:31 -05:00
Desert Crystal
393b08b0a3 osslsigncode 1.4
Closes Homebrew/homebrew#11510.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-12 07:12:51 -07:00
Marc Abramowitz
2f9044645d xclip 0.12
Closes Homebrew/homebrew#11597.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-12 07:03:22 -07:00
Adam Vandenberg
1324db4646 Python checks for pkg-config at configure time 2012-04-12 06:54:53 -07:00
Aria Stewart
70ae1bcea7 the_silver_searcher 0.5
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-12 06:46:54 -07:00
nibbles 2bits
aa09c93734 swftools 0.9.2 + add deps on ungif, fftw
* Upgrade swftools to version 0.9.2.
* Add a dep on ungif.
* Add a dep on fftw that is new to this version and used to speed up
resizing 2D images and increase their quality.
* Remove the optional qualifier on lame which had no effect.
* Remove the ENV.minimal_optimization, same reason, and it works.
* Remove the caveat about swfc segfaults on Snow Lep.  It works.
* Add a patch for configure to fix a syntax error in a conftest for
fftw that was causing it to be considered not found.  It now builds
and links all the binaries against libfftwf.dylib.
* The patch is merged in HEAD.  Remove at 0.9.3.  Noted in formula.

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

This would fix Homebrew/homebrew#11520

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-11 20:10:36 -07:00
Susan Potter
086151b115 elasticsearch 0.19.2
Includes addition of 'Upgrade from 0.18.x' instructions in caveat.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-11 19:43:12 -07:00
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
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