<feed xmlns='http://www.w3.org/2005/Atom'>
<title>brew/Library/Homebrew/shims, branch 1.1.0</title>
<subtitle>🍺 The missing package manager for macOS</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/'/>
<entry>
<title>superenv: prune -Wl,-z,defs when refurbishing</title>
<updated>2016-11-02T08:21:15+00:00</updated>
<author>
<name>ilovezfs</name>
</author>
<published>2016-11-02T08:21:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=2c43649ffc9eeea33b1f5533983c26a3bbb78f83'/>
<id>2c43649ffc9eeea33b1f5533983c26a3bbb78f83</id>
<content type='text'>
`-Wl,-z,defs` should be pruned out entirely since `-z defs` is not
understood by macOS's `ld`, and the analogue `-undefined error` is
already the default.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
`-Wl,-z,defs` should be pruned out entirely since `-z defs` is not
understood by macOS's `ld`, and the analogue `-undefined error` is
already the default.
</pre>
</div>
</content>
</entry>
<entry>
<title>scm/git: more old OS X versions tweaks.</title>
<updated>2016-10-16T15:11:41+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2016-10-16T15:11:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=be2e6df948b2819aabe38864f4b541c8b89ba01f'/>
<id>be2e6df948b2819aabe38864f4b541c8b89ba01f</id>
<content type='text'>
- unset IFS to fix version parsing on older Bashes
- reuse existing HOMEBREW_MACOS_VERSION if it’s available
- set rather than unset popup_stub
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- unset IFS to fix version parsing on older Bashes
- reuse existing HOMEBREW_MACOS_VERSION if it’s available
- set rather than unset popup_stub
</pre>
</div>
</content>
</entry>
<entry>
<title>shims/scm/git: fix on old OS X versions.</title>
<updated>2016-10-16T13:14:23+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2016-10-16T13:14:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=7292ad1f1a1f8f92bac9160b6be6c4a64ac24d5c'/>
<id>7292ad1f1a1f8f92bac9160b6be6c4a64ac24d5c</id>
<content type='text'>
On older versions of OS X (i.e. pre-Mavericks) `xcode-select` is not
required to be set when using the CLT. Fix this behaviour so `brew
update` doesn't tell everyone on that configuration to `brew install
git`.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
On older versions of OS X (i.e. pre-Mavericks) `xcode-select` is not
required to be set when using the CLT. Fix this behaviour so `brew
update` doesn't tell everyone on that configuration to `brew install
git`.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use new "macOS" naming where appropriate.</title>
<updated>2016-09-18T18:57:19+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2016-09-18T18:57:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=3f9cce0a03e967d2e7bcb7cd16bbc898c1a35708'/>
<id>3f9cce0a03e967d2e7bcb7cd16bbc898c1a35708</id>
<content type='text'>
Not quite a mass replacement as I've used OS X and Mac OS X where
describing specific older versions and added compatibility methods
for things in the DSL.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Not quite a mass replacement as I've used OS X and Mac OS X where
describing specific older versions and added compatibility methods
for things in the DSL.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #845 from tdsmith/usr-local-sdkroot</title>
<updated>2016-09-03T00:55:37+00:00</updated>
<author>
<name>Tim D. Smith</name>
</author>
<published>2016-09-03T00:55:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=d39eeac0d5041dbbc41f939ef2dbc02823c82fcd'/>
<id>d39eeac0d5041dbbc41f939ef2dbc02823c82fcd</id>
<content type='text'>
Don't reject -L/usr/local/lib when SDKROOT is defined

Closes #844. Fixes Homebrew/homebrew-fuse#62.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Don't reject -L/usr/local/lib when SDKROOT is defined

Closes #844. Fixes Homebrew/homebrew-fuse#62.</pre>
</div>
</content>
</entry>
<entry>
<title>Don't reject -L/usr/local/lib when SDKROOT is defined</title>
<updated>2016-09-01T05:38:18+00:00</updated>
<author>
<name>Tim D. Smith</name>
</author>
<published>2016-09-01T05:38:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=8f068fdbca362a48e4142be4500ccffe0f97392d'/>
<id>8f068fdbca362a48e4142be4500ccffe0f97392d</id>
<content type='text'>
/usr/local/lib is removed from the default linker search path when
SDKROOT is defined or sysroot is specified.

Homebrew sometimes sets SDKROOT without setting a sysroot as of 45e138f.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
/usr/local/lib is removed from the default linker search path when
SDKROOT is defined or sysroot is specified.

Homebrew sometimes sets SDKROOT without setting a sysroot as of 45e138f.
</pre>
</div>
</content>
</entry>
<entry>
<title>scm/git: make --homebrew=print-path absolute.</title>
<updated>2016-08-25T10:12:22+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2016-08-24T09:22:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=408ac6088f0cdb32c6c033df4f4c18b8ce7829c1'/>
<id>408ac6088f0cdb32c6c033df4f4c18b8ce7829c1</id>
<content type='text'>
This ensures that the output is always a fully-resolved path.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This ensures that the output is always a fully-resolved path.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #721 from MikeMcQuaid/no_weak_imports</title>
<updated>2016-08-17T11:22:28+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2016-08-17T11:22:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=6878577d129833b59f82c4872b49e97ba5cec499'/>
<id>6878577d129833b59f82c4872b49e97ba5cec499</id>
<content type='text'>
Set -no_weak_imports linker flag for Xcode 8</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Set -no_weak_imports linker flag for Xcode 8</pre>
</div>
</content>
</entry>
<entry>
<title>shims/super/cc: assume Ruby 2.</title>
<updated>2016-08-17T08:19:56+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2016-08-16T16:00:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=ee6c43ebee3e8e847e9fd783a8858688d7bcb38a'/>
<id>ee6c43ebee3e8e847e9fd783a8858688d7bcb38a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>superenv: add LDFLAGS if disabling weak imports.</title>
<updated>2016-08-16T14:26:28+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2016-08-16T12:48:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=560918356738ee71aa7e7110d0e8aa6c8b3dbe4f'/>
<id>560918356738ee71aa7e7110d0e8aa6c8b3dbe4f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
