<feed xmlns='http://www.w3.org/2005/Atom'>
<title>brew/Library/Homebrew/extend/os/mac, branch 1.3.9</title>
<subtitle>🍺 The missing package manager for macOS</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/'/>
<entry>
<title>extend/pathname: Add os/linux/elf.rb</title>
<updated>2017-12-04T00:22:51+00:00</updated>
<author>
<name>Shaun Jackman</name>
</author>
<published>2017-12-02T00:29:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=e5847b652f93744d41f45b5636e67bb2748d67c7'/>
<id>e5847b652f93744d41f45b5636e67bb2748d67c7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Hardware::CPU: Implement OS-agnostic methods</title>
<updated>2017-12-01T23:18:35+00:00</updated>
<author>
<name>Shaun Jackman</name>
</author>
<published>2017-11-29T19:44:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=0ce7a74c585eb01df60f1e9d353825d90bd3d969'/>
<id>0ce7a74c585eb01df60f1e9d353825d90bd3d969</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>More environment filtering fixes</title>
<updated>2017-11-27T10:48:03+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2017-11-27T10:48:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=fb6cf0c3f8cc8e440a9e750878faf13430a1e20a'/>
<id>fb6cf0c3f8cc8e440a9e750878faf13430a1e20a</id>
<content type='text'>
- Make `brew pull` pass through Git environment variables
- Whitelist all `TRAVIS_` variables.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Make `brew pull` pass through Git environment variables
- Whitelist all `TRAVIS_` variables.
</pre>
</div>
</content>
</entry>
<entry>
<title>ENV: don't set MACOSX_DEPLOYMENT_TARGET</title>
<updated>2017-11-18T19:31:08+00:00</updated>
<author>
<name>ilovezfs</name>
</author>
<published>2017-11-18T19:31:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=15a2ef525f3d668c16efccb1d3a477cf90a1d0e0'/>
<id>15a2ef525f3d668c16efccb1d3a477cf90a1d0e0</id>
<content type='text'>
CMake tries to use Xcode if MACOSX_DEPLOYMENT_TARGET is set but that can
lead to build failures when SDKROOT isn't set. The CMake behavior at
minimum manifests as -isysroot spontaneously being set to the Xcode SDK,
which brew sometimes can't successfully fully unwind with its ENV hacks.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CMake tries to use Xcode if MACOSX_DEPLOYMENT_TARGET is set but that can
lead to build failures when SDKROOT isn't set. The CMake behavior at
minimum manifests as -isysroot spontaneously being set to the Xcode SDK,
which brew sometimes can't successfully fully unwind with its ENV hacks.
</pre>
</div>
</content>
</entry>
<entry>
<title>Tweak SDK variables for new Xcode/CLT setup.</title>
<updated>2017-11-17T21:35:49+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2017-11-17T19:58:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=2e1331cbc8917353411dde26b45ed1df444cfb99'/>
<id>2e1331cbc8917353411dde26b45ed1df444cfb99</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>diagnostic: check if Xcode needs CLT installed.</title>
<updated>2017-11-17T21:35:49+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2017-11-17T19:53:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=cd0db51343ff7c5a35173594725978c81c36c0fc'/>
<id>cd0db51343ff7c5a35173594725978c81c36c0fc</id>
<content type='text'>
Require the CLT on all but the latest version of macOS to avoid the
continuous workarounds for SDK weirdness.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Require the CLT on all but the latest version of macOS to avoid the
continuous workarounds for SDK weirdness.
</pre>
</div>
</content>
</entry>
<entry>
<title>environment filtering: pass through TRAVIS vars.</title>
<updated>2017-11-13T10:01:54+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2017-11-13T10:01:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=5241d07474586f85f513357a989ecbb74ea69c30'/>
<id>5241d07474586f85f513357a989ecbb74ea69c30</id>
<content type='text'>
We use these internally so let's map them to `HOMEBREW_` variables.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We use these internally so let's map them to `HOMEBREW_` variables.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #3377 from maxim-belkin/extend-pathname</title>
<updated>2017-11-10T17:49:27+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2017-11-10T17:49:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=ee4172159bc09f23dbcccc2fca471b12d8bc7ecd'/>
<id>ee4172159bc09f23dbcccc2fca471b12d8bc7ecd</id>
<content type='text'>
pathname: new methods and improvements</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
pathname: new methods and improvements</pre>
</div>
</content>
</entry>
<entry>
<title>pathname: improvements, cleanups, and new methods</title>
<updated>2017-11-07T20:18:25+00:00</updated>
<author>
<name>Maxim Belkin</name>
</author>
<published>2017-11-07T20:18:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=de0b93f912f014155423ed9a679dcd99c40f2622'/>
<id>de0b93f912f014155423ed9a679dcd99c40f2622</id>
<content type='text'>
- atomic_write: close file before renaming to prevent error:
  'Device or resource busy'
- ensure_writable: preserve executable bit
- new elf? and dynamic? methods
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- atomic_write: close file before renaming to prevent error:
  'Device or resource busy'
- ensure_writable: preserve executable bit
- new elf? and dynamic? methods
</pre>
</div>
</content>
</entry>
<entry>
<title>os/mac/diagnostic: fix XQuartz message.</title>
<updated>2017-11-07T07:39:10+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2017-11-07T07:38:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=2ad17993086af7ceb20123a8ca26e7f84c2311d6'/>
<id>2ad17993086af7ceb20123a8ca26e7f84c2311d6</id>
<content type='text'>
Fixes #3434.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #3434.
</pre>
</div>
</content>
</entry>
</feed>
