Commit Graph

8828 Commits (69ae4e17320ec9ef96df03e532a400b9f5e8c97d)

Author SHA1 Message Date
Nick Saika f3de375947 clisp: turn off optimization
Fixes some build issues on Lion.

Apparently it's enough to remove just the '-O' flags and preserve our
other optimization flags. This may only be needed on Lion, but frankly
clisp tends to have issues on all platforms so it's probably acceptable
to just disable it everywhere.

Closes Homebrew/homebrew#10450.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-24 19:35:04 -06:00
Alexander Bohn / FI$H2k 455553c8d7 gifsicle 1.64
- add ENV.x11 to help the linker out a bit

Closes Homebrew/homebrew#10394.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-24 19:20:10 -06:00
David Albert 3b66668632 peg 0.1.7
Closes Homebrew/homebrew#10457.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-24 17:32:50 -06:00
Jack Nagel 8cb9a4cf3d Revert "rtorrent 0.9.0" and "libtorrent 0.13.0"
These are unstable versions.

This reverts commit 9b5cba752f678a11686299d09a78f2970ed0f4bd.
This reverts commit 130b408db14d4d54f8ec4fb1c8cca5caa2edcd29.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-24 16:59:14 -06:00
Jack Nagel 9dfbfef836 leafnode: remove unused configure switch
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-24 16:54:46 -06:00
Jack Nagel d1a2bb3c32 Use Homebrew's pcre where appropriate
We provide a pcre formula as OS X does not provide libpcre headers.
However, it does provide the library itself and so occasionally things
will use Homebrew's pcre headers and link against the system library.
This should be avoided to prevent incompatibilities, so explicitly tell
the build system where to look for the library where necessary.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-24 16:51:33 -06:00
Jack Nagel 2a88bb7ec2 drizzle: remove unused configure switch
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-24 16:47:08 -06:00
Gerald Kaszuba 6d988a009e hadoop 1.0.0
Closes Homebrew/homebrew#10381.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-24 13:34:34 -06:00
Sorin Ionescu eb82cab951 zsh 4.3.17 2012-02-24 06:59:22 -08:00
Gerald Boersma 67d35561e1 JRuby 1.6.7.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-02-24 06:55:40 -08:00
Faisal N. Jawdat 988172ad77 ruby 1.9.3-p125
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-02-24 06:54:55 -08:00
toki b973253db2 aria2 1.14.1
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-02-24 06:54:21 -08:00
Adam Vandenberg 9c6d6787c8 node --devel 0.7.5 2012-02-24 06:49:23 -08:00
Nibbles 2bits eb2f68cc76 libplist: fix inreplace python
libplist-1.8 has a broken inreplace that is supposed to disable swig
python bindings.  Fix that and inline the patch to prevent future
inreplace failures.  Also disables Cython python bindings until there is
a homebrew formula for Cython.  Tested on Lion with Homebrew
python-2.7.2.

Closes Homebrew/homebrew#10436.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-23 20:32:25 -06:00
Paul Wagland 340f4f3bbe dialog 1.1-20120215
Closes Homebrew/homebrew#10433.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-23 20:18:11 -06:00
Jack Nagel fbf0f447aa git 1.7.9.2
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-23 12:11:56 -06:00
Jack Nagel 2fc35aafa0 swi-prolog: builds with LLVM > 2335
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-22 16:04:43 -06:00
Charlie Sharpsteen b1600e93d1 wxMac: Fix build flags
Use the standard `ENV.m32` to force a 32-bit build now that Homebrew's
environment tools can work with Objective C flags.

Only specify `-arch` flags when building Python modules---this prevents Python
from trying to build for more architectures than it should.

Fixes Homebrew/homebrew#10348.
2012-02-22 11:50:14 -08:00
Jack Nagel 1e3af0d83d fcgi: add 'fastcgi' alias
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-22 13:48:11 -06:00
Jack Nagel 7bc238a3b8 redis 2.4.8
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-22 13:37:54 -06:00
Berk D. Demir 3b6374878b tarsnap 1.0.32
This version includes a workaround to not trigger an LLVM optimizer bug
which was causing a LLVM to hang.

Closes Homebrew/homebrew#10406.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-22 13:33:49 -06:00
Jack Nagel 77b92bdc87 libmagic: builds in parallel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-21 23:31:42 -06:00
Nibbles 2bits 66bd6587d7 libmagic 5.10
Upgrade libmagic to version 5.10.

Throw the --enable-fsect-man5 flag to configure because OSX uses
magic(5) not magic(4) when it comes to man page sections.

