<feed xmlns='http://www.w3.org/2005/Atom'>
<title>brew/Library/Homebrew/macos, branch 0.9.4</title>
<subtitle>🍺 The missing package manager for macOS</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/'/>
<entry>
<title>Update Xcode.version for 4.6</title>
<updated>2013-01-29T15:52:02+00:00</updated>
<author>
<name>Jack Nagel</name>
</author>
<published>2013-01-29T15:51:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=9b555ee3990ce381ce3073d361f5aaf7a0499548'/>
<id>9b555ee3990ce381ce3073d361f5aaf7a0499548</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update clang version regexp in CLT check</title>
<updated>2013-01-29T13:44:19+00:00</updated>
<author>
<name>Jack Nagel</name>
</author>
<published>2013-01-29T13:44:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=667abe8185ab2af150a8cd79f00a56a6b95f52ad'/>
<id>667abe8185ab2af150a8cd79f00a56a6b95f52ad</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update latest CLT version</title>
<updated>2013-01-29T05:02:37+00:00</updated>
<author>
<name>Jack Nagel</name>
</author>
<published>2013-01-29T05:02:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=25be1de992a713f7e1923f334fa01aafee5e8ab3'/>
<id>25be1de992a713f7e1923f334fa01aafee5e8ab3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Xcode 4.6 released.</title>
<updated>2013-01-28T20:13:08+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2013-01-28T20:12:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=5b281ded5859df4676126b79e410dfe6c490c925'/>
<id>5b281ded5859df4676126b79e410dfe6c490c925</id>
<content type='text'>
Closes Homebrew/homebrew#17383. Closes Homebrew/homebrew#17384.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes Homebrew/homebrew#17383. Closes Homebrew/homebrew#17384.
</pre>
</div>
</content>
</entry>
<entry>
<title>Guess system XQuartz version when mdfind fails</title>
<updated>2013-01-03T05:20:06+00:00</updated>
<author>
<name>Jack Nagel</name>
</author>
<published>2013-01-03T04:54:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=7a4facae2fc4468e2bc80c847ede1e51a1ed6230'/>
<id>7a4facae2fc4468e2bc80c847ede1e51a1ed6230</id>
<content type='text'>
Fixes Homebrew/homebrew#16857.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes Homebrew/homebrew#16857.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix some doublethink in the Xcode module</title>
<updated>2012-12-31T01:23:53+00:00</updated>
<author>
<name>Jack Nagel</name>
</author>
<published>2012-12-29T23:16:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=de1eabf22c0137e4e0ad8c34cc47fd86cb78e557'/>
<id>de1eabf22c0137e4e0ad8c34cc47fd86cb78e557</id>
<content type='text'>
Xcode.prefix and Xcode.installed? use slightly different heuristics to
find Xcode. In fact, .installed? basically duplicates a portion of the
.prefix logic. In practice, the methods results are usually consistent,
but .installed? does not handle non-standard prefixes if mdfind cannot
locate Xcode (for example, if the user has disabled Spotlight indexing).

Since .installed? is essentially a subset of the .prefix logic, we can
rely on the result from .prefix instead.

Fixes Homebrew/homebrew#16790.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Xcode.prefix and Xcode.installed? use slightly different heuristics to
find Xcode. In fact, .installed? basically duplicates a portion of the
.prefix logic. In practice, the methods results are usually consistent,
but .installed? does not handle non-standard prefixes if mdfind cannot
locate Xcode (for example, if the user has disabled Spotlight indexing).

Since .installed? is essentially a subset of the .prefix logic, we can
rely on the result from .prefix instead.

Fixes Homebrew/homebrew#16790.
</pre>
</div>
</content>
</entry>
<entry>
<title>Try to find XQuartz via pkgutil if mdls fails</title>
<updated>2012-12-22T20:27:22+00:00</updated>
<author>
<name>Jack Nagel</name>
</author>
<published>2012-12-22T20:24:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=a56a0dadad894228ebff137829349506cf374a68'/>
<id>a56a0dadad894228ebff137829349506cf374a68</id>
<content type='text'>
c.f. Homebrew/homebrew#16296.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
c.f. Homebrew/homebrew#16296.
</pre>
</div>
</content>
</entry>
<entry>
<title>Make "XQuartz is installed" heurstic stricter</title>
<updated>2012-12-21T18:55:38+00:00</updated>
<author>
<name>Jack Nagel</name>
</author>
<published>2012-12-21T18:55:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=43108e42d95a892cc5e9227c32eaa1174588891e'/>
<id>43108e42d95a892cc5e9227c32eaa1174588891e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve Xcode and CLT config reporting</title>
<updated>2012-12-13T05:33:29+00:00</updated>
<author>
<name>Jack Nagel</name>
</author>
<published>2012-09-14T18:24:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=5ce1caa1f3679244ed120e3f091001c5afabcf74'/>
<id>5ce1caa1f3679244ed120e3f091001c5afabcf74</id>
<content type='text'>
We support three configurations: Xcode-only, CLT-only, and Xcode with
CLT. Our configuration output should correctly reflect this.

While MacOS::Xcode.version has to continue to return a guess if Xcode is
not installed in order to maintain backwards compatibility, this is an
implementation detail that we don't need to expose to the user. And it
makes `brew --config` output confusing.

So let's only print the "Xcode" line when an actual Xcode installation
is present. This makes it easy to quickly figure out which of the three
possible configurations the user is running.

Addresses Homebrew/homebrew#14941, more or less.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We support three configurations: Xcode-only, CLT-only, and Xcode with
CLT. Our configuration output should correctly reflect this.

While MacOS::Xcode.version has to continue to return a guess if Xcode is
not installed in order to maintain backwards compatibility, this is an
implementation detail that we don't need to expose to the user. And it
makes `brew --config` output confusing.

So let's only print the "Xcode" line when an actual Xcode installation
is present. This makes it easy to quickly figure out which of the three
possible configurations the user is running.

Addresses Homebrew/homebrew#14941, more or less.
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't advise XQuartz upgrades for system X11</title>
<updated>2012-11-13T01:48:09+00:00</updated>
<author>
<name>Jack Nagel</name>
</author>
<published>2012-11-13T01:42:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=6b6e22ffaee6bdb39bfac02ced995f88bc393ce7'/>
<id>6b6e22ffaee6bdb39bfac02ced995f88bc393ce7</id>
<content type='text'>
Yeah, yeah. The XQuartz/X11 stuff is confusing.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Yeah, yeah. The XQuartz/X11 stuff is confusing.
</pre>
</div>
</content>
</entry>
</feed>
