<feed xmlns='http://www.w3.org/2005/Atom'>
<title>brew/Library/Homebrew/os/mac, branch 0.9.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>Document that Xcode.prefix can be nil</title>
<updated>2016-03-19T11:14:50+00:00</updated>
<author>
<name>Tim D. Smith</name>
</author>
<published>2016-03-17T05:51:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=af36139218ad607e1f9347876d636bed60b6e767'/>
<id>af36139218ad607e1f9347876d636bed60b6e767</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Avoid constructing paths by string interpolation"</title>
<updated>2016-03-19T11:14:50+00:00</updated>
<author>
<name>Tim D. Smith</name>
</author>
<published>2016-03-17T05:09:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=fe37cc52713e37c24ddf9a7a75f5118594acd3b1'/>
<id>fe37cc52713e37c24ddf9a7a75f5118594acd3b1</id>
<content type='text'>
This reverts commit 8c7f3d859e8f715b6c63e4fe75e7a636aee4167f.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 8c7f3d859e8f715b6c63e4fe75e7a636aee4167f.
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid constructing paths by string interpolation</title>
<updated>2016-03-19T11:14:50+00:00</updated>
<author>
<name>Tim D. Smith</name>
</author>
<published>2016-03-16T06:47:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=87781f2a3734ad778660126fb2bc9681092f5951'/>
<id>87781f2a3734ad778660126fb2bc9681092f5951</id>
<content type='text'>
Closes Homebrew/homebrew#50154.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes Homebrew/homebrew#50154.
</pre>
</div>
</content>
</entry>
<entry>
<title>More specific test for default prefix</title>
<updated>2016-03-19T11:14:50+00:00</updated>
<author>
<name>Tim D. Smith</name>
</author>
<published>2016-03-16T06:50:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=f0a5abe12e0e037ec7569b63d7169f7a0798b6c6'/>
<id>f0a5abe12e0e037ec7569b63d7169f7a0798b6c6</id>
<content type='text'>
cf. Homebrew/homebrew#50154
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
cf. Homebrew/homebrew#50154
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid pathological trailing slash</title>
<updated>2016-03-19T11:14:50+00:00</updated>
<author>
<name>Tim D. Smith</name>
</author>
<published>2016-03-16T06:40:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=f30c264519afd98b5aac8dd5c48810c761983124'/>
<id>f30c264519afd98b5aac8dd5c48810c761983124</id>
<content type='text'>
Resolves an issue where xcode-select output with a terminal slash leads
to superenv failing to strip system library paths from ccld-style
invocations.

Fixes Homebrew/homebrew#49731. Discussion in Homebrew/homebrew#50154.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Resolves an issue where xcode-select output with a terminal slash leads
to superenv failing to strip system library paths from ccld-style
invocations.

Fixes Homebrew/homebrew#49731. Discussion in Homebrew/homebrew#50154.
</pre>
</div>
</content>
</entry>
<entry>
<title>os/mac/ruby_mach: don't hide actual parse errors</title>
<updated>2016-02-25T20:54:42+00:00</updated>
<author>
<name>Martin Afanasjew</name>
</author>
<published>2016-02-15T16:56:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=c20809526c4f3c794de592dbde2663bb0da28451'/>
<id>c20809526c4f3c794de592dbde2663bb0da28451</id>
<content type='text'>
The current approach of suppressing all output regardless of what the
error is makes it very hard to debug any issues and misread but valid
Mach-O files will be silently interpreted as non-Mach-O files instead.

Prefer to fail if we are a Homebrew developer or running on the bot
(`HOMEBREW_DEVELOPER=1`), so that problems will be noticed and fixed
before the silent failure leads to hard-to-diagnose user problems.

Closes Homebrew/homebrew#48817.

Signed-off-by: Martin Afanasjew &lt;martin@afanasjew.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The current approach of suppressing all output regardless of what the
error is makes it very hard to debug any issues and misread but valid
Mach-O files will be silently interpreted as non-Mach-O files instead.

Prefer to fail if we are a Homebrew developer or running on the bot
(`HOMEBREW_DEVELOPER=1`), so that problems will be noticed and fixed
before the silent failure leads to hard-to-diagnose user problems.

