Commit graph

9017 commits

Author SHA1 Message Date
Nibbles 2bits
4315834d56 libzzip 0.13.60
- Fix link error with clang

Fix a link error with clang & libtool. Configure chooses
  --export-dynamic
but that flag doesn't normally start with two dashes, only one.
There are no overrides or switches available for that.  The fix is an
inline patch for configure, adding the compiler case for darwin*) to set
ZZIPLIB_LDFLAGS="-export-dynamic".  Add the inline patch and bug report
url to the formula.  Add the 2sec make check for this compression
library.  Checks on Lion 10.7.3 and SL 10.6.8 with all five compilers
from the 4.3 CLT and XCode-4.0.2 (4D502).

Closes Homebrew/homebrew#10672.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-03-04 22:01:07 -06:00
Jack Nagel
2e6626d495 haproxy 1.4.19
Add missing dep on pcre, closing Homebrew/homebrew#10684.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-03-04 20:47:42 -06:00
Attila Györffy
890d1140cf node 0.6.12
Closes Homebrew/homebrew#10652.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-03-03 23:53:18 -06:00
Adam Vandenberg
907b5f0a6c algol68g can use gsl 2012-03-03 20:23:07 -08:00
Jonathan Halcrow
f3136af292 rabbitmq: apply upstream patch to fix Leopard build
Closes Homebrew/homebrew#10648.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-03-03 21:59:46 -06:00
Adam Vandenberg
6fbd964258 algol68g 2.3.7 2012-03-03 19:55:04 -08:00
Adam Vandenberg
40bde97c90 Remove akonadi
The download is 404.
2012-03-03 18:11:54 -08:00
Adam Vandenberg
9de4e091f3 Poster: style tweaks
Just install files manually instead of hacking the Makefile.
Remove the test.
2012-03-03 16:00:11 -08:00
Jack Nagel
560ec8ea92 gnupg2: specify path to gpg-agent
We disable building the agent program and provide it as a separate
gpg-agent package so that gnupg 1.x can use it as well. However, gpg2
still tries to find the agent in its own keg if it isn't already
running; that is, if the user hasn't done something like

    eval $(gpg-agent --daemon)

Using --with-agent-pgm, we can tell gpg2 to look in HOMEBREW_PREFIX/bin
for the agent instead.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-03-03 17:52:58 -06:00
Jack Nagel
0304a3ac26 pinentry: disable GTK GUI
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-03-03 15:27:05 -06:00
mundfrem
317a890396 Ettercap 0.7.4.1
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-03-03 13:13:44 -08:00
Anvar Karimson
c217e5f919 app-engine-java-sdk 1.6.3.1
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-03-03 12:56:59 -08:00
Camillo Lugaresi
0cfb74692f Remove spurious libiconv dependencies
OS X ships with iconv. glib failed to detect it, and this snowballed
into a few formulas requiring a superfluous duplicate install of
libiconv. All of the formulas in this commit compile without the
libiconv dependency.

jn:
The libiconv shipped with 10.5, 10.6, and 10.7 is version 1.11, so there
shouldn't be any cases of "10.x needs a newer libiconv but 10.y does
not".

In any case, we'll wait a week or so just in case any weird issues crop
up, and if not, then we can remove the libiconv formula and blacklist
it.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-03-02 22:22:16 -06:00
Jack Nagel
66f34e94a8 zsh: remove spurious libiconv dep
The system libiconv is sufficient.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-03-02 21:42:59 -06:00
Jack Nagel
e904a7b6d2 mercurial 2.1.1
- Add an upstream patch to fix the usage of xcodebuild in setup.py.

Fixes Homebrew/homebrew#10314.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-03-02 14:52:27 -06:00
royhodgman
bf99da4506 transmission 2.50
Closes Homebrew/homebrew#10636.

[jn: the switch to disable the GTK client changed from "disable-gtk" to
"without-gtk" for some reason, adjusted.]

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-03-02 14:47:58 -06:00
Mislav Marohnić
4730dbdb6b hub 1.8.3
Closes Homebrew/homebrew#10639.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-03-02 14:39:52 -06:00
Jack Nagel
c02e17333c Move memcacheDB to homebrew-alt
The latest release is four years old and incompatible with recent
berkeley-db versions.

Closes Homebrew/homebrew#10633.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-03-02 11:24:17 -06:00
Misty De Meo
1b0d337bca media-info: Always build with libcurl 2012-03-02 10:42:53 -06:00
Misty De Meo
0faf6ab64e media-info 0.7.53 2012-03-02 10:22:51 -06:00
Nibbles 2bits
234a861acd libtool 2.4.2
Upgrade libtool to version 2.4.2 per mxcl req in Homebrew/homebrew#9179

Closes Homebrew/homebrew#10610.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-03-01 22:09:08 -06:00
James Aitken
cb6d4ffbc7 Nginx: devel 1.1.16
Closes Homebrew/homebrew#10620.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-03-01 22:07:12 -06:00
Jack Nagel
01f0bd7467 avocadodb: fix audit warning
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-03-01 21:45:03 -06:00
Sebastian Cohnen
dc35babd70 updated to avocadodb 0.2.2
* also removed automake dependency
* boost is now only a build dependency

Closes Homebrew/homebrew#10619.

Signed-off-by: Max Howell <max@methylblue.com>
2012-03-01 22:05:31 +00:00
Max Howell
15b62078d6 Caveats for ANDROID_SDK_ROOT
Closes Homebrew/homebrew#10616.
2012-03-01 16:54:53 +00:00
Sebastian Cohnen
0b70a2a94b new formula: avocadodb 0.1.2
Closes Homebrew/homebrew#10344.

