Commit Graph

10100 Commits (c739cb8e672407731f11cecbecf949c770650566)

Author SHA1 Message Date
Brice Dutheil c739cb8e67 JBossForge 1.0.2.Final
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-05-28 14:01:14 -07:00
Adam Vandenberg 458b99fedf mosh: remove unused configure switch 2012-05-28 11:25:12 -07:00
Mislav Marohnić 80c7a132f4 hub 1.10.1
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-05-28 11:06:54 -07:00
Andy Piper 9b2b2aa128 mosquitto 0.15
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-05-28 08:27:17 -07:00
René Moser 6ea1e11ce0 git-ftp 0.7.4
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-05-28 08:26:50 -07:00
Adam Vandenberg 10d8f28f0d subversion: style nits 2012-05-28 08:13:16 -07:00
Hideki IGARASHI 6e09093146 subversion: add back UTF-8 hack.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-05-28 08:11:56 -07:00
Misty De Meo 53106a5f6d exiftool 8.93 2012-05-28 09:25:38 -05:00
Dave Rice ae3872f78c ffmpeg 0.11
Closes Homebrew/homebrew#12439.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-27 23:29:10 -05:00
Steve King 1d2b8b62ce mysql 5.5.24
Closes Homebrew/homebrew#12459.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-27 23:20:41 -05:00
Jonathan Schleifer 415cc1f319 nasm 2.10.01
Closes Homebrew/homebrew#12458.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-27 23:08:32 -05:00
Dossy Shiobara d5421bc7a2 lame: add universal option
Useful for Audacity and Mixxx, which both want libmp3lame but need i386
binaries.

Closes Homebrew/homebrew#12460.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-27 22:59:15 -05:00
Peter Jaros 195d9eb988 fortune: fix typo
Closes Homebrew/homebrew#12463.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-27 22:57:33 -05:00
Denis Barushev 404d4195ca knife-completion: add missing gnu-sed dependency
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-05-27 12:04:46 -07:00
Matthew Lewinski ce8dddad16 Update perforce-proxy and perforce-server to 2012.1
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-05-26 23:18:36 -07:00
Luke Orland d87d175eeb doxygen 1.8.1
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-05-26 23:10:08 -07:00
Julien Ammous e9f5bebf92 crossroads 1.1
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-05-26 21:18:56 -07:00
Justin Hileman 87e1196a7d coda-cli 1.0.4
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-05-26 21:11:15 -07:00
Michael Hanson 1a53f3bbc8 ruby-build 20120524
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-05-26 21:10:45 -07:00
Tryn Mirell 06e5adf33c Remove 'riak-search'
Riak has included riak-search since 1.0. Since Riak 1.1.2 is
already included in the Homebrew repo, removing this stale formula.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-05-26 21:09:39 -07:00
Hideki IGARASHI 5e16b6c46a Subversion: update to 1.7.5
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-05-26 21:07:03 -07:00
nibbles 2bits b64f55777d net-snmp - fix compile error on Lion
net-snmp-5.7.1 is missing a darwin11.h header that can be copied
from the existing darwin10.h, if the 10s are changed to 11s.
Configure also warns that mibII/icmp is required but disabled.

* remove the configure flag --with-out-mib-modules=mibII/icmp
* if lion, cp the darwin10.h to darwin11.h
* patch the darwin11.h to replace the 10s with 11s.

This builds again on Lion without error.  The patch has been
reported upstream, and its url is in the formula comments.

Closes Homebrew/homebrew#11378.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-05-26 21:07:03 -07:00
Jack Nagel 1ab5a1ae24 Move agrep to homebrew-boneyard
Closes Homebrew/homebrew#10140.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-26 19:20:34 -05:00
Kazuki YAMAMOTO 1ae39aa335 Grails 2.0.4
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-05-26 09:46:51 -07:00
Adam Vandenberg 60c89b7bde eigen: fix build type 2012-05-26 09:46:23 -07:00
Jack Nagel 425c7e1eb1 git 1.7.10.3
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-25 23:23:57 -05:00
nibbles 2bits 994eea4459 wiggle 0.9
Upgrade wiggle to version 0.9.
Patch OSX compile errors using the developer's git repo.
Patch two functionality issues released the day after 0.9.
Include patch removal information in the comments.
Remove the `malloc` patches.  They are fixed in this version.
Remove the `-w` from cflags lets the developer use `-Werror`.
Use our `cflags` and `-g` rather than `-ggdb` to support clang.
Add the `test` make target (~2sec) to verify the build because
we are trusting wiggle to do complex patching.

Closes Homebrew/homebrew#12305.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-24 20:47:08 -05:00
Jack Nagel 24426c93ba dnscrypt-proxy: remove broken HEAD
The GitHub checkout needs an autotools bootstrap. Patches welcome to
enable it, but removing it until then.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-24 20:43:45 -05:00
Frank Denis 7cf43a2fda dnscrypt-proxy 0.9.4
Closes Homebrew/homebrew#12343.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-24 20:42:37 -05:00
nibbles 2bits 577f197768 weechat: make bindings optional, patch to fix perl
The weechat saga continues...  This commit makes all the language
modules optional rather than the default.  It adds a dep on guile
if the user options for that module.  It adds a patch from HEAD
to fix the perl segfault on exit and a removal comment for 0.3.8.
This commit does not patch the ruby-1.9.3+rvm issue other than
not building that module by default.  Still waiting on the
upstream patch.

