<feed xmlns='http://www.w3.org/2005/Atom'>
<title>brew/Library/Homebrew/extend/os, branch 1.0.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>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>
<entry>
<title>*/diagnostic: tweak messaging.</title>
<updated>2016-10-02T16:30:08+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2016-10-02T16:30:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=8a57fee68c4a52b371d94f878c2fac495fa1ff95'/>
<id>8a57fee68c4a52b371d94f878c2fac495fa1ff95</id>
<content type='text'>
Update some messaging based on recent user confusion and the
`/usr/local/Homebrew` and Ruby 2 migrations.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update some messaging based on recent user confusion and the
`/usr/local/Homebrew` and Ruby 2 migrations.
</pre>
</div>
</content>
</entry>
<entry>
<title>superenv: more 10.11 clock_gettime Autotools fixes</title>
<updated>2016-09-28T10:31:32+00:00</updated>
<author>
<name>ilovezfs</name>
</author>
<published>2016-09-28T10:31:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=88a1b2853a2206a43f957ea71657c1b6d9bc37bb'/>
<id>88a1b2853a2206a43f957ea71657c1b6d9bc37bb</id>
<content type='text'>
some build systems check ac_cv_search_clock_gettime instead of
ac_cv_func_clock_gettime so the former should also be set to "no"

libev.m4 unsets ac_cv_func_clock_gettime, but if ac_have_clock_syscall
is defined, it will leave ac_cv_func_clock_gettime alone:

  http://cvs.schmorp.de/libev/libev.m4?view=markup#l23
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
some build systems check ac_cv_search_clock_gettime instead of
ac_cv_func_clock_gettime so the former should also be set to "no"

libev.m4 unsets ac_cv_func_clock_gettime, but if ac_have_clock_syscall
is defined, it will leave ac_cv_func_clock_gettime alone:

  http://cvs.schmorp.de/libev/libev.m4?view=markup#l23
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #1113 from reitermarkus/rubocop-guardclause</title>
<updated>2016-09-24T15:38:49+00:00</updated>
<author>
<name>Markus Reiter</name>
</author>
<published>2016-09-24T15:38:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=e2c7509065d8cd6fd76cd631f5c8d1068df49cad'/>
<id>e2c7509065d8cd6fd76cd631f5c8d1068df49cad</id>
<content type='text'>
RuboCop: Fix Style/GuardClause.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
RuboCop: Fix Style/GuardClause.</pre>
</div>
</content>
</entry>
<entry>
<title>Fix Style/GuardClause.</title>
<updated>2016-09-24T10:24:35+00:00</updated>
<author>
<name>Markus Reiter</name>
</author>
<published>2016-09-23T20:02:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=58e36c73193befb57d351344cea2a4a33fef850d'/>
<id>58e36c73193befb57d351344cea2a4a33fef850d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>diagnostic: limit fatal dev tools check to Sierra</title>
<updated>2016-09-23T21:57:14+00:00</updated>
<author>
<name>Dominyk Tiller</name>
</author>
<published>2016-09-23T21:56:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=12aad5c65fee39c5f044e39ca1efcbed58aebd39'/>
<id>12aad5c65fee39c5f044e39ca1efcbed58aebd39</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #1106 from reitermarkus/rubocop</title>
<updated>2016-09-23T18:35:15+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2016-09-23T18:35:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=dd393c73ed176450d4e825ecd831912b3b15f097'/>
<id>dd393c73ed176450d4e825ecd831912b3b15f097</id>
<content type='text'>
Even more RuboCop changes.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Even more RuboCop changes.</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #1097 from DomT4/software_dev_is_hard</title>
<updated>2016-09-23T16:49:01+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2016-09-23T16:49:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=81e325cdb75d6ffd81d4ad6e335a97596697c541'/>
<id>81e325cdb75d6ffd81d4ad6e335a97596697c541</id>
<content type='text'>
diagnostic: make using outdated dev tools fatal</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
diagnostic: make using outdated dev tools fatal</pre>
</div>
</content>
</entry>
</feed>
