<feed xmlns='http://www.w3.org/2005/Atom'>
<title>brew/Library/Homebrew/extend/os, 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>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>
<entry>
<title>keg_relocate: wrap relocation locations in struct</title>
<updated>2016-10-24T20:21:08+00:00</updated>
<author>
<name>Josh Hagins</name>
</author>
<published>2016-10-24T03:48:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=fab2cffe5de82b6d540fcf3f4f8873f7cd89af34'/>
<id>fab2cffe5de82b6d540fcf3f4f8873f7cd89af34</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>dependency_collector: need xz dep on &lt;= macOS 10.8</title>
<updated>2016-10-16T12:48:37+00:00</updated>
<author>
<name>ilovezfs</name>
</author>
<published>2016-10-16T09:03:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=a53eca8cdee26ad0c00a4add89b746d08a5dc87c'/>
<id>a53eca8cdee26ad0c00a4add89b746d08a5dc87c</id>
<content type='text'>
Mountain Lion: http://opensource.apple.com/source/libarchive/libarchive-25.1/config.h
  `/* #undef HAVE_LIBLZMA */`

Mavericks: http://opensource.apple.com/source/libarchive/libarchive-29/config.h
  `#define HAVE_LIBLZMA 1`
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Mountain Lion: http://opensource.apple.com/source/libarchive/libarchive-25.1/config.h
  `/* #undef HAVE_LIBLZMA */`

Mavericks: http://opensource.apple.com/source/libarchive/libarchive-29/config.h
  `#define HAVE_LIBLZMA 1`
</pre>
</div>
</content>
</entry>
<entry>
<title>Use BSD tar's libarchive LZMA support if available</title>
<updated>2016-10-15T12:10:37+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2016-10-15T12:10:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=b1a16deb190ae5ccb05b60a3dd10b53eaf1bae15'/>
<id>b1a16deb190ae5ccb05b60a3dd10b53eaf1bae15</id>
<content type='text'>
Avoid using an unnecessary `xz` dependency when it's not needed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Avoid using an unnecessary `xz` dependency when it's not needed.
</pre>
</div>
</content>
</entry>
</feed>
