Commit graph

8953 commits

Author SHA1 Message Date
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