Commit graph

10048 commits

Author SHA1 Message Date
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
Frank Celler
c2ff61a4b3 avocadodb: renamed to arangodb upstream
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-05-23 06:50:30 -07:00
samueljohn
8a433e8aeb python: caveats tell the correct Framework links
The old ~/Frameworks is and never was a standard.
It should be under Library.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-05-23 06:44:09 -07:00
Christopher Kolstad
db8440c75c Solr 3.6.0
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-05-23 06:42:27 -07:00
Jack Nagel
c7630f5ff4 Use new std_cmake_args method
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-22 22:22:00 -05:00
Adam Vandenberg
38e7f41536 go-app-engine 1.6.6 2012-05-22 19:58:37 -07:00
Adam Vandenberg
855830fa02 appengine-java-sdk 1.6.6 2012-05-22 19:57:22 -07:00
Adam Vandenberg
a6e18fe9c5 Google App Engine 1.6.6 2012-05-22 19:55:29 -07:00
Mike McQuaid
c80ee57399 Qt 4.8.2. 2012-05-22 15:01:49 +01:00
Nick Tzaperas
5cfd4a65fe iozone 3.408
Closes Homebrew/homebrew#10585.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-05-21 20:55:37 -07:00
Attila Györffy
fadd2315c6 rbenv: update caveats to only load if present
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-05-21 20:40:17 -07:00
Martin Czygan
5f6180a0df elasticsearch 0.19.4
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-05-21 20:23:20 -07:00
Adam Vandenberg
9dbb3a9206 distribute 0.6.27
subformula of Python, Python 3, PyPy
2012-05-21 20:19:21 -07:00
Jack Nagel
e930d63b49 rabbitmq: fix audit warning
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-21 20:43:11 -05:00
Adrian Petrescu
8598c84f0e nmap 6.0
Closes Homebrew/homebrew#12367.

[jn: force use of included libpcre and liblua]

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-21 20:37:32 -05:00
Misty De Meo
f037bc9446 devil: fails with clang
Fixes Homebrew/homebrew#12353.
2012-05-21 18:12:43 -05:00
Misty De Meo
ad134cc2cc devil: add ENV.x11 to find libpng
Fixes Homebrew/homebrew#11656.
2012-05-21 18:12:42 -05:00
Jack Nagel
66e197990d giflib: note that 4.2.0 breaks things
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-21 16:47:57 -05:00
Jack Nagel
2145ddd29b swftools: depend on giflib instead of ungif
ungif is now a duplicate of giflib, and is thus a candidate for removal.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-21 16:23:08 -05:00
Jack Nagel
a09bc6226f Revert "giflib 4.2.0"
This reverts commit bad8e1f17ade0d2679de996090e53945fb1c3023.

Due to API changes, 4.2.0 breaks a bunch of stuff; stick with 4.1.6 for
the time being.
2012-05-21 16:18:43 -05:00
Mark Shropshire
6b5697f667 drush 5.2
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-05-21 06:48:29 -07:00
Michael Weibel
1c0ebbf00d ejabberd 2.1.11
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-05-21 06:47:55 -07:00
Andrey Deryabin
eb248ce704 jenkins 1.464
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-05-20 22:10:00 -07:00
Michael S. Fischer
17f8458ef5 ffmpeg: add libvo-aacenc support
This patch compiles ffmpeg against libvo-aacenc (if installed) to
provide AAC encoding support - preferred by the maintainers over
libfaac.

Closes Homebrew/homebrew#12231.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-20 16:19:00 -05:00
Michael S. Fischer
d8eed4793e New formula: libvo-aacenc
Library containing VisualOn implementation of Advanced Audio Coding
(AAC) encoder.  May be used by ffmpeg, among other tools, to provide
AAC encoding capability.

Closes Homebrew/homebrew#12231.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-20 16:18:59 -05:00
Jack Nagel
f01b9156e3 libvpx: restore platform detection
Configure is still misdetecting 32-bit 10.6 as 64-bit.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-20 16:18:59 -05:00