Signed-off-by: Max Howell <max@methylblue.com>
2012-03-01 16:32:16 +00:00
Adam Vandenberg
829e588c9d git-flow: use tarball for bash completion 2012-03-01 06:57:40 -08:00
Jack Nagel
5342c1f2f0 mercurial: fix failing inreplace
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-29 22:56:16 -06:00
Jack Nagel
494b9e3f37 mercurial: style nits
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-29 22:56:15 -06:00
Adam Vandenberg
3d9df4c1f3 auctex: more style nitpicks 2012-02-29 20:42:09 -08:00
Adam Vandenberg
50ada1cc0a auctex: remove silly concatenation 2012-02-29 20:37:43 -08:00
Adam Vandenberg
c4687e494c auctex: exit with error status 2012-02-29 19:40:28 -08:00
Jonathan Schleifer
fc66ae709c ht 2.0.19
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-02-29 19:35:14 -08:00
Martial
46c8966df4 Shen 3.1
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-02-29 19:32:55 -08:00
Charlie Sharpsteen
bc3bec2075 PostGIS: Update --devel to 2.0beta1
Also, no longer pass `--prefix` to `configure`. The 2.0 beta no longer accepts
this flag and we do installation by hand anyway.
2012-02-29 14:00:51 -08:00
Jack Nagel
5e4ee3b53c xpdf: depends on lesstif
*Really* fix Homebrew/homebrew#10588.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-29 15:55:17 -06:00
Jack Nagel
308fd2339d xpdf: fix build of the actual xpdf tool
Tentatively fixes Homebrew/homebrew#10588.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-29 15:33:46 -06:00
Jack Nagel
51791f94e0 imagemagick: depends on pkg-config
Fixes Homebrew/homebrew#10600.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-29 14:19:40 -06:00
Misty De Meo
d4f5317bde md5deep 4.1 2012-02-29 09:30:08 -06:00
Misty De Meo
e081e1b8fd exiftool 8.80 2012-02-29 09:30:08 -06:00
Adam Vandenberg
2a1881c53b LuaRocks 2.0.7.1
Removed caveats, since they applied to a now-old upgrade of the
formula.
2012-02-28 21:29:26 -08:00
Peter Vlugter
03ee96ee84 giter8 0.4.0
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-02-28 21:13:52 -08:00
Adam Vandenberg
f5f652bc31 Remove head-only growlme formula. 2012-02-28 21:08:46 -08:00
samueljohn
c55d31b301 pixman: Env.x11
pixman uses includes from X11. Declaring Env.x11 makes this explicit (even if it may work on your system without).
Xcode without CLTs needs to set this explicit in order to add the right sdk path.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-02-28 21:07:15 -08:00
Yoji SHIDARA
c47cb57bce grooga 2.0.0
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-02-28 21:01:30 -08:00
Tyler Brock
488cf8f1e1 mongodb 2.0.3
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-02-28 21:01:07 -08:00
Jack Nagel
894601c62d Fix audit warnings
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-28 20:36:04 -06:00
Max Howell
d224636ba4 More formula that now depend on automake
gst-plugins-base didn't need the autoreconf in any form I could see. So removed.
2012-02-29 02:03:26 +00:00
Max Howell
67722e2ab9 Fix aview compile; Fixes Homebrew/homebrew#10579 2012-02-29 01:33:40 +00:00
Jack Nagel
34601ee38f git-multipush: setting GIT_DIR is now unnecessary
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-28 18:35:09 -06:00
Jack Nagel
8f4f94011b salt: fix subformula reference
Fixes Homebrew/homebrew#10540.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-28 18:29:54 -06:00
Jack Nagel
3ba7154e1c gdbm: remove stale inreplace
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-28 18:07:16 -06:00
Misty De Meo
672ae778f7 emacs: Fix typo in mirror url 2012-02-28 17:41:52 -06:00
Jeremy Voorhis
4e371187d4 Fix LLVM recipe
Fixed a regression where the definition of clang_dir was removed.

Closes Homebrew/homebrew#10515.

Signed-off-by: Max Howell <max@methylblue.com>

Modified patch so clang_dir is a function rather than a variable.
2012-02-28 20:13:16 +00:00
Tim Shadel
719dd432c3 appledoc: New formula
Create a basic install of the appledoc developer tool.
https://github.com/tomaz/appledoc/blob/master/Readme.markdown

Closes Homebrew/homebrew#9584.

Signed-off-by: Tim Shadel <github@timshadel.com>
Signed-off-by: Max Howell <max@methylblue.com>

I added a test and added to the caveats.
2012-02-28 18:58:34 +00:00
Jack Nagel
d1e797523e libtool: remove unused configure switch
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-28 11:36:23 -06:00
Jack Nagel
e133d6e358 automake: remove unused configure switches
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-28 11:36:23 -06:00
Jack Nagel
d766103af7 autoconf: remove unused configure switch
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-28 11:36:23 -06:00
Jack Nagel
ade63d52f8 audit: automake, autoconf, and libtool are build-time deps
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-28 11:36:12 -06:00
Max Howell
43d58989c9 Fuse4x depends_on libtool too
Refs Homebrew/homebrew#10524.
2012-02-28 17:18:43 +00:00
Max Howell
a0886fff37 Fix typo in libevent formula 2012-02-28 17:09:58 +00:00
Max Howell
06cb65df78 These now depend on automake for Xcode >= 4.3
Fixes Homebrew/homebrew#10559.

Also added missing deps for osm2pgsql.

Removed some ACLOCAL_FLAGS stuff as in theory this is not set in ENV.rb. Would like to see if it causes trouble. Should just work now.
2012-02-28 15:40:59 +00:00
Mike McQuaid
6087f04164 Update Imagemagick bottle. 2012-02-28 09:44:56 +00:00
Pete Deffendol
b59ca6f5b0 PostgreSQL 9.1.3
Closes Homebrew/homebrew#10537.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-27 17:08:33 -06:00
Mike Tigas
6b347ee769 arm 1.4.4.1
Closes Homebrew/homebrew#10542.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-27 17:05:11 -06:00
royhodgman
a6130af15b dcraw 9.12
Closes Homebrew/homebrew#10526.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-27 17:02:46 -06:00
René Moser
f8ae9a5821 git-ftp 0.7.2
Closes Homebrew/homebrew#10525.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-27 17:02:04 -06:00
Jack Nagel
a1185fba7f imagemagick: move HEAD back to SVN trunk
Now that we have the UnsafeSubversionDownloadStrategy, we can get around
the bad SSL cert.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-27 16:42:26 -06:00
Jack Nagel
15c6fef06f imagemagick 6.7.5-7
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-27 16:35:36 -06:00
Jack Nagel
3d34e2c02d imagemagick: fix indentation
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-27 16:33:12 -06:00
Jack Nagel
9c0fc8d1bd libass: remove unused configure switch
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-27 16:13:12 -06:00
rogeriopvl
19ca591fed ffmpeg: enable libass support
Closes Homebrew/homebrew#10535.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-27 16:09:45 -06:00
Jake Good
d350ae403e hadoop: fix inreplace
Closes Homebrew/homebrew#10532.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-27 14:30:18 -06:00
Jack Nagel
ce4b06eea7 recode: help the linker find libiconv
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-27 14:18:36 -06:00
Jack Nagel
c1fd9b501e Use cellar paths in tests
This lets `brew test` work when these are keg-only, etc. Also fix a
couple of typos and style things.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-27 14:11:01 -06:00
Jack Nagel
03d22cc400 Add mirrors to new autotools formulae
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-27 14:08:11 -06:00
Jack Nagel
46d8f21b18 autogen 5.15
Fixes Homebrew/homebrew#9651.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-27 13:56:53 -06:00
Nibbles 2bits
caacd9013f libvpx: determine correct build target
Adjust the formula for libvpx to determine the correct target.
This was tested on 32bit and 64bit Snow Leopard 10.6.8 using
all three compilers from XCode-4.0.2, and it was tested on Lion
using both compilers from XCode-4.2.1 and 4.3.

