Commit Graph

6734 Commits (477dea44f5af116668ee7873d57a28429911bffa)

Author SHA1 Message Date
Charlie Sharpsteen ae723674ed Valgrind: Disable Lion build
Unless the user passes `--force`, in which case patch and attempt a
compilation for kicks and grins.

Closes Homebrew/homebrew#6767.
Closes Homebrew/homebrew#6811.
2011-09-21 23:53:33 -07:00
CharlieRoot 38049288ad Fix valgrind 3.6.1 on Mac OS X 10.7 Patch configure.in template to allow builds on Darwin 11 Make empty standard suppressions for Darwin 11
Closes Homebrew/homebrew#6811.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-21 23:08:13 -07:00
Jonas Pfenniger d77c63f2d0 Direnv: Update to 0.1.72
Closes Homebrew/homebrew#7741.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-21 23:03:11 -07:00
Ryan Schlesinger 929ceffb4e Fuse4x: Add caveats concerning fuse4x admin group
This is needed by any filesystem that uses the `allow_other` mount option.

Closes Homebrew/homebrew#7742.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-21 23:00:42 -07:00
Nibbles 2bits 827edf60fd libmpd: Update to 11.8.17 plus universal opt
libmpd changed their versioning scheme from the previous 0.20.0
to this 11.8.17 which is apparently like going to 0.20.95, except
that they wanted to match the version numbering on their main
project gmpc.  This version compiles with llvm, gcc-4.2.1, and
clang from XCode 4.0.2 on x64 10.6.8. See their sourceforge files:

  * http://sourceforge.net/projects/musicpd/files/

Closes Homebrew/homebrew#7750.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-21 22:59:15 -07:00
Charlie Sharpsteen db85c5055c DJmount: Remove unneeded CFLAG
See comment in 524d9789e2d68c159bbdffd292802befdf97651f.
2011-09-21 22:54:33 -07:00
Charlie Sharpsteen cf1a6a1385 Tup: Fix tiny typo 2011-09-21 22:27:34 -07:00
Anatol Pomozov 4fba3fd8a4 New Formula: Tup
Tup is a build tool that fills a role similar to make---except much more
efficient for large source trees.

Closes Homebrew/homebrew#7636.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-21 22:17:43 -07:00
Lars 0cd1020759 Sqlite: Add option for contributed functions
Closes Homebrew/homebrew#6939.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-21 22:11:15 -07:00
Jack Nagel 584e0f6717 Add gdbm patches to python and python3 formulae
This takes care of the issue described here (recognizing gdbm 1.9.x
databases): http://www.gossamer-threads.com/lists/python/bugs/942749

The patches are already in their respective upstream repositories, so
they will presumably be included in the next Python 2.7.x and 3.2.x
releases.

Closes Homebrew/homebrew#7738.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-21 20:12:44 -05:00
Adam Lickel c30ec40028 uncrustify 0.58
Closes Homebrew/homebrew#7743.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-21 18:53:08 -05:00
Charlie Sharpsteen 80562282da OpenCV: Remove debugging statement
Oops, left something in that last commit.

Also, fixes the module installation path to where the caveats say it will be.
2011-09-21 16:08:53 -07:00
Charlie Sharpsteen 9724da1f77 OpenCV: Fix Python support
OpenCV relies on the CMake FindPythonLibs module which get pwned pretty hard if
more than one Python installation is available. Copied some code from the VTK
formula that straightens things out manually.

Also added a numpy dependency.

Fixes Homebrew/homebrew#7740.
2011-09-21 16:03:26 -07:00
Nibbles 2bits efd85d35f3 libmpdclient 2.5
Updates the url and hash to version 2.5, and adds a dep option
to build universal a la pcre.  Tested on MacOSX 10.6.8 using
all three compilers in 64bit mode from XCode 4.0.2.

