Commit graph

8894 commits

Author SHA1 Message Date
Kevin Nygaard
c2873eb2c4 elinks --devel 0.12pre5
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-03-08 19:26:17 -08:00
Jack Nagel
1e92d5e0f7 Fix gdk-pixbuf module installation
When other packages install gdk-pixbuf modules, they get installed into
the gdk-pixbuf keg. To avoid this, we explicitly create the top level
lib directories for gdk-pixbuf and hack the pkgconfig file to point at
the top-level directories instead of the keg.

This results in other packages installing modules into the top-level
directory and as such they are "lost" and treated as unbrewed files, but
that is still better than losing them during upgrades of gdk-pixbuf
itself.

If we had a post-link hook, we could keep everything confined to its own
keg, linked into the top-level modules directory, and then run

    gdk-pixbuf-query-loaders --update-cache

ourselves. In the abscence of that, I think this is the best compromise.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-03-08 20:40:26 -06:00
Jack Nagel
4f21c3e248 librsvg: add missing dep on pkg-config
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-03-08 17:55:40 -06:00
Jack Nagel
0b9121feae gdk-pixbuf: skip_clean the loaders.cache file
Other packages try to write to this file during a build, and will fail
unless we don't munge the permissions.

The question of "should this file be created in the top-level somehow?"
remains.

Closes Homebrew/homebrew#4970.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-03-08 17:55:33 -06:00
Ross Singer
64bec8a04c yaz 4.2.28
Closes Homebrew/homebrew#10798.

Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
2012-03-08 12:42:27 -06:00
Zack Kitzmiller
26c2c312c6 ElasticSearch 0.19
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-03-07 21:43:36 -08:00
Devon Carew
055ab54fd6 Dart 2559
http://www.dartlang.org/

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-03-07 21:34:25 -08:00
Teddy Brown
2f5f7ea7cd moon-buggy 1.0
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-03-07 21:30:57 -08:00
Adam Vandenberg
7b29788c47 riak 1.1.1 2012-03-07 21:18:43 -08:00
Adam Vandenberg
00b731d2d1 Moved maatkit to homebrew-alt.
Closes Homebrew/homebrew#10733.
2012-03-07 20:14:50 -08:00
Alexis Hildebrandt
de242c2214 dmenu 4.5
Closes Homebrew/homebrew#10756.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-03-07 20:12:31 -08:00
Birger J. Nordølum
c1b72b5b3d Winetricks 20120503
Closes Homebrew/homebrew#10762.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-03-07 20:10:49 -08:00
Birger J. Nordølum
c1ea398133 libicns 0.8.0
Closes Homebrew/homebrew#10763.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-03-07 20:09:45 -08:00
Israel Rodrigo Faria
83e20da2a8 Tomcat 7.0.26
Closes Homebrew/homebrew#10775.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-03-07 20:07:22 -08:00
Matthew Underwood
6993017b40 convertlit: fix path issue
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-03-07 18:34:34 -08:00
Charlie Sharpsteen
e28d02dec6 PostGIS: Update --devel to 2.0beta2 2012-03-07 16:27:05 -08:00
Adam Vandenberg
2dda703e1e Percona-toolkit 2.0.3 2012-03-06 21:28:16 -08:00
Adam Vandenberg
ad03a1ee77 Moved dotless to Homebrew-Alt.
This was the only formula in core that depended on Mono.
Moving to Homebrew-Alt; once brew-tap lands someone could start
a Homebrew-mono repository if they were so inclined.
2012-03-06 20:04:21 -08:00
Jiahao Chen
7f3a525ee3 freeciv 2.3.1
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-03-06 19:53:22 -08:00
Jamie Sa
e0417cd8fa hg-flow 0.3
Hg flow is a development model following the famous blog article A
successful Git branching model.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-03-06 19:47:41 -08:00
Dave Goodell
f86d110568 colorsvn: use correct config file path
The colorsvn binary was looking in "/etc" for a file that was correctly
installed in "/usr/local/etc".

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-03-06 19:42:55 -08:00
Aleksander Modzelewski
69d0764ebb dwarf-fortress 0.34.05
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-03-06 19:35:45 -08:00
Bryan J Swift
d16ab1be53 closure-compiler 20120305
Closes Homebrew/homebrew#10721.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-03-06 19:39:55 -06:00
Luke Orland
17837e31a3 doxygen 1.8.0
Closes Homebrew/homebrew#10728.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-03-06 19:35:12 -06:00
Jack Nagel
267e2665d2 go-gui 1.4.2
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-03-06 18:56:57 -06:00
Misty De Meo
0b330ed930 libmp3splt: document patch 2012-03-06 15:02:29 -06:00
Misty De Meo
ee5ed24f42 libmp3splt: fix compilation on 10.6
libmp3splt will not build on 10.6 without regenerating the
configure script, which requires a newer version of automake.

Fixes Homebrew/homebrew#10350.
2012-03-06 12:38:11 -06:00
Jack Nagel
75fb84b54a git 1.7.9.3
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-03-06 12:27:51 -06:00
Max Howell
1c5fd4c5e8 Don't create crazy bin symlink
Closes Homebrew/homebrew#10680.

I believe this was an error, everything still seems to work.
2012-03-06 16:00:47 +00:00
Martin Lau
d6e46f1515 Fantom 1.0.62
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-03-06 07:11:44 -08:00
Adam Vandenberg
852ad33a6c LuaRocks 2.0.8 2012-03-06 07:08:59 -08:00
Adam Vandenberg
7498ef8780 Shen: fix checksum 2012-03-06 07:06:31 -08:00
Yasuharu NAKANO
b6fa997c02 groovy: add groovy-all.jar
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-03-06 07:01:10 -08:00
Adam Vandenberg
18de10fe0a use which method 2012-03-06 06:53:07 -08:00
Mike McQuaid
456b3ba3b5 Remove outdated and broken KDE formulae.
Fixes Homebrew/homebrew#9797. Fixes Homebrew/homebrew#10711.
2012-03-06 09:22:21 -05:00
Max Howell
913112f853 Refer to our aclocal before /usr/share/aclocal
Fixes Homebrew/homebrew#10618.
2012-03-06 12:35:36 +00:00
Adam Vandenberg
454a612e7e git-flow: also install zsh completions 2012-03-05 21:52:07 -08:00
George Song
3973db1aef hg: bash completion
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-03-05 21:49:04 -08:00
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