Commit graph

7238 commits

Author SHA1 Message Date
Nibbles 2bits
51d9be4634 geos: Fix LLVM compiler errors
geos 3.3.1 fails_with_llvm due to missing symbols that get optimized out of
libgeom. This patches the makefile for that library so all objects are compiled
at -O1 rather than -O3.

Closes Homebrew/homebrew#8858.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-11-29 10:01:52 -08:00
Charlie Sharpsteen
ab53eca941 libxml++: depends_on LibXML on Leopard 2011-11-29 00:01:13 -08:00
Charlie Sharpsteen
8dee41866f pdf2svg: Remove unecessary return statement
The `return` statement in the GLib test was causing Ruby 1.8.6 to emit warnings
on Leopard.
2011-11-28 23:32:12 -08:00
Frizlab
1eefe17e51 New Formula: gegl
Closes Homebrew/homebrew#6946.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-11-28 16:04:08 -08:00
Frizlab
c7cdaddc95 New Formula: babl
Closes Homebrew/homebrew#6945.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-11-28 16:02:12 -08:00
Misty De Meo
523c2bd089 openjpeg: fix compilation on 10.7
Fixes Homebrew/homebrew#8846.
Closes Homebrew/homebrew#8853.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-11-28 15:54:30 -08:00
Jack Nagel
cbf2b55d1c bazaar 2.4.2
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-11-28 16:25:40 -06:00
tizoc
147f4477fb chibi-scheme: add HEAD
Closes Homebrew/homebrew#8839.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-11-28 16:20:17 -06:00
Jack Nagel
29f8f2daae smartmontools 5.42
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-11-28 14:53:12 -06:00
Yoji SHIDARA
00ccc8f688 groonga 1.2.8
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-11-28 07:09:28 -08:00
Lars Tackmann
9f021962f5 sbt 0.11.2
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-11-28 07:08:07 -08:00
Petar Radosevic
867975e88a Emacs 23.3b
See: http://lists.gnu.org/archive/html/info-gnu-emacs/2011-11/msg00000.html

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-11-28 07:06:45 -08:00
Pieter Nicolai
ead5dcaf3b lame 3.99.3
Update LAME to 3.99.3 (stable / minor bugfix)
Changes: Fix for tracker item [ 3441349 ] --tg does not handle genre number when adding unicode tag.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-11-28 07:04:01 -08:00
Jannis Leidel
f16befed3e redis 2.4.4
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-11-28 07:03:30 -08:00
Emanuel Evans
9243c93157 bogofilter 1.2.2
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-11-27 23:08:22 -08:00
jjwmui
c70218ab1b tomcat 7.0.23
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-11-27 22:50:54 -08:00
tizoc
c60c603a0f chibi-scheme 0.5.1
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-11-27 19:11:01 -08:00
Colin Hebert
053d705932 Emacs: remove the "--use-git-head" option
There is an official bazaar repository for emacs. No need to use the git one or a mirror

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-11-27 16:42:00 -08:00
Jack Nagel
1e035daf09 libtasn1 2.11
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-11-27 18:38:40 -06:00
Jack Nagel
2387596568 libidn 1.23
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-11-27 18:38:31 -06:00
Colin Hebert
9b8b473ce2 libevent 2.0.16
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-11-27 16:12:04 -08:00
Adam Vandenberg
b3e04074d5 isc-dhcp 4.2.3 2011-11-27 12:53:58 -08:00
Adam Vandenberg
609cbcf931 c10t 1.7 2011-11-27 12:38:41 -08:00
Adam Vandenberg
17272b2e88 SBCL: remove audit warnings 2011-11-27 12:10:18 -08:00
Jose Santos
e325d231f2 SBCL: Add --32bit option
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-11-27 12:10:11 -08:00
Josh Delsman
7fdeffae67 ezstream 0.5.6
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-11-27 12:02:38 -08:00
Jin Choi
d89dfae513 sshguard: Fix abort on first usage with -b
Using the -b flag for the first time will create the specified
blacklist database file, then abort.  This bug has been reported to
upstream since 2011-03-28, but no new version has been released since
then.

