| Age | Commit message (Collapse) | Author |
|
Closes Homebrew/homebrew#40117.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
[].last => nil
[].max => nil
|
|
Closes Homebrew/homebrew#39447.
Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
|
|
|
|
Closes Homebrew/homebrew#38628.
Signed-off-by: Xu Cheng <xucheng@me.com>
|
|
The xcrun script should be skipping the ENV directory when it scans
$PATH looking for tools to run. Unfortunately, the script compares the
paths found to the real path of the ENV directory (following symlinks),
but superenv was adding the nominal path to $PATH, not following
symlinks. As a consequence, platforms with Xcode < 4.3 would get into
infinite loops when trying to call non-system versions of gcc, as xcrun
calls the ENV version of gcc-X.X which calls xcrun and so on forever.
This commit changes superenv to follow symlinks when determining the bin
path to use.
Fixes Homebrew/homebrew#33731.
Closes Homebrew/homebrew#40062.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Closes Homebrew/homebrew#39911.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
|
|
|
|
|
|
|
|
|
|
Closes Homebrew/homebrew#40025.
Signed-off-by: Xu Cheng <xucheng@me.com>
|
|
Closes Homebrew/homebrew#40042.
Signed-off-by: Xu Cheng <xucheng@me.com>
|
|
|
|
Fix the audit problem in Homebrew/homebrew#40000.
Closes Homebrew/homebrew#40012.
Signed-off-by: Xu Cheng <xucheng@me.com>
|
|
Re https://github.com/Homebrew/homebrew-tex/pull/4#issuecomment-104186361
Closes Homebrew/homebrew#39973.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
|
|
Closes Homebrew/homebrew#39909.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
Closes Homebrew/homebrew#39906.
Signed-off-by: Xu Cheng <xucheng@me.com>
|
|
|
|
Closes Homebrew/homebrew#39899.
Signed-off-by: Xu Cheng <xucheng@me.com>
|
|
Closes Homebrew/homebrew#39626.
Signed-off-by: Xu Cheng <xucheng@me.com>
|
|
|
|
GDB is a requirement, but GDB lives in the homebrew/dupes tap now,
so dupx cannot stay in core.
Closes Homebrew/homebrew#39332.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
This method may see values originating HOMEBREW_CC.
This reverts commit 9c74f42962090c016143744b057e13aa75d9b13e.
|
|
Closes Homebrew/homebrew#39758.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
See Homebrew/homebrew-science#2261
Closes Homebrew/homebrew#39736.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
Is this really Misty?!
|
|
Fixes Homebrew/homebrew#37936.
|
|
Adds a small check to the Doctor command to ensure HOMEBREW_TEMP
has a sticky bit set. This has become a significant issue lately.
Closes Homebrew/homebrew#39735
Original issue: Homebrew/homebrew#39170
Closes Homebrew/homebrew#39739.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
Originally submitted as part of https://github.com/Homebrew/homebrew/pull/38824/files,
later reverted due another hunk.
Closes Homebrew/homebrew#39753.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
Closes Homebrew/homebrew#39620.
|
|
|
|
|
|
URLs are not links.
|
|
|
|
Edit Library/Homebrew/manpages/brew.1.md
Regenerate share/man/man1/brew.1
Closes Homebrew/homebrew#39722.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
|
|
Closes Homebrew/homebrew#39708.
Signed-off-by: Xu Cheng <xucheng@me.com>
|
|
- Fix static GMP
- Remove --32-bit option (ghc 7.6 or newer is needed to build).
- Building with llvm-gcc and 7.6.3 works on Snow Leopard and Lion.
Closes Homebrew/homebrew#39134.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
These no longer have a git version appended; e.g.:
https://github.com/mitchellh/packer/commit/ddb966061f88709537c93f16f7c4066ddf2b8adf.patch
|
|
Fixes Homebrew/homebrew#39691.
|
|
|
|
|
|
Closes Homebrew/homebrew#39196.
Signed-off-by: Xu Cheng <xucheng@me.com>
|
|
Fixes Homebrew/homebrew#38069.
|
|
We use raise everywhere else in the codebase.
|
|
1. `script` (used to fake the tty) requires write access to /dev/ptmx
and /dev/ttys*
2. sandbox profile only accepts `[0-9]` instead of `\d`.
|
|
Closes Homebrew/homebrew#39421.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|