Closes Homebrew/homebrew#10249.
2012-02-27 13:48:15 -06:00
Max Howell
646f7c0cc8 Pass configure since Xcode 4.3
Refs Homebrew/homebrew#10508.
2012-02-27 12:56:52 +00:00
Max Howell
0ea6b8df0c Fix fuse4x autoreconf errors
Also removed the ENV vars since we set this stuff higher up now, and it compiled. So I'm guessing we're good.

Closes Homebrew/homebrew#10524.
2012-02-27 12:21:50 +00:00
Max Howell
cd1ada15db Force autoreconf to use glibtoolize and not libtoolize 2012-02-27 12:20:49 +00:00
Max Howell
843090d10a Put dirlist in the right place
I fixed this last night, and then somehow committed the wrong version. Don't watch the Oscars while doing Homebrew.
2012-02-27 12:11:20 +00:00
Tuncer Ayaz
1c635f2a85 automake: update to 1.11.3
Closes Homebrew/homebrew#10520.

Signed-off-by: Max Howell <max@methylblue.com>
2012-02-27 12:04:50 +00:00
Rene Hopf
ea31b76cc0 Fix typo in libmikmod
Closes Homebrew/homebrew#10528.

Signed-off-by: Max Howell <max@methylblue.com>
2012-02-27 11:51:33 +00:00
Jamie Kirkpatrick
f7245e7c28 Force GCC-LLVM when compiling with the Xcode 4.3+ developer tools
Closes Homebrew/homebrew#10519.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2012-02-27 09:55:13 +00:00
Mike McQuaid
1e3dc00c15 Add gettext bottle. 2012-02-27 09:49:20 +00:00
Rich Manalang
047c40970c atlassian-plugin-sdk 3.8
Closes Homebrew/homebrew#10516.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-02-26 21:36:10 -08:00
Max Howell
57f8096764 Do not edit code as popular as Homebrew at 4am 2012-02-27 04:22:52 +00:00
Max Howell
cc42975f81 depends_on "automake" where necessary
Had to remove full paths, since we have two options for location now.
2012-02-27 04:05:43 +00:00
Max Howell
51857be5ee Autoconf, Automake and Libtool
We need these now for Xcode-4.3/CLT4X installations.

Also prevent m4 error in installer. And prevent brew doctor complaining if we're Xcode 4.3 or above.

Closes Homebrew/homebrew#10349. Fixes Homebrew/homebrew#10423. Refs Homebrew/homebrew#9179.
2012-02-27 03:35:11 +00:00
Björn Albers
5fbe0bf895 NRPE 2.13
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-02-26 16:39:42 -08:00
Ingo Richter
3bc63545b6 libimobiledevice: add --head
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-02-26 16:19:02 -08:00
Nibbles 2bits
a83d3606ed libvpx: fix compilation with CLT/Xcode 4.3
Remove the option to --enable-postproc because it's always enabled
Set --disable-runtime-cpu-detect so it's detected during make.
Don't allow --gcov when compiling with Clang. Cleans up warnings.
Remove the O-level from cflags with Clang.  Cleans up warnings.
This was tested on 32bit and 64bit Snow Leopard 10.6.8 using
all three compilers from XCode-4.0.2, and it was tested on Lion
using both compilers from XCode-4.2.1.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-26 18:04:43 -06:00
Matthew Lewinski
fc0dda72e8 imap-uw 2007f
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-02-26 15:55:13 -08:00
Lukas Sabota
99e2b2be46 fceux 2.1.5
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-02-26 15:20:52 -08:00
Adam Vandenberg
f375135c78 Emacs 23.4
Removed patches that have been applied to this release.
2012-02-26 14:30:01 -08:00
Andrey Smirnov
07c154d065 Skytools 2.1.12
Closes Homebrew/homebrew#6505.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-02-26 10:28:21 -08:00
Adam Vandenberg
1ca1e904bf Plowshare: fix audit warning 2012-02-26 09:31:50 -08:00
Bart Leusink
b2c4265c93 curl 7.24.0
Closes Homebrew/homebrew#10507.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-02-26 09:21:33 -08:00
Adam Vandenberg
fc3b427d6a Move CSSTidy to homebrew-alt
brew install https://raw.github.com/adamv/homebrew-alt/master/head-only/csstidy.rb

CSSTidy is head-only, hasn't had a stable release since 2007, and the 1.4
source tarball doesn't unpack.

To reinstate, please petition the project to release a new stable
tarball.
2012-02-26 09:16:38 -08:00
Adam Vandenberg
0a64b95492 Plowshare: use snapshot tarball 2012-02-26 08:24:55 -08:00
Max Howell
a4aaf37c3c Refs Homebrew/homebrew#10419; Fixes this issue, but still doesn't build 2012-02-26 15:59:16 +00:00
Adam Vandenberg
ddf6213611 pgtap: fix audit warning 2012-02-26 07:58:10 -08:00
Adam Vandenberg
a55c685dcb blueutil: fix audit warning 2012-02-26 07:47:11 -08:00
Adam Vandenberg
8249a32843 Blueutil 1.0.0 2012-02-26 07:36:40 -08:00
Mirek Rusin
193479c501 Vala 0.15.2
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-02-26 07:33:44 -08:00
Denis Cornehl
5f14ec9432 git-ftp: fix MD5
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-02-26 07:32:54 -08:00
Adam Vandenberg
1ed5c4d17f Fix QT
Pathname.glob returns Pathnames, so is not interchangable
with dir.
2012-02-26 07:31:21 -08:00
Bart Leusink
ed7b4c142a Ircii 20111115
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-02-26 07:27:47 -08:00
Max Howell
ac67a32803 Clang 4 requires this patch too 2012-02-26 14:06:03 +00:00
Max Howell
415910391f Only apply this fix against clang 3.1 since apparently breaks for clang 3.2
Also some of this patch was meant to be in the last commit. I've reverted to brotherbard gitx and it doesn't auto-refresh if the file changes, so I missed part of it. Proof that tools can break your flow :P
2012-02-26 13:45:37 +00:00
Rico Sta. Cruz
ae7c3f04f5 macvim: decomission the --enable-clipboard flag
Closes Homebrew/homebrew#10497.

