<feed xmlns='http://www.w3.org/2005/Atom'>
<title>brew/Library/Homebrew/requirements, branch 1.1.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>language_module_requirement: use arrays.</title>
<updated>2017-01-25T09:43:45+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2017-01-25T09:43:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=381d180abeb216f5bbde6fa27643440a49f3d9f4'/>
<id>381d180abeb216f5bbde6fa27643440a49f3d9f4</id>
<content type='text'>
This is cleaner, easier to understand how the arguments are split and
fixes #1799.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is cleaner, easier to understand how the arguments are split and
fixes #1799.
</pre>
</div>
</content>
</entry>
<entry>
<title>PerlRequirement: version number might not be wrapped in parentheses</title>
<updated>2017-01-05T06:57:14+00:00</updated>
<author>
<name>Shaun Jackman</name>
</author>
<published>2016-05-11T21:41:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=cd18536eff0bbd1c499f70091ac68777a2a6cebe'/>
<id>cd18536eff0bbd1c499f70091ac68777a2a6cebe</id>
<content type='text'>
For example:
This is perl, v5.10.1 (*) built for x86_64-linux-thread-multi
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
For example:
This is perl, v5.10.1 (*) built for x86_64-linux-thread-multi
</pre>
</div>
</content>
</entry>
<entry>
<title>osxfuse_requirement: add library and include paths</title>
<updated>2016-11-22T14:52:26+00:00</updated>
<author>
<name>Kaito Udagawa</name>
</author>
<published>2016-11-22T14:28:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=00b18c3587cb445c5b1db43d43968f5cebf0d67f'/>
<id>00b18c3587cb445c5b1db43d43968f5cebf0d67f</id>
<content type='text'>
In the installation whose prefix is other than /usr/local,
osxfuse library and include path must explicitly be specified during build.
Although brew's pkg-config is configured to prepend appropriates paths,
the prepended paths (/usr/local) supercede the original HOMEBREW_PREFIX.
This behavior will cause the linker to select libraries outside brew's tree.

By adding /usr/local to HOMEBREW_LIBRARY_PATHS, superenv ensures that appears
only after the HOMEBREW_PREFIX, and thus fixes this problem.

HOMEBREW_INCLUDE_PATHS is also configured like keg-only Formulae.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In the installation whose prefix is other than /usr/local,
osxfuse library and include path must explicitly be specified during build.
Although brew's pkg-config is configured to prepend appropriates paths,
the prepended paths (/usr/local) supercede the original HOMEBREW_PREFIX.
This behavior will cause the linker to select libraries outside brew's tree.

By adding /usr/local to HOMEBREW_LIBRARY_PATHS, superenv ensures that appears
only after the HOMEBREW_PREFIX, and thus fixes this problem.

HOMEBREW_INCLUDE_PATHS is also configured like keg-only Formulae.
</pre>
</div>
</content>
</entry>
<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>
</feed>
