Liyang HU
|
ab614ed4ce
|
-Library/Homebrew/shims/mac/super/sed: causes more problems than what it purports to fix
Mountain Lion isn't even supported by Homebrew anymore.
This shim hails back to Homebrew/legacy-homebrew#13787 @MikeMcQuaid
This gets picked up by `configure` scripts (which is fine during builds),
but occasionally gets [baked into binaries][fixincl], triggering:
Error: Files were found with references to the Homebrew shims directory.
This in turn causes tap maintainers to just override `SED=/usr/bin/sed` for
`configure`, which doesn't always work properly: osx-cross/homebrew-avr#230
Other instances:
* https://stackoverflow.com/questions/40357246/usr-local-library-homebrew-shims-super-sed-no-such-file-or-directory
* https://github.com/laruence/yaconf/issues/17
* https://github.com/Amar1729/homebrew-formulae/issues/1
* https://blog.logical-dice.com/articles/wp/295
[fixincl]: https://gcc.gnu.org/git/?p=gcc.git;a=blob;f=fixincludes/fixincl.tpl;h=3d70cabc7fd6dd0e63033e6523fac1dca01b285a;hb=HEAD#l42
|
2021-03-06 21:36:50 +00:00 |
|
Bo Anderson
|
a3ed481b9e
|
Revert "Revert "shims/mac/super: add ruby shims to set SDKROOT""
This reverts commit fe992cab2b943269e39e8f9f5830f4983c440e8b.
|
2021-03-02 17:06:05 +00:00 |
|
Mike McQuaid
|
fe992cab2b
|
Revert "shims/mac/super: add ruby shims to set SDKROOT"
|
2021-03-02 15:11:14 +00:00 |
|
Bo Anderson
|
7e75a49b77
|
shims/mac/super: add ruby shims to set SDKROOT
|
2021-02-24 12:48:07 +00:00 |
|
Nick Morgan
|
77e063d4a6
|
Fixing xcode-select --switch command line option
|
2020-12-16 21:33:20 -05:00 |
|
Trung Le
|
2315f342ed
|
Add shims
|
2020-05-01 01:17:43 +10:00 |
|
Bo Anderson
|
8f12a34ce0
|
shims/mac/super/xcrun: unset rather than emptying DEVELOPER_DIR
|
2020-04-08 09:32:29 +01:00 |
|
Bo Anderson
|
692b3e5a7b
|
shims/mac/super/pkg-config: fix macOS <=10.13 compatibility
Fixes #7290.
|
2020-04-05 22:11:31 +01:00 |
|
Bo Anderson
|
9294bee866
|
shims/mac/super/pkg-config: pass and use HOMEBREW_SDKROOT
Fixes #5068.
|
2020-04-04 23:44:29 +01:00 |
|
Bo Anderson
|
1a277de494
|
shims/mac/super/xcrun: set DEVELOPER_DIR less often
|
2020-04-03 09:47:24 +01:00 |
|
Bo Anderson
|
99550ff564
|
shims/mac/super/xcrun: use Homebrew's chosen SDK and DEVELOPER_DIR
Fixes #7250.
|
2020-04-01 17:34:30 +01:00 |
|
FX Coudert
|
7d014d0565
|
Support GCC 9
|
2019-05-03 16:58:11 +02:00 |
|
Mike McQuaid
|
170c5493a4
|
Update deprecations
- Add some `odeprecated`
- Make some `odeprecated` now `odisabled`
- Remove `odisabled` code.
- Remove old update migrations
- Remove GCC 4.0 compiler
- Remove Tiger-only code
- Remove 32-bit-only code
- Remove use of LD64
- Remove GCC 4.3 - 4.8 support.
|
2019-01-08 19:13:46 +00:00 |
|
Shaun Jackman
|
6d90c81a79
|
Add shims/super/gcc-8 and shims/super/g++-8
|
2018-12-02 14:13:24 -08:00 |
|
Shaun Jackman
|
a618681cf0
|
superenv: Move macOS-specific files to shims/mac/super/
|
2018-06-01 09:53:26 -07:00 |
|