Commit Graph

4 Commits (82832563c7a310c0f22ee7040db063b0eeab666c)

Author SHA1 Message Date
Andrew Janke c8d2d41c1d Change github /tarball/ URLs to /archive/ for formulae L-Z
This takes care of a `brew audit` complaint.

Closes Homebrew/homebrew#18828.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-03-29 14:59:28 -07:00
Jack Nagel ec11577107 Switch compilers when no build is specified
Given the current state of OS X compilers, the original fails_with
behavior is becoming less useful, mostly resulting in build failures
each time the compiler is updated. So make the following changes:

When a build is specified, we retain the old behavior: switch compilers
if the available compiler is <= the build, don't switch if it is > the
build.

When no build is specified, unconditionally switch compilers, and don't
output the advice message. This allows us to mark formulae as
perpetually failing, avoiding the need to update formulae each time a
new compiler build is made available.

As a bonus, this makes the logic much easier to reason about.

Closes Homebrew/homebrew#18175.
2013-03-12 13:55:15 -05:00
Myles Borins 8da6115df6 libmonome: still fails with clang 425
Closes Homebrew/homebrew#17390.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-01-28 19:27:53 -08:00
Myles Borins dc182fc3ba libmonome 1.2
Closes Homebrew/homebrew#17058.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-01-14 09:46:38 -08:00