Signed-off-by: Max Howell <max@methylblue.com>
2012-02-26 13:25:04 +00:00
Travis Tilley
987ee07040 Fix Ragel formula when building with Clang
Closes Homebrew/homebrew#10498.

Signed-off-by: Max Howell <max@methylblue.com>

Made the clang patches only get applied if using clang and clang version <= 3.1. This may mean it breaks for 3.2 but we do this because we need to continue testing such things.
2012-02-26 13:23:44 +00:00
Bart Leusink
8f0d70cf65 go: fix-up HEAD install 2012-02-25 22:52:57 -08:00
Adam Vandenberg
457a786ccb dbslayer: style tweaks 2012-02-25 22:40:35 -08:00
Adam Vandenberg
2f46b730d3 akonadi: detect mysql
Detect MySQL and warn if not found, rather than
depending on it directly.
2012-02-25 22:39:42 -08:00
Adam Vandenberg
562aaed753 Remove abfind.
This formula was head-only.
2012-02-25 22:33:59 -08:00
Adam Vandenberg
679a12668b Remove platypus
This formula has an unversioned tarball, which no longer checksums
as it has bumped forward without anyone noticing.

Closes Homebrew/homebrew#10363.
2012-02-25 22:30:50 -08:00
Adam Vandenberg
7ef4f90394 Remove aqua-less
This formula is carrying around a large Project Builder patch,
which is not compatible going forward. Upstream progress seems
to have stopped too. Probably the precompiled download could be used
if someone wanted to install this.

Closes Homebrew/homebrew#10063.
2012-02-25 22:28:03 -08:00
Adam Vandenberg
9efd13492a Remove orderly
We packaged version "0.0.1", but there may have been a more recent
version available. In any case, no one submitted any updates and
upstream work seems to have stalled 2 years ago.

Closes Homebrew/homebrew#10390.
2012-02-25 22:23:26 -08:00
Rico Sta. Cruz
d727455656 macvim: Always make icons
Closes Homebrew/homebrew#10489.
Closes Homebrew/homebrew#10491.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-02-25 22:18:41 -08:00
Rafik Draoui
79cd7220a2 cgdb 0.6.6
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-02-25 22:14:38 -08:00
Adam Vandenberg
749ce30283 Python: add more references for bug 2012-02-25 22:11:21 -08:00
Adam Vandenberg
4a464a0b79 Python: style tweak 2012-02-25 22:09:21 -08:00
Clay McClure
d4fd1b9aae Python requires -fwrapv for Decimal division
According to:

http://stackoverflow.com/questions/7590137/dividing-decimals-yields-invalid-results-in-python-2-5-to-2-7

the Python interpreter must be built with -fwrapv for proper Decimal division.

To test:

python -c "from decimal import Decimal; print Decimal(4) / Decimal(2)"

If built with -fwrapv, this yields 2.

Closes Homebrew/homebrew#10487.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-02-25 22:08:02 -08:00
Adam Vandenberg
b9e1f00952 Python: add Decimal division test 2012-02-25 22:07:53 -08:00
Adam Vandenberg
782007ff6e Don't override default -O flag.
Way back in the day, Homebrew defaulted to LLVM/-O3. A lot of stuff
failed to compile, and a lot of stuff just took forever with -O4.

We don't default this way anymore, and in fact use -Os per Apple
guidelines.

So remove these old "fixes" since they are no longer needed.
2012-02-25 21:00:28 -08:00
Jack Nagel
c8aa208cde chipmunk: fix audit warning
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-25 22:56:37 -06:00
Julian Bonilla
575811f85f berkeley-db 5.3.15
Closes Homebrew/homebrew#10427.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-02-25 20:47:08 -08:00
Jack Nagel
db7d9467ff libiptcdata: remove unused configure switch
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-25 20:47:14 -06:00
Jack Nagel
69fd528023 enca: remove unused configure switch
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-25 20:47:12 -06:00
Adam Vandenberg
723694b138 atlassian-sdk-plugin: don't install maven readmes 2012-02-25 17:14:59 -08:00
Adam Vandenberg
50fedba5b1 Python 2/3: add effective_include 2012-02-25 17:12:54 -08:00
Adam Vandenberg
f2c1d23b42 bagit: move conf out of bin 2012-02-25 16:54:05 -08:00
Adam Vandenberg
7c4efdf597 bagit: meta-files are installed by default 2012-02-25 16:46:38 -08:00
Adam Vandenberg
32d9e41182 bagit 4.1 2012-02-25 16:43:34 -08:00
Adam Vandenberg
32522a490a aalib: needs ENV.x11 2012-02-25 15:49:54 -08:00
René Moser
0dbba1b8a3 git-ftp 0.7.1
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-02-25 15:32:52 -08:00
Jack Nagel
237a42a133 emacs: move some patches inline
Gists for patches are bad, so move the shorter patches inline.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-25 17:28:24 -06:00
Wei Dai
e110721ca1 Fasd 0.5.4
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-02-25 15:27:55 -08:00
Adam Vandenberg
fb5977f181 Add "require hardware" to formula.rb
Now individual formulae don't need to require this if they want to use
Hardware methods outside of `def install`.
2012-02-25 15:22:32 -08:00
Rico Sta. Cruz
be00d38ce0 quvi: update configure flags
Closes Homebrew/homebrew#10473.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-25 17:17:07 -06:00
skim
5b5c8615ac GNU smalltalk 3.2.2
Build HEAD in 64-bit with SDL and Cairo support.

Closes Homebrew/homebrew#8045.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-25 17:17:01 -06:00
Xiyue Deng
33381ed2ec icu4c: add "--universal"
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-02-25 11:48:21 -08:00
Adam Vandenberg
05cf7d919f signing-party: fix audit warning 2012-02-25 11:46:49 -08:00
Adam Vandenberg
cb8520ae0d Add 32-bit option to Riak 2012-02-25 11:44:20 -08:00
Adam Vandenberg
22d875206c Riak 1.1.0
Also move to using pre-packaged downloads for Riak.

