The gsasl package is a superset of libgsasl. Installing it provides the
gsasl libraries, the header files, a command line tool called gsasl to
access the library from the shell and the manual.
ClosesHomebrew/homebrew#16428.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
When compiling ruby versions with ruby-build (and of course, rbenv)
from a brand new Mountain Lion (10.8.2) setup and no other formulas,
the build process fails by missing autoconf and pkg-config.
Tested with ruby v2.0.0-dev and v1.9.3-p385.
Thanks to Pierre Paridans.
ClosesHomebrew/homebrew#18016.
Add suggestion to change startup items owner during manual installation
to root:wheel.
ClosesHomebrew/homebrew#18439.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
The formula applies a patch on the Makefile.
The patch was applied on the file named src/Makefile
However, the file is actually named src/makefile
ClosesHomebrew/homebrew#18437.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
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.
ClosesHomebrew/homebrew#18175.
When compiling in stdenv only, clang would start consuming more and
more RAM while spewing invalid-source-encoding warnings. I usually
killed the build when it hit 4.5GB.
The makefiles also hardcode cc and cxx, so it wasn't using the right
compiler in stdenv.
superenv doesn't filter out the arch flags here because the build system
is invoked via python and not any build tool that we wrap. The result is
that uwsgi is always build universal, requiring that its deps are build
universal, which is really annoying.
Note that we may need to audit other things that use archs_for_command.
The solution here isn't perfect, but I don't know how to fix superenv to
handle this.
FixesHomebrew/homebrew#18250.
ClosesHomebrew/homebrew#18341.