<feed xmlns='http://www.w3.org/2005/Atom'>
<title>brew/Library/Homebrew/requirements, branch 1.1.11</title>
<subtitle>🍺 The missing package manager for macOS</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/'/>
<entry>
<title>Proposed changes</title>
<updated>2017-02-22T07:21:31+00:00</updated>
<author>
<name>Kimmo Lehto</name>
</author>
<published>2017-02-22T07:21:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=b4a2fe502cc8bef717e9f52efe5926cc27d1e9a6'/>
<id>b4a2fe502cc8bef717e9f52efe5926cc27d1e9a6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Syntax fail</title>
<updated>2017-02-21T11:16:04+00:00</updated>
<author>
<name>Kimmo Lehto</name>
</author>
<published>2017-02-21T11:16:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=f5a0ae176a1abed5ecba42a436a8a32595c21a9d'/>
<id>f5a0ae176a1abed5ecba42a436a8a32595c21a9d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Extra check</title>
<updated>2017-02-21T09:26:40+00:00</updated>
<author>
<name>Kimmo Lehto</name>
</author>
<published>2017-02-21T09:26:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=91c1a54b674c0468729de9ba62cccfaef2188af7'/>
<id>91c1a54b674c0468729de9ba62cccfaef2188af7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use the env block</title>
<updated>2017-02-21T09:24:53+00:00</updated>
<author>
<name>Kimmo Lehto</name>
</author>
<published>2017-02-21T09:24:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=df7ae5eb26a9552ff61c66ed5680c701bf0be7df'/>
<id>df7ae5eb26a9552ff61c66ed5680c701bf0be7df</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Prepend selected ruby to PATH in RubyRequirement</title>
<updated>2017-02-21T09:12:34+00:00</updated>
<author>
<name>Kimmo Lehto</name>
</author>
<published>2017-02-21T09:12:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=799da6dbe80b4808e66d81c0004d279abcbf55ea'/>
<id>799da6dbe80b4808e66d81c0004d279abcbf55ea</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Code review cleanups</title>
<updated>2017-02-16T05:47:08+00:00</updated>
<author>
<name>Bob W. Hogg</name>
</author>
<published>2017-02-16T05:47:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=c49b97dd9c4d65a68494a467d542a42528ea9b38'/>
<id>c49b97dd9c4d65a68494a467d542a42528ea9b38</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>java_requirement: port to Linux and refactor</title>
<updated>2017-02-16T05:35:26+00:00</updated>
<author>
<name>Bob W. Hogg</name>
</author>
<published>2016-12-05T02:43:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=5a214de68d52eef0bbf99f740dc22c721dd02233'/>
<id>5a214de68d52eef0bbf99f740dc22c721dd02233</id>
<content type='text'>
Split the core requirement class into generic, Linux-specific,
and macOS-specific parts.

Additionally, the Linux version is now able to detect Java versions
(the previous Linuxbrew implementation was only able to detect
if Java was present at all.)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Split the core requirement class into generic, Linux-specific,
and macOS-specific parts.

Additionally, the Linux version is now able to detect Java versions
(the previous Linuxbrew implementation was only able to detect
if Java was present at all.)
</pre>
</div>
</content>
</entry>
<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>
</feed>