Rationale:
Riak does not always compile against the latest version of Erlang.
As we like to bump Erlang aggresively, this ends up breaking Riak.

Since the pre-packaged Riak comes with a specific verison of Erlang,
this gets around this problem. And there's no compelling reason to want
to compile Erlang-based software from scratch.
2012-02-25 11:37:15 -08:00
Jack Nagel
35a62c2e8e Remove parsley and argp-standalone
Parsley is head-only with no stable versions available, and hasn't been
updated for two years. argp-standalone is only used by parsley and does
not have a real homepage.

Closes Homebrew/homebrew#10458.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-25 13:35:20 -06:00
Jack Nagel
f9cb788fc9 boost-build: use boost 1.49 tarball
Technically the boost-build version is the same.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-25 13:35:09 -06:00
Charlie Sharpsteen
b811ddaf22 PostGIS: Update --devel to 2.0.0alpha6 2012-02-25 10:40:03 -07:00
Xiyue Deng
98336f641c Update boost formula to version 1.49.0 and drop obsolete patches.
Closes Homebrew/homebrew#10465.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2012-02-25 11:49:02 +00:00
Brenton Partridge
666b7c58b1 OpenFST 1.2.10
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-02-24 22:01:55 -08:00
Jack Nagel
27e7e64f74 fluid-synth: use block-style mkdir
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-24 23:47:09 -06:00
Adam Vandenberg
e84698e7aa Add buildpath to Formula 2012-02-24 21:35:51 -08:00
Adam Vandenberg
7c5720e36f Put source path last in cmake args 2012-02-24 21:35:51 -08:00
Adam Vandenberg
83b371fba5 Introduce block form of mkdir 2012-02-24 21:35:51 -08:00
Adam Vandenberg
da3fdbd0cf Use "cd" instead of "Dir.chdir"
* And "mkdir" isntead of "Dir.mkdir"
* And "Dir[]" instead of "Dir.glob"
* Also style fixes and nitpicks
2012-02-24 21:35:50 -08:00
Ryan McKern
4d6a0e1f01 libsndfile: patch to fix build with Xcode 4.3
Closes Homebrew/homebrew#10405.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-24 23:27:50 -06:00
Nibbles 2bits
56a2a1ff2c fluid-synth 1.1.5
- Upgrade fluid-synth to 1.1.5.
 - Switch to cmake build.  Docs say configure is deprecated.
 - Add a patch to fix a missing CoreAudio header on Lion.
 - Disable the framework build.
 - Remove lib suffix to avoid lib64.
 - Compiles on Lion 10.7.3 and SL 10.6.8 using all five compilers.

Closes Homebrew/homebrew#10197.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-24 23:08:18 -06:00
Camillo Lugaresi
0c8967d762 wine 1.4rc4
also added support for compiling wine with clang

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-02-24 20:48:38 -08:00
Camillo Lugaresi
e60f4d0c78 winetricks 20111115
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-02-24 20:47:19 -08:00
Jack Nagel
52ea0ede8a irssi: remove weird ARCHFLAGS setting
MacPorts used to have this too, for whatever reason, but they removed it
almost two years ago. I can build irssi fine without it, so I think it
needs better justification in the formula.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-24 20:11:24 -06:00
Jack Nagel
5b9ace578e aget: use MacPorts patch
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-24 19:40:54 -06:00
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
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
Bert JW Regeer
1071fc860b Add small patch to fix build of nmap with clang
This adds a very small patch to fix an issue with building nmap with
clang. The crux of the issue is that clang no longer compiles files with
void main() instead requiring int main(). This causes the configure to
fail when attempting to identify if a certain feature exists which
causes nmap to include its own version which off course causes a compile
failure because now you have two structs with the same name and two
functions with the same name in the same compilation unit.

This patch should probably be sent upstream as well.

Closes Homebrew/homebrew#10302.
Closes Homebrew/homebrew#10300.

Signed-off-by: Max Howell <max@methylblue.com>
2012-02-20 19:01:46 +00:00
Carsten Dreesbach
9ccb7bbe00 xdotool 2.20110530.1
Closes Homebrew/homebrew#8425.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-02-19 20:33:53 -08:00
Adam Vandenberg
41242cd1a8 dmd: fix writing conf file 2012-02-19 19:10:56 -08:00
Jack Nagel
b19a3c5544 dbus 1.4.18
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-19 19:34:11 -06:00
Jannis Leidel
5138124bb6 Added a formula for knife bash completion.
Closes Homebrew/homebrew#10223.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-02-19 17:26:45 -08:00
Stevan Vučenović
3d44ac2d50 dmd 2.058
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-02-19 17:16:44 -08:00
Trevor Wennblom
e6d86b65cf orbit 2.14.19
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-02-19 17:12:53 -08:00
Bert JW Regeer
46479d4025 Botan: add debug build option
This adds an extra flag --enable-debug so that the user can build Botan
with debugging enabled which is handy for debugging programs written
with Botan.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-02-19 17:09:16 -08:00
Anthony Grimes
e853c0b256 nimrod 0.8.14
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-02-19 17:07:54 -08:00
tungolcraft
cb9e3e0269 ECM 1.0
ECM is a program to remove redundant information from cd images, and
losslessly replace that information when you want the original back.
This formula installs two binaries: ecm and unecm. That's all.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-02-19 17:05:51 -08:00
Sorin Ionescu
f1520325a1 zsh 4.3.16
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-02-19 17:00:33 -08:00
Chris Lowis
c2ce50dcaf gibbslda 0.2.0
A formula for GibbsLDA++ (A C/C++ Implementation of Latent Dirichlet Allocation (LDA) using Gibbs Sampling for Parameter Estimation and Inference). http://gibbslda.sourceforge.net/

Closes Homebrew/homebrew#7164.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-02-19 16:50:48 -08:00
Maxime Nowak
bb863835e7 Sonar 2.13.1
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-02-19 16:43:49 -08:00
Alexander Simonov
b46ba5a7f3 APE 1.1.0
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-02-19 15:25:36 -08:00
Jack Nagel
3e99604803 autojump: fix audit warning
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-19 17:03:21 -06:00
Jack Nagel
9d2b217aa2 libgnomecanvas: fix audit warning
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-19 17:03:10 -06:00
Jack Nagel
026440d7a1 gnupg 1.4.12
- Adjust CFLAGS to preserve building with clang
 - Remove the patch, which fails to apply. It was not submitted upstream
   prior to the 1.4.12 release; users who need this patch preserved
   should see that it is sent to the GnuPG maintainer. We will consider
   carrying it again once that is done.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-19 16:39:01 -06:00
