aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2011-09-21git-url-sub: fix audit warningJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-21pv: builds with LLVM >= 2335Jack Nagel
Closes #7720. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-21udis86: add --enable-shared optionJohn Benediktsson
Closes #7745. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-21doxygen 1.7.5.1Nibbles 2bits
Closes #7736. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-20go: Update to r60.1Travis Cline
Closes #7513. Closes #7731. Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-20Nethack: Builds with LLVM >= 2335Charlie Sharpsteen
Closes #7628. Closes #7717.
2011-09-20Boost: Fix --without-pythonCharlie Sharpsteen
Looks like `--without-libraries=<library>` is just `--without-<library>`.
2011-09-20OpenCV: Update to 2.3.1aYogesh Girdhar
Also correct `PYTHONPATH` in caveats. Fixes #5596. Fixes #7121. Fixes #7453. Closes #6692. Closes #7500. Closes #7706. Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-20ffmpegthumbnailer: Update to 2.0.7Charlie Sharpsteen
Fixes an incompatibility with FFmpeg 0.8.x. Fixes #7729.
2011-09-20djmount: Use fuse4x as a default FUSE providerCharlie Sharpsteen
2011-09-20s3backer: Use fuse4x as a default FUSE providerDeniss Afonin
Closes #6079. Closes #7712. Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-20encfs: Use fuse4x as a default FUSE providerDeniss Afonin
Fixes #6385. Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-20Fuse4x: Tweak universal binary settingsCharlie Sharpsteen
Make sure that 64 bit builds aren't attempted on older Intel Macs. Fixes #7713.
2011-09-20Restore io --HEADMax Howell
This shouldn't have been removed, apologies. Refs #7460.
2011-09-19doctor: only check git status if repository existsJack Nagel
Closes #7722. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-20More docs for `brew create` generated formula testsMax Howell
To assist those new to stuff.
2011-09-19formula.rb: Move cache dir creation to fetchCharlie Sharpsteen
So that the cache directory will get created if the user runs `brew fetch` instead of `brew install` as the first command.
2011-09-19manpage: boldface --rebase optionJack Nagel
This is consistent with how other options are displayed. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-20Allow `brew update --rebase`Max Howell
2011-09-20Use latest stable version of IoGabe Berke-Williams
Closes #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-19Remove `brew-man` documentationJack Nagel
It was extraneous, and useful only for maintainers and contributors. It is currently documented on the External Commands page of the wiki. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-19Improve external command documentationJack Nagel
In addition to a brief overview of what external commands are, add a link to the wiki page where the real documentation resides. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-19Only try mirrors for CurlDownloadStrategiesMax Howell
Also adjust output text slightly for prettiness. A possibly useful side effect here is safe_system has a defined Exception (subclassing RuntimeError) now.
2011-09-19nginx: fix patch variable substitutionCorey Donohoe
Closes #7718. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-19gnutls: disable p11-kit supportJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-19Revert "Pretty-print the "Trying a mirror" message"Jack Nagel
This reverts commit af8e3b5aeacdb10a412560e131d631ba733a8346. Sorry for the noise. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-19Pretty-print the "Trying a mirror" messageJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-19wget 1.13.4Jack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-19gnutls 2.12.11Jack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-19mirror support: Mirrors for kernel.org softwareCharlie Sharpsteen
- 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 #7478.
2011-09-19mirror support: External command for mirror testsCharlie Sharpsteen
`brew mirror-check <formula...>` will process a list of Formulae and check their mirrors to see if they are reachable and the MD5 sums are valid.
2011-09-19mirror support: Add testCharlie Sharpsteen
2011-09-19mirror support: Add mirror method to Formula.rbCharlie Sharpsteen
Mirrors can now be declared using the `mirror` method which works similar to `depends_on` and takes the same arguments as `url`. The formula class now has a public `fetch` method that cycles through the mirror list if the downloader for the primary URL throws a `DownloadError`. Other brew commands, like brew-fetch, also benefit from mirror support by using this method. Closes #7574.
2011-09-19exceptions.rb: Add DownloadErrorCharlie Sharpsteen
`DownloadError` is an exception that download stratigies can throw to indicate that a fetch was incomplete due to a failure in communication. The `curl` method in `utils.rb` has been upgraded to throw a `DownloadError` if something bad happens to `curl` execution.
2011-09-18Erlang: Still fails with LLVMCharlie Sharpsteen
At least, still fails on OS X 10.6.8 with LLVM-2335 using XCode 3.2.6 or 4.0. Closes #7691.
2011-09-18New Formula: peg-markdownIsao Yagi
The markdown parser that existing formula "multimarkdown" is based on. Presumably lighter-weight (fewer output formats) and fewer bugs. Closes #7631. Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-18New Formula: NSSMichael T. Conigliaro
Closes #7679. Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-18New Formula: growlyRyan Kee
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 #7683. Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-18New Formula: librawNibbles McGurk
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 #7684. Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-18graphviz: patch for linking with libltdlJack Nagel
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 #7503. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-18AntTweakBar: Remove patches and update MD5David Cox
Removing patch, since project maintainer incorporated fixes (but didn't increment project version number) Closes #7702. Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-18lftp 4.3.2Jack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-18ldns 1.6.10Anand Buddhdev
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 #7695. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-18jpeg: remove default flagsNibbles McGurk
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 #7700. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-18brew-missing: use name accessor on Formula objectsJack Nagel
Commit 00cd16f changed oudated_brews to return a list of Formula objects rather than a list of lists containing formula information. Now we must access the formula name by using the 'name' accessor rather than an array index. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-18libmpq: use inreplace instead of a patchJack Nagel
I also removed an unnecessary invocation of `sh`. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-18libmpq: use GitHub mirrorBrian Collins
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-18ack 1.96Jack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-18MacVim 7.3-62Adam Vandenberg
2011-09-18djvu2pdf 0.9.2Semyon Perepelitsa
Signed-off-by: Adam Vandenberg <flangy@gmail.com>