<feed xmlns='http://www.w3.org/2005/Atom'>
<title>brew/Library/Homebrew/extend/os, branch 1.1.1</title>
<subtitle>🍺 The missing package manager for macOS</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/'/>
<entry>
<title>diagnostic: skip xcode-select check with no Xcode.</title>
<updated>2016-11-12T11:32:27+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2016-11-12T11:31:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=215105a48410176bdd5ee0fc56a93b36bd06fa1b'/>
<id>215105a48410176bdd5ee0fc56a93b36bd06fa1b</id>
<content type='text'>
Skip the `xcode-select` configuration check if there's no CLT or Xcode
installed as in that case neither will be used.

Fixes #1055.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Skip the `xcode-select` configuration check if there's no CLT or Xcode
installed as in that case neither will be used.

Fixes #1055.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #1381 from adzenith/patch-1</title>
<updated>2016-11-10T21:05:21+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2016-11-10T21:05:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=c2815fbb9af4fe4518246cba7df418935fd3b711'/>
<id>c2815fbb9af4fe4518246cba7df418935fd3b711</id>
<content type='text'>
`brew doctor` recommends using cask to upgrade XQuartz</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
`brew doctor` recommends using cask to upgrade XQuartz</pre>
</div>
</content>
</entry>
<entry>
<title>`brew doctor` recommends using cask to upgrade XQuartz</title>
<updated>2016-11-10T03:21:21+00:00</updated>
<author>
<name>Nikolaus Wittenstein</name>
</author>
<published>2016-10-27T01:45:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=969ac3a9c63ba670554b274dcc1fa1b5c2eadbb8'/>
<id>969ac3a9c63ba670554b274dcc1fa1b5c2eadbb8</id>
<content type='text'>
Also changes exceptions.rb to use Formatter.url
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also changes exceptions.rb to use Formatter.url
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #1443 from MikeMcQuaid/better-development-tools-checks</title>
<updated>2016-11-06T13:21:11+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2016-11-06T13:21:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=cfaa05f841f000f79331556c8d9cbb2b08bc8426'/>
<id>cfaa05f841f000f79331556c8d9cbb2b08bc8426</id>
<content type='text'>
Improve debugging information based on failures</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Improve debugging information based on failures</pre>
</div>
</content>
</entry>
<entry>
<title>software_spec: no `_or_later` in bottle filenames.</title>
<updated>2016-11-05T20:13:42+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2016-11-05T20:13:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=1f6c26a2e4b97ad90e6b8623df90daf4e07086a9'/>
<id>1f6c26a2e4b97ad90e6b8623df90daf4e07086a9</id>
<content type='text'>
It's more useful to be able to "bless" an existing bottle to be used on
later OSs (e.g. where it cannot yet be built) than it is to have to
create a new, identical bottle just to have a different filename.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It's more useful to be able to "bless" an existing bottle to be used on
later OSs (e.g. where it cannot yet be built) than it is to have to
create a new, identical bottle just to have a different filename.
</pre>
</div>
</content>
</entry>
<entry>
<title>diagnostic: add build error checks.</title>
<updated>2016-11-05T14:58:39+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2016-11-05T14:39:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=262eaca56e9efbb21a20be2fe83af563c9b9289e'/>
<id>262eaca56e9efbb21a20be2fe83af563c9b9289e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>diagnostic: only make minimum Xcode/CLT version checks fatal.</title>
<updated>2016-11-05T14:58:39+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2016-11-05T14:38:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=b38f5b3e7d597fe8fa9611f142ac253b94614c88'/>
<id>b38f5b3e7d597fe8fa9611f142ac253b94614c88</id>
<content type='text'>
Also: freeze the relevant arrays.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also: freeze the relevant arrays.
</pre>
</div>
</content>
</entry>
<entry>
<title>os/mac/diagnostic: split some unless conditions.</title>
<updated>2016-11-05T14:58:39+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2016-11-05T14:36:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=6359c75a2dea3673284bc5f9b00d1ed790469e7b'/>
<id>6359c75a2dea3673284bc5f9b00d1ed790469e7b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>diagnostic: add checks for minimum Xcode/CLT versions.</title>
<updated>2016-11-05T14:58:38+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2016-11-05T14:36:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=bccd792bbffaf0c219f402d893be4c5c0d284d97'/>
<id>bccd792bbffaf0c219f402d893be4c5c0d284d97</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>superenv: treat timingsafe_bcmp as weak on 10.11</title>
<updated>2016-10-29T10:26:52+00:00</updated>
<author>
<name>ilovezfs</name>
</author>
<published>2016-10-29T10:26:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=e26750e11290f6b299fcbf8419ac051a985e0e1a'/>
<id>e26750e11290f6b299fcbf8419ac051a985e0e1a</id>
<content type='text'>
Xcode 8.1 added timingsafe_bcmp to string.h and libsystem_c.tbd,
and 10.12.1 added it to libsystem_c.dylib, but it is not present in
libsystem_c.dylib on 10.11.6 (15G1108).

It may appear in libsystem_c.dylib in a later 10.11 release or it may
be marked weak on 10.11 in a later Xcode release.

Fixes Homebrew/homebrew-core#6344.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Xcode 8.1 added timingsafe_bcmp to string.h and libsystem_c.tbd,
and 10.12.1 added it to libsystem_c.dylib, but it is not present in
libsystem_c.dylib on 10.11.6 (15G1108).

It may appear in libsystem_c.dylib in a later 10.11 release or it may
be marked weak on 10.11 in a later Xcode release.

Fixes Homebrew/homebrew-core#6344.
</pre>
</div>
</content>
</entry>
</feed>
