| Age | Commit message (Collapse) | Author |
|
Fixes Homebrew/homebrew#24286.
|
|
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.
|
|
|
|
References Homebrew/homebrew#18922.
Closes Homebrew/homebrew#24188.
Closes Homebrew/homebrew#24190.
|
|
* shows green tick if installed or red cross if not
* only highlight dependency if HOMEBREW_NO_EMOJI is set
Closes Homebrew/homebrew#18922.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
Closes Homebrew/homebrew#24094.
|
|
|
|
The other values will be identical.
|
|
The one liner should put `#{HOMEBREW_PREFIX}/bin:$PATH` into bash profile.
Previously it was being interpreted by the shell before being put in bash profile.
Closes Homebrew/homebrew#24008.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Closes Homebrew/homebrew#23931.
|
|
Fixes Homebrew/homebrew#23936.
|
|
The default mode is intended to display recursive dependencies, with the
`--1` flag to display only one level.
|
|
Fixes Homebrew/homebrew#23881.
|
|
This is broken and nobody noticed, so remove it.
Closes Homebrew/homebrew#23878.
|
|
|
|
|
|
|
|
* When Homebrew developer mode is enabled, if a bottle is not found to
be relocatable attempt to explain why
* Print out paths of each file that still contains the string search for
* If the string searched for was found in an executable, check to see
if `otool` can explain the string's appearance
* If otool can't explain, see if `strings` can explain
Closes Homebrew/homebrew#23824.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
|
|
|
|
Fixes Homebrew/homebrew#23764.
|
|
Fixes Homebrew/homebrew#23835.
|
|
|
|
|
|
We hate it and we should tell people why.
Next step may be blocking it altogether.
|
|
|
|
When a formula is removed from core and installed let's tap it so users
can get updates without caring which tap we want to put things in.
This should allow us to migrate a lot of things to taps.
Closes Homebrew/homebrew#23760.
|
|
|
|
Closes Homebrew/homebrew#23758.
|
|
|
|
Closes Homebrew/homebrew#23791.
|
|
The name is pretty self explanatory, it unlinks all installed
applications found under `brew --prefix` from either `~/Applications` or
`/Applications`
Closes Homebrew/homebrew#22729.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Previously if a bottle had no checksum for a particular platform (i.e.
currently there are no Mavericks bottles) then it would generate a
different revision (and thus filename) to the rest of the bottles being
generated which meant bottles needed to be manually renamed.
Instead check the actual bottle object's checksums to make sure that
we've looked at the previous bottles for all platforms rather than just
the current one.
|
|
Fixes Homebrew/homebrew#23643.
|
|
|
|
Xcode-only setup is badly broken and will remain that way until fixed by
Apple. For many 10.9 issues this fixes things so let's tell the users.
|
|
|
|
This patch allows users to "opt out" of using the GitHub API altogether
by setting the HOMEBREW_NO_GITHUB_API environment variable. The
value of the environment variable does not matter (it can even be
empty!).
For Bash/ZSH: export HOMEBREW_NO_GITHUB_API=1
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
|
|
|
|
|
|
|
|
|
|
Closes Homebrew/homebrew#23430.
|
|
|
|
|
|
|
|
Closes Homebrew/homebrew#23411.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|