Closes Homebrew/homebrew#7737.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-21 15:46:46 -05:00
Misty De Meo 96b14b73e9 scantailor: add "enhanced" build option
Closes Homebrew/homebrew#7456.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-21 15:25:37 -05:00
Jack Nagel 88af05e673 git-url-sub: fix audit warning
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-21 14:33:06 -05:00
Jack Nagel 7e5d44b829 pv: builds with LLVM >= 2335
Closes Homebrew/homebrew#7720.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-21 14:29:33 -05:00
John Benediktsson 48596bd3ca udis86: add --enable-shared option
Closes Homebrew/homebrew#7745.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-21 14:24:54 -05:00
Nibbles 2bits 6652f5c374 doxygen 1.7.5.1
Closes Homebrew/homebrew#7736.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-21 14:13:08 -05:00
Travis Cline 2192cd6a28 go: Update to r60.1
Closes Homebrew/homebrew#7513.
Closes Homebrew/homebrew#7731.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-20 22:19:51 -07:00
Charlie Sharpsteen b7919373ba Nethack: Builds with LLVM >= 2335
Closes Homebrew/homebrew#7628.
Closes Homebrew/homebrew#7717.
2011-09-20 21:41:15 -07:00
Charlie Sharpsteen 6d44e98bd7 Boost: Fix --without-python
Looks like `--without-libraries=<library>` is just `--without-<library>`.
2011-09-20 21:12:37 -07:00
Yogesh Girdhar 7d1b6d33e3 OpenCV: Update to 2.3.1a
Also correct `PYTHONPATH` in caveats.

Fixes Homebrew/homebrew#5596.

Fixes Homebrew/homebrew#7121.
Fixes Homebrew/homebrew#7453.

Closes Homebrew/homebrew#6692.
Closes Homebrew/homebrew#7500.
Closes Homebrew/homebrew#7706.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-20 21:07:33 -07:00
Charlie Sharpsteen 846f16a4cb ffmpegthumbnailer: Update to 2.0.7
Fixes an incompatibility with FFmpeg 0.8.x.

Fixes Homebrew/homebrew#7729.
2011-09-20 14:59:29 -07:00
Charlie Sharpsteen 29a07c5720 djmount: Use fuse4x as a default FUSE provider 2011-09-20 14:37:28 -07:00
Deniss Afonin 293ef3e0c6 s3backer: Use fuse4x as a default FUSE provider
Closes Homebrew/homebrew#6079.
Closes Homebrew/homebrew#7712.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-20 14:35:12 -07:00
Deniss Afonin e65bc004f3 encfs: Use fuse4x as a default FUSE provider
Fixes Homebrew/homebrew#6385.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-20 14:34:11 -07:00
Charlie Sharpsteen 8f416d5cec Fuse4x: Tweak universal binary settings
Make sure that 64 bit builds aren't attempted on older Intel Macs.

Fixes Homebrew/homebrew#7713.
2011-09-20 10:13:16 -07:00
Max Howell 16c4192c48 Restore io --HEAD
This shouldn't have been removed, apologies.

Refs Homebrew/homebrew#7460.
2011-09-20 04:46:24 +01:00
Gabe Berke-Williams eac639b819 Use latest stable version of Io
Closes Homebrew/homebrew#7460.

This is the last known stable version of Io. However it is very old. If you
can find a newer stable version, please add it!

Signed-off-by: Max Howell <max@methylblue.com>
2011-09-20 02:27:45 +01:00
Corey Donohoe 7d1d935bd3 nginx: fix patch variable substitution
Closes Homebrew/homebrew#7718.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-19 16:23:25 -05:00
Jack Nagel 1367650293 gnutls: disable p11-kit support
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-19 14:32:01 -05:00
Jack Nagel a9cc868671 wget 1.13.4
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-19 12:05:17 -05:00
Jack Nagel 4160ce0e15 gnutls 2.12.11
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-19 11:57:57 -05:00
Charlie Sharpsteen 4f9f0d0bf5 mirror support: Mirrors for kernel.org software
- All Debian software is now mirrored by ftp.us.debian.org.

