| Age | Commit message (Collapse) | Author |
|
boost149 does not build with 10.9, so remove it from core along with two
formulae that do not build with the latest version of Boost.
Closes Homebrew/homebrew#23696.
|
|
|
|
This continues to use mavericks_dev_tools? instead of trying to read
from pkgutil because pkgutil is really slow.
Fixes Homebrew/homebrew#24123.
|
|
|
|
libxslt was misspelled, but more to the point we have libxml2 and
libxslt formulae in core these days so blacklisting them doesn't really
make much sense.
|
|
|
|
The mapping of architectures to optimization flags is now retrieved from
Hardware::CPU and the selected flags are passed as an environmen
variable, rather than duplicated in the cc wrapper and re-calculated on
every invocation of the compiler.
Closes Homebrew/homebrew#24540.
|
|
|
|
Closes Homebrew/homebrew#22030.
|
|
|
|
Closes Homebrew/homebrew#23972.
|
|
Fixes Homebrew/homebrew#24444.
Closes Homebrew/homebrew#24445.
Closes Homebrew/homebrew#24458.
|
|
Fixes Homebrew/homebrew#24456.
|
|
Closes Homebrew/homebrew#24370.
|
|
|
|
Closes Homebrew/homebrew#22945.
|
|
Constructing the path relative to a file in the repository is incorrect
on some supported configurations (i.e., the repository is located in a
different place than the prefix).
Closes Homebrew/homebrew#24418.
|
|
|
|
Closes Homebrew/homebrew#24405.
|
|
Closes Homebrew/homebrew#23195.
|
|
This formula does not configure the software correctly.
In addition, MacPorts blacklists it from newer versions of OS X.
See:
https://github.com/mxcl/homebrew/issues/21484
https://trac.macports.org/browser/trunk/dports/security/denyhosts/Portfile
Closes Homebrew/homebrew#21484.
|
|
|
|
Closes Homebrew/homebrew#24371.
|
|
Don't link jars into lib or service into bin.
|
|
|
|
with which the beer emoji displayed upon successful build
can be changed.
Closes Homebrew/homebrew#23194.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Fixes Homebrew/homebrew#22245.
Closes Homebrew/homebrew#24324.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
|
|
|
|
|
|
|
|
They break often so we should think, longer-term, about removing it
altogether but may as well give users fair warning before that point.
Closes Homebrew/homebrew#24220.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
As I understand it, we should never encounter these, but...
|
|
|
|
Fixes Homebrew/homebrew#24286.
|
|
|
|
|
|
* Finds pkg-config files such as "lib/pkgconfig/libfoo.pc" and "bin/libfoo-config"
* Does inreplace on paths in such files to allow for better bottle relocation ability
Closes Homebrew/homebrew#23825.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
When decided what dependencies should be part of the build environment
(and have appropriate entries added to variables like PKG_CONFIG_PATH),
we select the entire dependency tree except for
(1) inactive optional and recommended deps (2) indirect build-time deps
(i.e., build-time deps of other deps)
There is a third category that sould be excluded: dependencies of direct
build-time deps. These are irrelevant to the build, and including them
can cause unexpected linkages.
|
|
|
|
|
|
|
|
|
|
|
|
Closes Homebrew/homebrew#24173.
|
|
|
|
Binaries with names like 'run' or 'service' are likely to conflict.
Warn about these and suggest a libexec-style install instead.
|
|
|
|
|
|
|