| Age | Commit message (Collapse) | Author |
|
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Closes #7720.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Closes #7745.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Closes #7736.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Closes #7513.
Closes #7731.
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
|
|
Closes #7628.
Closes #7717.
|
|
Looks like `--without-libraries=<library>` is just `--without-<library>`.
|
|
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>
|
|
Fixes an incompatibility with FFmpeg 0.8.x.
Fixes #7729.
|
|
|
|
Closes #6079.
Closes #7712.
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
|
|
Fixes #6385.
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
|
|
Make sure that 64 bit builds aren't attempted on older Intel Macs.
Fixes #7713.
|
|
This shouldn't have been removed, apologies.
Refs #7460.
|
|
Closes #7722.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
To assist those new to stuff.
|
|
So that the cache directory will get created if the user runs `brew fetch`
instead of `brew install` as the first command.
|
|
This is consistent with how other options are displayed.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
|
|
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>
|
|
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>
|
|
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>
|
|
Also adjust output text slightly for prettiness.
A possibly useful side effect here is safe_system has a defined Exception (subclassing RuntimeError) now.
|
|
Closes #7718.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
This reverts commit af8e3b5aeacdb10a412560e131d631ba733a8346.
Sorry for the noise.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
- 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.
|
|
`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.
|
|
|
|
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.
|
|
`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.
|
|
At least, still fails on OS X 10.6.8 with LLVM-2335 using XCode 3.2.6 or 4.0.
Closes #7691.
|
|
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>
|
|
Closes #7679.
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
|
|
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>
|
|
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>
|
|
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>
|
|
Removing patch, since project maintainer incorporated fixes (but didn't
increment project version number)
Closes #7702.
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
|
|
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
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>
|
|
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>
|
|
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>
|
|
I also removed an unnecessary invocation of `sh`.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
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>
|
|
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
|
|
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|