cf. Homebrew/homebrew#12377

Closes Homebrew/homebrew#12392.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-24 20:28:41 -05:00
nibbles 2bits 7376b2bbf6 gst-ffmpeg: fix clang compile error
GST-ffmpeg comes bundled with an internal ffmpeg that suffers from
the known issue of a hardcoded gcc unless the right configure arg
is thrown.  When building with clang, the hardcoded gcc in the
libav subdirectory causes an error where gcc doesn't recognize
`-march=native`.  GST-ffmpeg offers a configure flag to fix that.
Add a flag to use our ENV.cc.

Fixes Homebrew/homebrew#12312

Closes Homebrew/homebrew#12390.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-24 20:00:01 -05:00
Björn Albers 2fcf479adc Update path of nagios-plugins
Change path from sbin/nagios-plugins to sbin in order to avoid hacks in
related formulae.

Closes Homebrew/homebrew#12181.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-24 19:40:38 -05:00
Justin Hileman aa6bf3f372 coda-cli 1.0.3
Closes Homebrew/homebrew#12405.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-24 19:33:41 -05:00
Charlie Sharpsteen af77e06391 MuPDF: Update to 1.0
Make requirement on Snow Leopard or newer fatal.

Remove code that prefixes command line tools with `mu` as this has been done
upstream.
2012-05-24 12:32:43 -07:00
Charlie Sharpsteen d562c6b2ba NetCDF: Disable Doxygen
Configure fails to disable make tasks when Doxygen is not installed and this
causes the build to fail. We don't install Doxygen docs anyway.

Also, move `ENV.fortran` to the top of the install block so that the build will
fail early if a fortran compiler is not installed.

Fixes Homebrew/homebrew#12406.
2012-05-24 09:55:30 -07:00
Jack Nagel 3876d6981e gtk-doc: find the libxml2 python site-packages directory
Add an explicit dependency on libxml2 for clarity. Previously it was
implicit in the gnome-doc-utils dep. Prepend its site-packages directory
to the PYTHONPATH.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-23 20:06:07 -05:00
Charlie Sharpsteen d1496287b5 GDAL: Fix missing comma
Argh. Forgot a comma when adding the flag to disable Poppler.
2012-05-23 17:41:51 -07:00
Charlie Sharpsteen 63fa2bebd6 GDAL: Temporarily disable Poppler
GDAL can't compile against Poppler 0.20.0 so it is explicitly disabled for the
time being in order to prevent compilation errors. This commit can be reverted
once a fix goes in upstream.
2012-05-23 17:33:48 -07:00
Charlie Sharpsteen 1cd5d9cc27 ncview: Patch rpath settings out of configure
The configure script tries to be clever with figuring out rpath flags for the
compilers. It fails epically.

Also, use `ENV.x11` which removes the need for a couple of configure arguments
and allows libpng to be found.
2012-05-23 17:24:12 -07:00
Charlie Sharpsteen a89b269fe1 NetCDF: Update to 4.2
Starting with the 4.2 release, NetCDF has a new distribution model where the
core C library and command line utilities are shipped as one package and the
C++ and Fortran libraries are shipped as seperate packages.

For now, we're handling this by including the C++ and Fortran libraries as
sub-brews so there is no need for a bunch of `netcdf-cxx` and `netcdf-fortran`
packages. The C++ library is also built by default to mirror the behavior of
the pre-4.2 formula.

These changes preserve the status quo as much as possible.
2012-05-23 17:24:12 -07:00
Charlie Sharpsteen fba494f5b0 pdf2svg: Depend on a Requirement for Poppler-Glib
Instead of doing `pkg-config` checks, now use a Requirement that references the
installation Tab for Poppler.
2012-05-23 14:31:51 -07:00
Charlie Sharpsteen a684297f71 DiffPDF: Update to 2.0.0
Also, use a Requirement that references the Poppler Tab to figure out if Qt
support is present.
2012-05-23 14:31:51 -07:00
Charlie Sharpsteen 3e7b28c2dd Poppler: Update to 0.20.0 2012-05-23 14:31:51 -07:00
Jack Nagel 1e41dc7a5b wdiff 1.1.1
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-23 16:14:20 -05:00
Jack Nagel f14cc4e999 parallel 20120522
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-23 16:14:20 -05:00
Charlie Sharpsteen be7b4d8920 HDF5: Update to 1.8.9
Also clean up arguments and options.
2012-05-23 13:28:12 -07:00
Jack Nagel e340d9bc41 gpg-agent: set default pinentry program
Fixes Homebrew/homebrew#12382.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-23 15:21:40 -05:00
Charlie Sharpsteen 1f23177b5e GDAL: Update to 1.9.1
The new release contains pre-built man pages.
2012-05-23 12:12:33 -07:00
Charlie Sharpsteen 0367637618 Armadillo: Update to 3.2.0 2012-05-23 12:03:21 -07:00
Charlie Sharpsteen 690c96306c libgit2: Update to 0.17 2012-05-23 11:17:22 -07:00