<feed xmlns='http://www.w3.org/2005/Atom'>
<title>brew/Library/Homebrew/requirements, 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 #1275 from woodruffw/goodbye-cctools</title>
<updated>2016-10-15T10:47:29+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2016-10-15T10:47:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=13276409a9b08fcbadfed18c25b6fd11af343729'/>
<id>13276409a9b08fcbadfed18c25b6fd11af343729</id>
<content type='text'>
formula_installer: Remove obsolete hard dependency on cctools.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
formula_installer: Remove obsolete hard dependency on cctools.</pre>
</div>
</content>
</entry>
<entry>
<title>formula_installer: Remove obsolete hard dependency on cctools.</title>
<updated>2016-10-12T19:00:40+00:00</updated>
<author>
<name>William Woodruff</name>
</author>
<published>2016-10-12T18:42:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=5163aa5d21a612738362a186e6d45e6fb1daa94a'/>
<id>5163aa5d21a612738362a186e6d45e6fb1daa94a</id>
<content type='text'>
ruby-macho now performs all relocations in Homebrew.

Additionally, delete the defunct CctoolsRequirement.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ruby-macho now performs all relocations in Homebrew.

Additionally, delete the defunct CctoolsRequirement.
</pre>
</div>
</content>
</entry>
<entry>
<title>Deprecate apr requirement.</title>
<updated>2016-10-12T14:37:33+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2016-10-12T14:37:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=26e4899fde482cafcb2d85212020a3b86882bf3e'/>
<id>26e4899fde482cafcb2d85212020a3b86882bf3e</id>
<content type='text'>
It's not used on enough configurations now that there's little point in
keeping it around. See e.g. `:autoconf` for prior art.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It's not used on enough configurations now that there's little point in
keeping it around. See e.g. `:autoconf` for prior art.
</pre>
</div>
</content>
</entry>
<entry>
<title>Tweak style.</title>
<updated>2016-10-12T10:18:14+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2016-10-12T10:18:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=784b71cb025bff303d27a61abe8aa709ca5587c4'/>
<id>784b71cb025bff303d27a61abe8aa709ca5587c4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>apr_requirement: favour system as much as possible</title>
<updated>2016-10-05T00:45:24+00:00</updated>
<author>
<name>Dominyk Tiller</name>
</author>
<published>2016-10-05T00:45:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=fcc9cfa6ae01b8c04f217692c69ed5e1e629baad'/>
<id>fcc9cfa6ae01b8c04f217692c69ed5e1e629baad</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>apr_requirement: fix always marked as missing req on Sierra</title>
<updated>2016-10-04T22:24:32+00:00</updated>
<author>
<name>Dominyk Tiller</name>
</author>
<published>2016-10-04T22:24:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=b6ecaa26f5f06057b2f116e6f47977337153aaf6'/>
<id>b6ecaa26f5f06057b2f116e6f47977337153aaf6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>apr_requirement: require Homebrew's Apr on Sierra</title>
<updated>2016-10-04T22:16:31+00:00</updated>
<author>
<name>Dominyk Tiller</name>
</author>
<published>2016-10-04T22:16:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=0756a3d7d871b21cb03b4aad488cb41255687390'/>
<id>0756a3d7d871b21cb03b4aad488cb41255687390</id>
<content type='text'>
Sierra ships the headers/libraries still but for some reason decided to bin
the config scripts, which whilst seemingly not an issue for `mesos`
or `ganglia` it has broken `subversion`, `log4cxx`, `ctail`, `shibboleth`
and `passenger` that we know of so far. Let's assume more often than not
things are going to break without those config scripts around.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Sierra ships the headers/libraries still but for some reason decided to bin
the config scripts, which whilst seemingly not an issue for `mesos`
or `ganglia` it has broken `subversion`, `log4cxx`, `ctail`, `shibboleth`
and `passenger` that we know of so far. Let's assume more often than not
things are going to break without those config scripts around.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #1004 from apjanke/print-requirements</title>
<updated>2016-09-27T08:48:14+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2016-09-27T08:48:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=b432f8e9cb2d03c8f1d7a65b9d6df2e04b3d37a7'/>
<id>b432f8e9cb2d03c8f1d7a65b9d6df2e04b3d37a7</id>
<content type='text'>
info: print requirements</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
info: print requirements</pre>
</div>
</content>
</entry>
<entry>
<title>info: include versions and other details in Requirements display</title>
<updated>2016-09-25T01:39:33+00:00</updated>
<author>
<name>Andrew Janke</name>
</author>
<published>2016-09-18T04:37:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=5aaccba34cef9a1766f8f944c276e76569cf9907'/>
<id>5aaccba34cef9a1766f8f944c276e76569cf9907</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Style/Alias: Prefer `alias`.</title>
<updated>2016-09-23T16:19:53+00:00</updated>
<author>
<name>Markus Reiter</name>
</author>
<published>2016-09-23T16:13:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=e851c9bf6c3adda268f1a307d6b49acb1ad1852d'/>
<id>e851c9bf6c3adda268f1a307d6b49acb1ad1852d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
