<feed xmlns='http://www.w3.org/2005/Atom'>
<title>brew/Library/Homebrew/extend, branch 1.0.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>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>Refactor Cask’s extensions.</title>
<updated>2016-10-04T13:43:58+00:00</updated>
<author>
<name>Markus Reiter</name>
</author>
<published>2016-10-04T13:24:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=ddf5583208e473ef00447834a3a712411e61e190'/>
<id>ddf5583208e473ef00447834a3a712411e61e190</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>ARGV: kegs: error on empty arguments</title>
<updated>2016-09-25T15:33:56+00:00</updated>
<author>
<name>Zhiming Wang</name>
</author>
<published>2016-09-25T15:04:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=9b9e9eb8ddcfaf711a158548a66cb358f7de9665'/>
<id>9b9e9eb8ddcfaf711a158548a66cb358f7de9665</id>
<content type='text'>
Fixes #1138.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #1138.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'master' into mkdir_with_intermediates</title>
<updated>2016-09-24T19:48:03+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2016-09-24T19:48:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=e767fd3df9d179fca0445cc0bc0fdc061ad857d6'/>
<id>e767fd3df9d179fca0445cc0bc0fdc061ad857d6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>RuboCop: Style/AccessorMethodName</title>
<updated>2016-09-24T17:28:26+00:00</updated>
<author>
<name>Markus Reiter</name>
</author>
<published>2016-09-24T15:59:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=6c6a4c9fa771930c882ab7819e027031fb33b018'/>
<id>6c6a4c9fa771930c882ab7819e027031fb33b018</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 #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>
</feed>