- LibFFI is mirrored by ftp.sourceware.org.

- All kernel.org software is now mirrored by mirrorservice.org.

Fixes Homebrew/homebrew#7478.
2011-09-19 09:25:02 -07:00
Charlie Sharpsteen 3a75f0d90b Erlang: Still fails with LLVM
At least, still fails on OS X 10.6.8 with LLVM-2335 using XCode 3.2.6 or 4.0.

Closes Homebrew/homebrew#7691.
2011-09-18 21:28:24 -07:00
Isao Yagi c044467cd7 New Formula: peg-markdown
The markdown parser that existing formula "multimarkdown" is based on.
Presumably lighter-weight (fewer output formats) and fewer bugs.

Closes Homebrew/homebrew#7631.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-18 18:17:39 -07:00
Michael T. Conigliaro 1306ed07d9 New Formula: NSS
Closes Homebrew/homebrew#7679.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-18 17:18:45 -07:00
Ryan Kee 1e2e9a72f7 New Formula: growly
Growly is a simple tool to redirect output of a command to a growl notification.
This is nice for cli tasks that take a considerable amount of time. Simply run them
via growly and get a growl notification with their output whenever they finish.

Closes Homebrew/homebrew#7683.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-18 17:00:57 -07:00
Nibbles McGurk 11d8ac127f New Formula: libraw
New Formula: libraw  This is a library for handling RAW images.
There is a dep on little-cms to enable ICC Color Profiles.  The
optional GPL2 and GPL3 demosaic packs are also built with this.
The library is stable and has a consistent API that supports
reading, decoding, and unpacking of RAW image files, along with
conversion, interpolation, and output.  It was compiled and tested
with clang-2.0, llvm 2335, and gcc-4.2.1 on OSX 10.6.8 x86_64.

Closes Homebrew/homebrew#7684.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-18 17:00:51 -07:00
Jack Nagel f365d14b99 graphviz: patch for linking with libltdl
Linking with '-lltdl' fails on Lion and/or with XCode 4.2. The patch is
already in the upstream development version and will be in the next
release.

Closes Homebrew/homebrew#7503.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-18 18:06:05 -05:00
David Cox cdbd9b5bca AntTweakBar: Remove patches and update MD5
Removing patch, since project maintainer incorporated fixes (but didn't
increment project version number)

Closes Homebrew/homebrew#7702.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-18 15:51:16 -07:00
Jack Nagel cf96718072 lftp 4.3.2
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-18 16:39:36 -05:00
Anand Buddhdev 9954c996fa ldns 1.6.10
This update bumps up the version number of ldns to 1.6.10. I also added
"--disable-gost", as the openssl shipping with OSX doesn't support this.
Finally, I also added a few lines to build and install the ldns example
tools.

Closes Homebrew/homebrew#7695.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-18 16:31:52 -05:00
Nibbles McGurk 743310b99a jpeg: remove default flags
Jpeg 8c is the foundation of many libraries and applications.
It gets a minor checkup.  It had two configure flags listed in
the formula that were already the default. So those were removed.
No other changes were made, and the library and its dependents
do not need to be rebuilt.

Closes Homebrew/homebrew#7700.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-18 16:16:27 -05:00
Jack Nagel 7dbc8160ba libmpq: use inreplace instead of a patch
I also removed an unnecessary invocation of `sh`.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-18 14:21:47 -05:00
Brian Collins 4c291fe8ed libmpq: use GitHub mirror
http://libmpq.org has been down for several months, so we'll use this
mirror for now.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-18 14:19:15 -05:00
Jack Nagel 4a94ce5c40 ack 1.96
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-18 14:08:42 -05:00
Adam Vandenberg 1845153410 MacVim 7.3-62 2011-09-18 10:38:56 -07:00
Semyon Perepelitsa 882a9b28a6 djvu2pdf 0.9.2
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-09-18 10:00:34 -07:00