Upstream bug report:
http://sourceforge.net/tracker/?func=detail&aid=3252151&group_id=188282&atid=924685

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-11-27 11:58:00 -08:00
Nibbles 2bits
78cc04d2c1 pango 1.29.4
This updates pango to 1.29.3 and fixes the html doc install path.
It also enables the creation of two man pages. Added at the end
is a def test that uses pango, cairo, glib, libz, and freetype.
The formula creates shared native libraies as it was previously
crafted, and it compiles using llvm 2335, gcc-4.2.1, and clang-2.0
from XCode 4.0.2 on 64bit OSX 10.6.8.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-11-27 11:51:18 -08:00
Adam Vandenberg
d8423caeab Synfig Studio 0.63.2 2011-11-27 11:10:20 -08:00
Adam Vandenberg
bb209d8bee synfig 0.63.2
* Also added missing ImageMagick dependency
2011-11-27 11:10:20 -08:00
Adam Vandenberg
eb2e149992 ETL 0.4.14 2011-11-27 11:10:19 -08:00
Jay Levitt
2c2af243fe httperf: support --enable-debug option
The --enable-debug configure-time option builds httperf with
runtime support for the --debug=N or -d=N flags, which show
details about the requests and responses.  N is a number; the
higher the number, the more detail you get.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-11-27 09:35:01 -08:00
Sean Lynch
0e15f694c4 freeimage 3.15.1
* also build/install C++ wrapper

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-11-27 09:27:10 -08:00
Nibbles 2bits
dd0355a806 liblas 1.6.1
This commit updates liblas to version 1.6.1 and fixes two variables
that are passed to cmake to locate boost.  It also includes an
option to run the builtin tests, as this library operates a
number of complex deps.  Building is done out of source (oos) in
this formula, and cmake syntax is restructured per its usage,
placing the path after the options.  This passes make test on 64bit
Snow Leopard using XCode-4.0.2, clang-2.0, llvm-2335, and gcc4.2.1.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-11-27 09:25:19 -08:00
Clayton O'Neill
e5f6e112bf liboping 1.6.1
Added patches to make 1.6.1 compile on in general (IP_RECVTOS) and to
specifially make it build on Lion (IPV6_HOPLIMIT)

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-11-27 09:20:44 -08:00
Adam Vandenberg
26d9c09804 swi-prolog 5.10.5 2011-11-27 09:13:48 -08:00
Adam Vandenberg
305b286ed1 omgtools: borrow patch and warning from MacPorts 2011-11-27 09:04:15 -08:00
BEN ENGLISCH
0dbe6e97a8 asm6 1.6
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-11-27 08:58:49 -08:00
Tareq A Khandaker
bd27751de0 GNU which 2.20
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-11-27 08:35:40 -08:00
Andrew Payne
7224bb21a5 potrace 1.10
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-11-27 08:34:18 -08:00
Carlos Borroto
80b15d54c6 cufflinks 1.2.0
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-11-27 08:33:51 -08:00
Colin Taylor
a15ef37c69 pixie 2.2.6
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-11-26 21:31:49 -08:00
Jack Nagel
fcd68580e2 irssi: split up 'make' and 'make install'
Fixes Homebrew/homebrew#8681.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-11-26 22:57:17 -06:00
Aku Kotkavuo
e0155361f4 GHC: add 7.2.2 as --devel
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-11-26 19:47:40 -08:00
Adam Vandenberg
18b915186d Rubinius: remove suggestions in caveats 2011-11-26 16:58:34 -08:00
Adam Vandenberg
560cfd4098 REE: remove suggestions from caveats 2011-11-26 16:56:43 -08:00
Adam Vandenberg
0623837f29 JRuby: remove suggestion from caveats 2011-11-26 16:56:22 -08:00
Adam Vandenberg
16d0bdb035 Ruby: remove some suggestions from the caveats 2011-11-26 16:55:51 -08:00
Adam Vandenberg
3627dae44e gst-plugins-ugly: add x264 dep 2011-11-26 15:04:54 -08:00
Gonzalo Rodríguez-Baltanás Díaz
25390c43aa Wine: --devel is now 1.3.33
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-11-26 14:51:18 -08:00