<feed xmlns='http://www.w3.org/2005/Atom'>
<title>brew/Library/Homebrew/extend, branch 1.3.8</title>
<subtitle>🍺 The missing package manager for macOS</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/'/>
<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>Clear/mask passwords as well as tokens.</title>
<updated>2017-11-07T07:54:34+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2017-11-07T07:47:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=9358f678a3c0a7ee6b64078cc9393d0c5347a17c'/>
<id>9358f678a3c0a7ee6b64078cc9393d0c5347a17c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>
<entry>
<title>ENV/super: simplify version checks.</title>
<updated>2017-11-05T15:39:43+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2017-11-05T12:12:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=603d6fd1f56a6edb37cbbc70cf1cbfe892455082'/>
<id>603d6fd1f56a6edb37cbbc70cf1cbfe892455082</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>diagnostic: simplify version checks.</title>
<updated>2017-11-05T15:39:43+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2017-11-05T12:12:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=8c6defd9cf58840bd08af30147a9f6305a219712'/>
<id>8c6defd9cf58840bd08af30147a9f6305a219712</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
