Commit Graph

8782 Commits (753277d9fa447d059dd1abc832dd8127b29d9010)

Author SHA1 Message Date
Adam Vandenberg 2ca7cfd24f Aria2 1.14.2 2012-03-05 21:47:22 -08:00
Julio Viera e75d31f9f3 Beanstalk: patch to prevent 100% cpu useage
patch commit: 80da772efe
bug report: https://github.com/kr/beanstalkd/issues/96

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-03-05 21:39:19 -08:00
Adam Vandenberg 2f78de2be1 Move AmazonWebServicesFormula to formula_specialties
Enough formulae in core depend on this, pull it in here.
When multi-repo support lands, perhaps we could set up Homebrew-AWS.
2012-03-05 21:14:39 -08:00
Fernando Ortiz 0afbdd6e22 easy-tag 2.1.7
Closes Homebrew/homebrew#10691.

[jn: remove unused configure switch]

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-03-05 22:51:40 -06:00
Jack Nagel 9d78e2b91f mod_wsgi: use the right compiler
This just keeps getting ugler, but it is necessary.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-03-05 22:40:06 -06:00
Jack Nagel f683a9095a mod_wsgi: remove "verbose install" caveats
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-03-05 22:40:06 -06:00
Jack Nagel 21ea4bbd37 portmidi: remove "verbose install" caveats
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-03-05 22:40:06 -06:00
Kevin Ballard e0ef0a12cf youtube-dl 2012.02.27
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-03-05 20:18:10 -08:00
James Aitken de819b5e8f Nginx 1.0.13
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-03-05 20:17:47 -08:00
Jack Nagel f28070c7aa glfw: pass PREFIX to make
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-03-05 16:35:21 -06:00
letorbi c30f295514 glfw 2.7.3
Closes Homebrew/homebrew#10703.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-03-05 16:31:05 -06:00
Jack Nagel 5e3379f792 streamripper: fix build for non-/usr/local installs
Fixes Homebrew/homebrew#10623.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-03-05 16:28:33 -06:00
Francesco Mosca 212cdc8fbc scrollkeeper: specify XML catalog path to configure
Closes Homebrew/homebrew#10702.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-03-05 15:50:52 -06:00
Jack Nagel 0f2797fd87 socat 1.7.2.0
- Includes fixes for Lion compatibility
 - Apply patch from MacPorts to fix clang build failure

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-03-05 14:32:26 -06:00
Max Howell 81d1f1413d Socat fails with clang
Closes Homebrew/homebrew#10700.
2012-03-05 20:09:38 +00:00
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