Commit graph

8562 commits

Author SHA1 Message Date
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
Tuncer Ayaz
3a9305ab0e kes: add configure call and enable readline
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-02-20 20:10:10 -08:00
Hiram Chirino
264b7124b4 Apache Apollo 1.0
Closes Homebrew/homebrew#6000.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-02-20 19:56:57 -08:00
Adam Vandenberg
5150b9e4b7 Remove pngwriter from homebrew-core.
This software appears unmaintained, and does not work with libpng 1.5
provided by Lion. So moving to Homebrew-alt.
2012-02-20 19:39:45 -08:00
Nicola Tuveri
559e12c916 Tidyp: add manpage
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-02-20 19:36:37 -08:00
Mike Clarke
6b9c5fd1b8 xplanet 1.2.2
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-02-20 19:30:18 -08:00
Adam Vandenberg
9907bcd418 qemu: update llvm message 2012-02-20 19:21:26 -08:00
Steven Merrill
585e67a78a cbmbasic (Commodore BASIC) 1.0
Closes Homebrew/homebrew#8455.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-02-20 19:17:11 -08:00
David Turnbull
f9205abf48 pulledpork 0.6.1
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-02-20 19:14:18 -08:00
Adam Vandenberg
1706d0459c nmap: style issues 2012-02-20 19:11:44 -08:00
Jussi Hagman
7a39dda3b7 cc65 2.13.3
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-02-20 19:02:20 -08:00
Justin Clift
a32ef3eeb4 libvirt 0.9.10
Includes a patch by Lincoln Myers <lincoln_myers@yahoo.com>,
fixing a recently introduced compilation bug on OSX.

Patch is already included upstream, and will be in libvirt 0.9.11.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-02-20 18:09:28 -08:00
Jack Nagel
ddac152bf9 libgcrypt: break long line
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-20 17:28:01 -06:00
Jack Nagel
7dd44370f7 libgpg-error: builds in parallel
This has had ENV.j1 since the beginning, but it seems to build fine
these days. If it still fails for someone it needs a comment with
justification.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-20 17:26:08 -06:00
Jack Nagel
4b166ada2c libgcrypt: fix homepage
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-20 17:25:42 -06:00
Jack Nagel
db0d485a26 libassuan 2.0.3
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-20 17:25:22 -06:00
Jack Nagel
4d682f2db4 zsh: fix test
Better tests are certainly welcome, but keep in mind that the source is
not available to `brew test`. If `make check` is necessary it should be
done as part of the build.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-20 15:53:20 -06:00