Closes Homebrew/homebrew#48817.

Signed-off-by: Martin Afanasjew &lt;martin@afanasjew.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>os/mac/xcode: expect Xcode 7.2.1</title>
<updated>2016-02-07T21:26:56+00:00</updated>
<author>
<name>Dominyk Tiller</name>
</author>
<published>2016-02-07T19:30:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=8f3a76f4aa22a17115b888b36874701351f14d79'/>
<id>8f3a76f4aa22a17115b888b36874701351f14d79</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>os/mac: optionally use ruby_macho.</title>
<updated>2016-02-03T21:25:40+00:00</updated>
<author>
<name>William Woodruff</name>
</author>
<published>2016-02-01T19:19:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=afe0fde49ceb29aba6f152967582ced5ba206c32'/>
<id>afe0fde49ceb29aba6f152967582ced5ba206c32</id>
<content type='text'>
- and branch for dylib_id_and_dylibs
- add branches for dylib id changing and change_install_name
- rename MachO module to HomebrewMachO to prevent namespace clashes
  with MachO in ruby-macho. this will eventually be replaced entirely
  with direct calls to ruby-macho methods
- break ruby-macho implementation out into separate RubyMachO module,
  and include either RubyMachO or CctoolsMachO (the original
  implementation) based on the HOMEBREW_RUBY_MACHO env var
- move ArchitectureListExtension and RubyMachO into separate files
- create {ruby_,cctools_,,}relocate.rb for isolation of different
  methods of mach-o relocation (ruby-macho vs. cctools)
- fill in require_install_name_tool? for ruby_relocate.rb
- rename {ruby_,cctools_,,}relocate.rb to keg, isolate requires in
  os/mac

Closes Homebrew/homebrew#45001.

Signed-off-by: Mike McQuaid &lt;mike@mikemcquaid.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- and branch for dylib_id_and_dylibs
- add branches for dylib id changing and change_install_name
- rename MachO module to HomebrewMachO to prevent namespace clashes
  with MachO in ruby-macho. this will eventually be replaced entirely
  with direct calls to ruby-macho methods
- break ruby-macho implementation out into separate RubyMachO module,
  and include either RubyMachO or CctoolsMachO (the original
  implementation) based on the HOMEBREW_RUBY_MACHO env var
- move ArchitectureListExtension and RubyMachO into separate files
- create {ruby_,cctools_,,}relocate.rb for isolation of different
  methods of mach-o relocation (ruby-macho vs. cctools)
- fill in require_install_name_tool? for ruby_relocate.rb
- rename {ruby_,cctools_,,}relocate.rb to keg, isolate requires in
  os/mac

Closes Homebrew/homebrew#45001.

Signed-off-by: Mike McQuaid &lt;mike@mikemcquaid.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>architecture_list: add new module.</title>
<updated>2016-02-03T21:24:21+00:00</updated>
<author>
<name>William Woodruff</name>
</author>
<published>2016-01-26T16:57:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=35e2209c10ffcf6a666ac4a8051a1f20801895ea'/>
<id>35e2209c10ffcf6a666ac4a8051a1f20801895ea</id>
<content type='text'>
remove old mach.rb, replace with cctools_mach.rb and prune ELF case
move ArchitectureListExtension to separate file ELF support is
maintained in Linuxbrew
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
remove old mach.rb, replace with cctools_mach.rb and prune ELF case
move ArchitectureListExtension to separate file ELF support is
maintained in Linuxbrew
</pre>
</div>
</content>
</entry>
<entry>
<title>os/mac/hardware: add Skylake CPU.</title>
<updated>2016-02-03T21:10:01+00:00</updated>
<author>
<name>ilovezfs</name>
</author>
<published>2016-02-03T12:06:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=37e423ebb2885f9f5799b9914357124b98e79643'/>
<id>37e423ebb2885f9f5799b9914357124b98e79643</id>
<content type='text'>
Closes Homebrew/homebrew#48781.

Signed-off-by: Mike McQuaid &lt;mike@mikemcquaid.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes Homebrew/homebrew#48781.

Signed-off-by: Mike McQuaid &lt;mike@mikemcquaid.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
