| Age | Commit message (Collapse) | Author |
|
Use $HOMEBREW_PREFIX instead of `/usr/local` when talking about
formula file path.
Closes #34568.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
Closes #34228.
|
|
|
|
Update man page to reflect change per issue #27813 (commit 9362781).
Closes #34317.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Mike probably wants to cast an eye over all of this, but in summary:
In the Example Formula:
* Updates with a revision example.
* Updates with a mirror mirror (Whoa meta).
* Replaces the bottles with more modern examples.
* Adds the Yosemite binary dependency options.
* Improves the plist documentation
In the Bottles doc:
* Modernises the expected bottle readout.
* Adds double quotes.
In the FAQ:
* Updates the bottle language to reflect Yosemite’s arrival and the
Bot’s new minimum OS bottle generation.
In the Formula-Cookbook:
* Adds a mega block on the OpenSSL situation in Homebrew, complete with
examples and explanation.
* Changes the X11 dependency example to optional to reflect Jack’s
recently-expressed pattern in other formulae.
* Explains why and how formulae are sometimes revisioned, and the
mechanism behind that.
* Updates the Ldapvi `otool` readout to reflect the new usage of
OpenSSL. Setting a good example and all that.
* Updates the Python language to match Tim’s new Python handling.
* Updates the naming block to explain how Homebrew handles name
conflicts, complete with examples.
* Updates (a tiny bit) the sandbox creation in /tmp to reflect the
current style.
* Updates the chmod to move away from +x towards 0555 instead.
* Labels the `enable-ham` option depreciated rather than old. Slightly
firmer.
* Updates the bottle block instructions to reflect Homebrew’s audit
mechanism not crying about it locally.
Closes #34275.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
|
|
|
|
The bigger, uglier brother of #34090.
Closes #34106.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
The link to the Homebrew dupes repo was broken because of a typo.
Closes #33931.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
|
|
|
|
|
|
It was causing a command to not display correctly.
Closes #33686.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
|
|
|
|
|
|
Closes #33211.
|
|
|
|
|
|
|
|
|
|
Due to the fragility of the code, this functionality was removed in
recent refactorings of the tap code.
It is possible to restore these features, but it needs to be done in
a cleaner, more maintainable way.
Closes #29585.
|
|
Closes #29318.
|
|
|
|
|
|
Closes #29315.
|
|
|
|
|
|
With --multiple, only list formulae with multiple versions installed.
|
|
|
|
|
|
|
|
Turns out that this doesn't really work at all. `brew install` _never_
reuses options in the first place, and using this option with `brew
upgrade` results in some nasty corner cases in passing options to
dependencies.
|
|
Closes #27322.
|
|
|
|
Closes #26811.
|
|
Closes #27076.
|
|
|
|
|
|
|
|
The traditional approach to installing the dependencies of a formula is
the following:
brew install `brew deps formula`
This approach ignores any options that are specified in the parent
formula. This pull request adds a --only-dependencies option to brew
install that installs the dependencies of a formula with optional flags,
but returns before installing the parent formula.
Closes #25272.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
|
|
Closes #24420.
|
|
Closes #24371.
|
|
with which the beer emoji displayed upon successful build
can be changed.
Closes #23194.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
|
|
These options are deprecated in favor of --cc=<compiler>, so there is no
need to continue advertising their existence.
|
|
|
|
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>
|
|
downloads tarballs from public and private S3 buckets
Closes #22779.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|