Justin de Vesine
4389e9059d spidermonkey: add --HEAD
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-02-19 13:50:01 -08:00
Matt McClure
ecfbd431ea git-diffall 1.0.0
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-02-19 13:40:32 -08:00
Jim Myhrberg
7819a5c689 Rsense 0.3
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-02-19 11:34:44 -08:00
Evan Shelhamer
987e00f084 autojump 19
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-02-19 11:32:12 -08:00
Perry Wagle
d105a1743e pdf2svg: Patch Poppler rendering call.
Fix call to poppler to render normal thickness lines in Firefox.

Closes Homebrew/homebrew#10317.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2012-02-19 11:23:51 -08:00
David Wooldridge (z0mbix)
c0c42781b2 arp-scan 1.8
arp-scan is a command-line tool that uses the ARP protocol to discover
and fingerprint IP hosts on the local network. It is available under the
GPL licence (GPLv3).

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-02-19 11:09:28 -08:00
Adam Vandenberg
b38d08daa5 kes 0.9 2012-02-19 09:51:06 -08:00
Kenneth Reitz
a4728883d0 autoenv 0.1.0
Closes Homebrew/homebrew#10325.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-02-19 09:29:14 -08:00
Adam Vandenberg
087915dba5 swi-prolog 6.0.0 2012-02-19 09:27:25 -08:00
Jack Nagel
740ceee9ba gnupg: fix compilation with clang
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-19 01:05:58 -06:00
Hao Hong
80b2325afd byobu 5.12
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-02-18 22:37:00 -08:00
John Harrison
21e0f3213c pygtk 2.24.0
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-02-18 21:38:50 -08:00
Ralf Stephan
bd7152088d py2cairo 1.10.0
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-02-18 21:38:50 -08:00
John Harrison
d6f0a95d41 pygobject 2.28.6
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-02-18 21:38:50 -08:00
Trever Miller
6181d5e538 whatmask: add test
Closes Homebrew/homebrew#8736.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-18 21:39:43 -06:00
David Turnbull
a5dcd1cb42 bro 2.0
Closes Homebrew/homebrew#8380.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-02-18 18:58:13 -08:00
Joe Rocklin
2c6cceeae9 pcb 20110918
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-02-18 15:55:58 -08:00
Trevor Wennblom
ba5d13b643 gnumeric 1.10.17
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-02-18 15:41:52 -08:00
Trevor Wennblom
7abf2b85c0 rarian 0.8.1
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-02-18 15:32:27 -08:00
Albert Volkman
d15deff9a6 Added git-ftp formula
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-02-18 15:28:53 -08:00
Brandon Beck
57c8c564c2 savana 1.2
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-02-18 14:53:50 -08:00
Wei Dai
377840b3df fasd 0.5.3
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-02-18 14:37:44 -08:00
Libor Wagner
cb456c0390 blackbox 44
"Blackbox is a planning system that works by converting problems
specified in STRIPS notation into Boolean satisfiability problems, and
then solving the problems with a variety of state-of-the-art
satisfiability engines. The front-end employs the graphplan system (Blum
and Furst 1995). There is extreme flexibility in specifying the engines
to use. For example, you can tell it to use walksat (Selman, Kautz, and
Cohen 1994) for 60 seconds, and if that fails, then satz (Li and
Anbulagan 1997) for 1000 seconds. This gives blackbox the capability of
functioning efficiently over a broad range of problems. The name
blackbox refers to the fact that the plan generator knows nothing about
the SAT solvers, and the SAT solvers know nothing about plans: each is a
"black box" to the other."
[http://www.cs.rochester.edu/u/kautz/satplan/blackbox/]

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-02-18 14:33:49 -08:00
Zach Langley
91a38969e2 nauty 24r2
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-02-18 14:28:03 -08:00
Birger J. Nordølum
3036530cf8 libgnomecanvas 2.30.3
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-02-18 14:07:52 -08:00
Adam Vandenberg
848ef93c03 rbenv: add caveats 2012-02-18 14:01:55 -08:00
Trevor Wennblom
b711f0b0da goffice 0.8.17
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-02-18 14:01:48 -08:00
Nelson Tam
7be43263b8 conserver 8.1.18
Conserver is an application that allows multiple users to watch a serial
console at the same time. It can log the data, allows users to take
write-access of a console (one at a time).

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-02-18 12:14:11 -08:00
Adam Vandenberg
45d3e8fa48 gtk-gnutella 0.97.1 2012-02-18 12:09:53 -08:00
Stephen Belanger
78b4bce217 SDL_rtf formula 0.1.0
Closes Homebrew/homebrew#6713.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-02-18 11:57:36 -08:00
Jack Nagel
165d641f91 binutils: fix audit warning
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-18 12:41:43 -06:00
Jack Nagel
b13c97a8b1 wireshark: reorganize things a bit
- add optional dep on the c-ares library
 - make python bindings optional
2012-02-18 12:34:13 -06:00
Adam Vandenberg
f8ce2ab7af Mercurial: patch to remove error codes 2012-02-18 09:29:34 -08:00
Adam Vandenberg
4b1a2b729e Remove Factor
This is a head-only formula, and can be installed via a DMG.
2012-02-18 09:05:18 -08:00
wrb
71e10261fe msmtp needs pk-config to build
Closes Homebrew/homebrew#10304.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-02-18 08:50:12 -08:00
Christer Solskogen
cbfc18c66f sdl 1.2.15
Closes Homebrew/homebrew#10307.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-18 10:45:33 -06:00
Christer Solskogen
602a164cca hatari 1.6.1
Closes Homebrew/homebrew#10307.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-18 10:45:33 -06:00
Aleksander Modzelewski
0a656173eb dwarf fortress 0.34.02
Closes Homebrew/homebrew#10306.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-18 10:45:33 -06:00
Adam Vandenberg
03dbed6141 Update return values of install and install_symlink
These now return an Array of all the target destinations.
Previously, if a single argument was passed a single non-
Array was returned.

This behavior has been changed so that an Array is always returned
even for a single argument.

Updated the test.

Hopefully this won't break any custom code out there.
2012-02-17 23:07:16 -08:00
Paul Phillips
7a44e13e9b ivy 2.2.0
Closes Homebrew/homebrew#7418.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-02-17 19:43:03 -08:00
Adam Vandenberg
7c444a58ba Remove libmpq.
libmpq is a head-only formula; removing.
2012-02-17 19:24:30 -08:00
Ealden Esto E. Escanan
0a14ad8bd3 Groovy 1.8.6
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-02-17 19:06:28 -08:00
Max Howell
f34a085b47 sl fails to build with clang 2012-02-18 02:05:41 +00:00
Jack Nagel
0cf56ff19a imapfilter 2.4.2
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-17 19:44:15 -06:00
Jack Nagel
47efef379f node devel 0.7.4
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-17 19:10:56 -06:00
Jack Nagel
cf37c1d059 node stable 0.6.11
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-17 19:10:45 -06:00
Jack Nagel
e466dae5c2 Bite the bullet and declare xz as a build-time dep
Determining build-time deps as part of the download strategy is probably
a Homebrew 2 topic, so avoid the "you need to install xz" warning by
declaring xz as a dep where used.

The "don't use xz if there are alternatives" policy is still in effect,
though.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-17 18:58:28 -06:00
Charlie Sharpsteen
49cd1f054d PostGIS: Add --with-gui option
Builds the GKT+ based GUI for loading shapefiles into a database.
2012-02-17 16:16:36 -08:00
Charlie Sharpsteen
084339d9fe PostGIS: Add 2.0 prereleases as --devel option 2012-02-17 16:15:41 -08:00
Charlie Sharpsteen
e28de1341f PostGIS: Fix installation
Several issues with PostGIS are addressed with this refactoring:

  - PostGIS takes all of its orders from the PGXS makefiles distributed with
    Postgresql. This means that it installs its self into the Postgres keg and
    there is nothing that can be done. The solution is to avoid `make install`
    and manually install everything.

  - Gettext is no longer used as there is no way to properly specify paths to a
    keg-only formula when all of the flags are being dictated by PGXS.

  - The list of components in the 2.0 HEAD builds has been updated.

  - The default behavior for HEAD is to build the raster and topology
    extensions. Because of this, the `--with-raster` and `--with-topology`
    options have been dropped.

Closes Homebrew/homebrew#9448.
2012-02-17 16:15:39 -08:00
Matt Blair
605c297243 libevent 2.0.17
Closes Homebrew/homebrew#10265.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-17 14:23:03 -06:00
Stefan Huber
f164ca9a04 dns2tcp 0.5.2
Closes Homebrew/homebrew#10274.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-17 14:12:24 -06:00
Adam Malcontenti-Wilson
80a45aa641 libmtp 1.1.2
Closes Homebrew/homebrew#10262.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-17 14:09:59 -06:00
Dan Martinez
058eb78d00 newlisp 10.4.0
Closes Homebrew/homebrew#10260.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-17 14:09:43 -06:00
Matt Blair
9147abfe3a zookeeper 3.4.3
Closes Homebrew/homebrew#10267.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-17 14:05:56 -06:00
Matt Blair
e48b13282f libev 4.11
Closes Homebrew/homebrew#10266.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-17 14:04:55 -06:00
Matt Blair
a62e9e30f8 libmemcached 1.0.4
Closes Homebrew/homebrew#10264.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-17 14:03:58 -06:00
Matt Blair
a302ec1fae libtorrent 0.13.0
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-17 13:53:12 -06:00
Matt Blair
94882f74ac rtorrent 0.9.0
Closes Homebrew/homebrew#10263.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-17 13:53:00 -06:00
Mark A. Matienzo
312bdd7e38 bulk_extractor 1.2.0
Closes Homebrew/homebrew#10277.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-17 13:51:07 -06:00
rentzsch
0613e3062c Updated formula: mogenerator 1.25
Closes Homebrew/homebrew#10258.

Signed-off-by: Max Howell <max@methylblue.com>
2012-02-17 13:11:17 +00:00
Charlie Sharpsteen
a740c862f7 Poppler: Update to 0.18.4 2012-02-17 00:40:02 -08:00
Jack Nagel
752667a099 tig: set sysconfdir
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-17 01:15:50 -06:00
Adam Vandenberg
0d0e4db489 openvpn 2.2.2 2012-02-16 21:46:38 -08:00
Adam Vandenberg
909f59bba5 Remove libredwg
From the homepage:
"LibreDWG is in alpha development stage."

Removing since this is head-only.
2012-02-16 21:17:48 -08:00
Adam Vandenberg
12bc2476e6 Remove frink.
Frink is a head-only formula served up as a jar with no version information
in the path. Removing from Homebrew-core.

To reinstate, encourage upstream to tag stable releases.
2012-02-16 21:14:07 -08:00
Adam Vandenberg
4d2be85d6b qcachegrind: fix audit warning 2012-02-16 21:10:12 -08:00
Adam Vandenberg
503aca497c darkice 1.1 2012-02-16 21:03:29 -08:00
Adam Vandenberg
9971c310a2 cowpatty: make md5 lowercase to fix audit warning 2012-02-16 20:40:45 -08:00
Adam Vandenberg
1f990f40f7 Remove cocot
Cocot is a head-only formula. To reinstate, encourage the upstream
project to tag a stable release.
2012-02-16 20:38:31 -08:00
Adam Vandenberg
fe63ac2b56 Remove bap.
Head-only formula that doesn't look like it has had much upstream activity.
To reinstate, encourage the upstream project to tag a stable release.
2012-02-16 20:33:53 -08:00
Adam Vandenberg
c44581ebaf kes: add link to request for stable tarball 2012-02-16 20:29:48 -08:00
Adam Vandenberg
c5cc12030d Remove Fabricate
Fabricate is head-only; to reinstate, encourage upstream to tag a
stable version.
2012-02-16 20:15:24 -08:00
Trevor Wennblom
5027dfbde6 logrotate 3.8.1
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-02-16 20:10:24 -08:00
Mehdi Lahmam B
0cd88377cb Gearman-php 1.0.1
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-02-16 20:08:10 -08:00
Adam Vandenberg
5cb78c93a8 gearman: add ossp-uuid dependency 2012-02-16 20:03:27 -08:00
Hunter Morris
be94b10573 binutils 2.22
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-02-16 19:56:49 -08:00
James Aitken
2057c5bd56 Nginx: devel 1.1.15
Closes Homebrew/homebrew#10242.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-02-16 19:55:44 -08:00
Erich Kist
9d591f1c1d ruby-build 20120216
Closes Homebrew/homebrew#10241.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-02-16 19:55:11 -08:00
samueljohn
64310618c9 wxmac: Add 2.9.x as --devel option
- 64bit and cocoa is only possible in the 2.9 series.
- Using the bundle wxPython+wxWidgets for 2.9.x.
- Better caveats telling about all issues based on the actual options to guide the users with options/problems.
- Building gizmos, sec and ogl only for 2.8 (because 2.9 does not have these subduers)
- Python bindings for 2.8 are now built with MacOS 10.6 sdk on Lion explicitly for i386. This fixes the error of "Cursor" not found during build time in current wxmac formula.
- Added head for wxPython (may be of use later on)
- Set right home pages.
- Removed --system-python. Not needed, since the policy is to take whichever python is upfront in the path.
- Fixed bug that "gizmos", "stc" and "ogl" were not built because "$c" is not a variable expansion expression in ruby. "#{c}" was meant.

Closes Homebrew/homebrew#8639.
Closes Homebrew/homebrew#10149.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2012-02-16 14:47:25 -08:00
Mike McQuaid
f3ccf4706d Update objective-caml bottle.
Add new fixes from Homebrew/homebrew#10175.
2012-02-16 21:03:15 +00:00
Charlie Sharpsteen
0d86d3d3ef LibGaiagraphics: Depends on Cairo on Leopard
System Cairo is too old.
2012-02-16 12:45:01 -08:00
Charlie Sharpsteen
4af32f5d34 Cairo: Don't build with XCB support on Leopard
The version of XCB included with Leopard is too old to build against.
2012-02-16 12:43:03 -08:00
Charlie Sharpsteen
f34afb0f4e New Formula: libgaiagraphics
Libgaiagraphics is a utlity library that abstracts several libraries,
such as TIFF, PNG and Cairo graphics, into a single API.
2012-02-16 12:14:08 -08:00
Trevor Wennblom
34c88d7c31 dbus-glib 0.98
Closes Homebrew/homebrew#10216.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-16 11:51:05 -06:00
Yan Zhou
b4a08cff6a Eigen 3.05
Closes Homebrew/homebrew#10224.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-16 11:49:23 -06:00
Jack Nagel
f0cf91acd2 pcre: add mirror
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-16 11:45:05 -06:00
Andy Fowler
92f3c6823e qcachegrind: Update to 0.7.1
No longer dependent on qt3 compatibility modules.

Closes Homebrew/homebrew#10205.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2012-02-16 00:31:26 -08:00
Charlie Sharpsteen
a13d1e2083 GDAL: Install bindings to pythonX.Y/site-packages 2012-02-16 00:16:01 -08:00
samueljohn
bd52b679da sip & pyqt: Now use lib/pythonX.Y/site-packages
Benefit: For brewed Python, adding stuff to the PYTHONPATH is no longer needed.
For other Pythons nothing changes but the X.Y part in the path. Oh, and you
only need to edit your PYTHONPATH once.

- Added a method to get the major.minor version number from the current python
- Updated the caveats to reflect the new path

Fixes Homebrew/homebrew#8182.
Closes Homebrew/homebrew#10051.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2012-02-16 00:03:07 -08:00
Jack Nagel
dba62fd97d Fix broken checksums
Both of these were picked up by the checks added in 641d22f. While
lowercase is the convention used across Homebrew, I wonder if the audit
check should be more forgiving; after all, uppercase letters are valid.
And the checksum validation code does an uppercase comparison.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-15 22:21:39 -06:00
Misty De Meo
f868bb31d8 dwarf-fortress 0.34.01
Also removes the patch which is no longer necessary.
2012-02-15 20:53:03 -06:00
Jack Nagel
e84fd18665 boost: builds with latest LLVM
To be safe (because this is an important dep), mark 2335 as the failure
point since a 2335.x shipped with older Xcode. Given that Clang 2.1 is
one of Boost's test compilers, current Xcode compilers should be fine.
And most users will get the bottle, anyway.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-15 20:05:50 -06:00
Jack Nagel
9669a6e3c7 Monotone: builds with LLVM >= 2335
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-15 17:40:21 -06:00
Jack Nagel
2607d6a935 Monotone: use an in-keg botan 1.8
Monotone does not build against botan 1.10.x, so we need to build an
ad-hoc botan 1.8 in the Monotone keg.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-15 17:40:20 -06:00
Nibbles 2bits
9afa12b403 mcabber: fixes for autogen.sh
Define a couple of variables to help --HEAD run autogen.sh and locate
our m4 macros.  Adds a Dir.chdir for HEAD, and a depend_on libotr,
otherwise configure will choke once you generate it and run it.  Adds a
caveat to inform the user how to setup their .mcabberrc configuration
file.  This compiles on Lion and Snow Lep with all five compilers,
either stable or head.

Changes --enable-otr from an option to being the default.

Closes Homebrew/homebrew#10174.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-15 12:19:42 -06:00
Jack Nagel
c77e256fea libvpx: fix build on 64-bit
Fixes Homebrew/homebrew#8163.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-15 10:01:47 -06:00
Jack Nagel
8214e7b9e7 bdw-gc: apply patch to fix Makefile issue
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-15 09:32:24 -06:00
Jack Nagel
314c5d162a docbook: keep XML catalog inside HOMEBREW_PREFIX
Rather than download a shell script and tell users to run it with
`sudo`, it is better to keep everything under Homebrew's control.
Luckily, the XML toolchain provides the environment variable
XML_CATALOG_FILES to allow files otehr than /etc/xml/catalog to be used.

So remove the shell script, and do all the work inside the formula
itself. When we're done, we just tell the user to add
HOMEBREW_PREFIX/etc/xml/catalog to their shell configuration, rather
than tell them to `sudo docbook-register`.

Rather than download the shell script, just download docbook 5.0, which
we need anyway.

This also simplifies the logic in a handful of docbook-using formula.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-15 09:22:59 -06:00
Jack Nagel
0148a6b0a2 tor: remove unused configure switch
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-15 00:11:11 -06:00
Jack Nagel
bb34990785 mira 3.4.0.1
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-15 00:01:03 -06:00
Jack Nagel
e37b1c5b28 duplicity: don't shell out to move files
And don't invoke system in such a way that escapes the glob.

Fixes Homebrew/homebrew#10196.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-14 23:38:46 -06:00
Adam Vandenberg
243f12d12f abiword: add devel 2012-02-14 20:06:17 -08:00
Pete Deffendol
e822bf0176 New formula: pspell-php
Closes Homebrew/homebrew#9775.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-14 22:04:40 -06:00
Adam Vandenberg
9819e77f02 net-snmp 5.7.1 2012-02-14 19:59:34 -08:00