Closes Homebrew/homebrew#10198.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-21 23:31:42 -06:00
Misty De Meo 3dde9bd427 qimageblitz: use ftp download
Closes Homebrew/homebrew#10391.
2012-02-21 23:27:46 -06:00
Adam Vandenberg 35cb5b4a43 armadillo 2.4.3 2012-02-21 21:13:44 -08:00
Jack Nagel 3ba989c206 gtk: remove conditional on fails_with_llvm
This conditional doesn't make sense since LLVM build 2326 isn't even
installable on Lion.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-21 23:08:20 -06:00
Nibbles 2bits 3bf7c75ef3 gtk: fix compilatione error with XCode 4.3/CLT
Add the flag --disable-visibility to configure, fixes compile errors
with Clang and llvm from CLT-4.3.  That flag means don't use ELF
visibility attributes.

Fixes Homebrew/homebrew#10283.
Closes Homebrew/homebrew#10287.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-21 23:07:37 -06:00
Eric Chen 715d14b068 open-mpi 1.4.5
Closes Homebrew/homebrew#10375.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-21 22:12:21 -06:00
toggtc c37090152a Ghostscript 9.05
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-02-21 20:05:07 -08:00
Fernando Ortiz 08260ef5ea New formula: primesieve 3.5
Closes Homebrew/homebrew#10137.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-21 21:45:59 -06:00
Ealden Esto E. Escanan 9b0dd34241 Gradle 1.0-milestone-8a
Mostly a bug fix for the dependency cache http://wiki.gradle.org/display/GRADLE/Gradle+1.0-milestone-8a+Release+Notes

Signed-off-by: Ealden Esto E. Escanan <ealden@gmail.com>
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-02-21 19:15:21 -08:00
Adam Vandenberg 0c73442672 xaw3d: audit and style issues 2012-02-21 19:00:12 -08:00
Jack Nagel b760b8cb41 notmuch 0.11
- Fix library install name issue that upstream is skating around

Closes Homebrew/homebrew#8284.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-21 19:24:48 -06:00
Gary V. Vaughan 709b50d8a1 GNU Zile 2.4.6
Update to latest release.

Closes Homebrew/homebrew#10362.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-21 19:17:17 -06:00
Nibbles 2bits d148cb9e1a help2man 1.40.6
Upgrade help2man to version 1.40.6.  Works on Lion + CLT.

Closes Homebrew/homebrew#10364.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-21 19:15:04 -06:00
narugami d45f6f872e zsh: use zsh.org mirror temporarily
Switch back to the SF url when it mirrors out.

Closes Homebrew/homebrew#10361.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-21 19:03:13 -06:00
Jack Nagel 25f53cbf0b sonar: fix audit warning
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-21 18:48:12 -06:00
Jack Nagel 6464f0cbab ffmpeg2theora: add HEAD
This builds against ffmpeg 0.10, for what it's worth.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-21 18:19:07 -06:00
Oleg Oshmyan f9d3f1ae27 ffmpeg2theora: add libkate support
Closes Homebrew/homebrew#8456.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-21 17:54:29 -06:00
Oleg Oshmyan 387b45d9c6 New formula: libkate 0.4.1
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-21 17:54:27 -06:00
Jack Nagel db91e1075a dbus: disable tests
The tests try to link with dbus-glib, but dbus-glib depends on dbus.
SMH.

Fixes Homebrew/homebrew#10367.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-21 12:07:29 -06:00
Martin Wilhelmi e034f26230 don't use clang 3.1 for bwm-ng
Closes Homebrew/homebrew#10365.

Signed-off-by: Max Howell <max@methylblue.com>
2012-02-21 10:39:37 +00:00
Max Howell 2ebfbcc205 Don't use clang 3.1 for Redis
Refs Homebrew/homebrew#10305.
Refs Homebrew/homebrew#10309.
2012-02-21 09:43:04 +00:00
Adam Vandenberg 7941c924f6 binwalk 0.4.2 2012-02-20 22:07:32 -08:00
Cameron Desautels fd739178cf gnu-arch 1.3.5
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-02-20 21:04:32 -08:00
Jakob Schlyter 234218f4c8 oath-toolkit 1.10.5
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-02-20 21:02:08 -08:00
Nibbles 2bits 014ef106f9 libplist: fix errors with Clang
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-02-20 20:36:22 -08:00
Adam Vandenberg b25ab77878 icarus-verilog 0.9.5 2012-02-20 20:28:51 -08:00
Adam Vandenberg 59207ed6d0 libplist 1.8 2012-02-20 20:23:07 -08:00
Erik Gregg a0aa9bedc4 Pari 2.5.1
Also added readline support.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-02-20 20:12:06 -08:00