<feed xmlns='http://www.w3.org/2005/Atom'>
<title>brew/Library/Homebrew, branch 1.0.2</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 #1078 from ilovezfs/cmake-weak-symbols</title>
<updated>2016-09-22T11:36:24+00:00</updated>
<author>
<name>ilovezfs</name>
</author>
<published>2016-09-22T11:36:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=bbed7246bc5c5b7acb8c1d427d10b43e090dfd39'/>
<id>bbed7246bc5c5b7acb8c1d427d10b43e090dfd39</id>
<content type='text'>
formula: help CMake with 10.12 SDK on 10.11</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
formula: help CMake with 10.12 SDK on 10.11</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #1076 from MikeMcQuaid/homebrew-version-git-describe</title>
<updated>2016-09-22T11:25:39+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2016-09-22T11:25:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=635375060c939247da1cb563a0fadcb1bd31a735'/>
<id>635375060c939247da1cb563a0fadcb1bd31a735</id>
<content type='text'>
Use git describe to get the HOMEBREW_VERSION.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use git describe to get the HOMEBREW_VERSION.</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #1077 from MikeMcQuaid/no-checkout-branch-message</title>
<updated>2016-09-22T10:43:13+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2016-09-22T10:43:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=9784fa4122882e1f573b765cc3fc81f7818a6bfc'/>
<id>9784fa4122882e1f573b765cc3fc81f7818a6bfc</id>
<content type='text'>
update.sh: don't print "checkout branch" message.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
update.sh: don't print "checkout branch" message.</pre>
</div>
</content>
</entry>
<entry>
<title>formula: help CMake with 10.12 SDK on 10.11</title>
<updated>2016-09-22T08:37:28+00:00</updated>
<author>
<name>ilovezfs</name>
</author>
<published>2016-09-22T08:37:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=4c358d66a9312ee29f03462f9cd01610fd73fc5f'/>
<id>4c358d66a9312ee29f03462f9cd01610fd73fc5f</id>
<content type='text'>
This adds a CMake cache entry to std_cmake_args specifying that the
function clock_gettime is not available on 10.11 in order to avoid
runtime errors such as

  dyld: lazy symbol binding failed: Symbol not found: _clock_gettime

when the build system is confused by Xcode 8's weak symbols.

Other weak symbols on 10.11, which may merit the same treatment in the
future, can be found with

  grep 'weak$os10.11' MacOSX.sdk/usr/lib/system/libsystem_c.tbd
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This adds a CMake cache entry to std_cmake_args specifying that the
function clock_gettime is not available on 10.11 in order to avoid
runtime errors such as

  dyld: lazy symbol binding failed: Symbol not found: _clock_gettime

when the build system is confused by Xcode 8's weak symbols.

Other weak symbols on 10.11, which may merit the same treatment in the
future, can be found with

  grep 'weak$os10.11' MacOSX.sdk/usr/lib/system/libsystem_c.tbd
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #1064 from reitermarkus/migrate-caskroom</title>
<updated>2016-09-22T08:20:54+00:00</updated>
<author>
<name>Markus Reiter</name>
</author>
<published>2016-09-22T08:20:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=c31055723658cb3643fa45f46c3963809fd33c2a'/>
<id>c31055723658cb3643fa45f46c3963809fd33c2a</id>
<content type='text'>
Ask for `sudo` when moving Caskroom.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Ask for `sudo` when moving Caskroom.</pre>
</div>
</content>
</entry>
<entry>
<title>update.sh: don't print "checkout branch" message.</title>
<updated>2016-09-22T08:05:07+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2016-09-22T08:05:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=b33df4d0fad3ba6a968a86b14170ff1395239be3'/>
<id>b33df4d0fad3ba6a968a86b14170ff1395239be3</id>
<content type='text'>
It’ll only get printed for people getting updated to tags now and these
are people who haven’t run a `dev-cmd` so we want to air on the side of
telling them less stuff that will confuse them and assume people who
have manually made another `git` branch will know how to get back to it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It’ll only get printed for people getting updated to tags now and these
are people who haven’t run a `dev-cmd` so we want to air on the side of
telling them less stuff that will confuse them and assume people who
have manually made another `git` branch will know how to get back to it.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use git describe to get the HOMEBREW_VERSION.</title>
<updated>2016-09-22T07:56:40+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2016-09-22T07:56:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=f0e9292acdcf2bd5604d69fc1070d6f159d0b34e'/>
<id>f0e9292acdcf2bd5604d69fc1070d6f159d0b34e</id>
<content type='text'>
For tagged commits produces the output:
- `1.0.1`

For untagged commits with a dirty tree produces the output:
- `1.0.1-19-g23efbc5-dirty`

Performance:
```
git describe --tags --dirty 2&gt; /dev/null
0.07s user 0.01s system 96% cpu 0.086 total
```

This means we can tag any commit without needing to manually remember
to bump the revision every time.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
For tagged commits produces the output:
- `1.0.1`

For untagged commits with a dirty tree produces the output:
- `1.0.1-19-g23efbc5-dirty`

Performance:
```
git describe --tags --dirty 2&gt; /dev/null
0.07s user 0.01s system 96% cpu 0.086 total
```

This means we can tag any commit without needing to manually remember
to bump the revision every time.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #1051 from woodruffw/cctools-macho-remove</title>
<updated>2016-09-22T07:48:41+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2016-09-22T07:48:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=23efbc51980b7248e56a0a832544d498318bf1dd'/>
<id>23efbc51980b7248e56a0a832544d498318bf1dd</id>
<content type='text'>
Delete old cctools-based relocation code.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Delete old cctools-based relocation code.</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #1059 from josephfrazier/uninstall-multiple-versions-pronoun</title>
<updated>2016-09-22T07:45:18+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2016-09-22T07:45:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=93b527815037a1cdc180435ee146add5a45f697c'/>
<id>93b527815037a1cdc180435ee146add5a45f697c</id>
<content type='text'>
uninstall: improve pronoun for multiple version message</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
uninstall: improve pronoun for multiple version message</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #1074 from DomT4/sandy</title>
<updated>2016-09-22T07:39:30+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2016-09-22T07:39:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=2926aa470b58ae0b5b8e741874f9019a21f14f26'/>
<id>2926aa470b58ae0b5b8e741874f9019a21f14f26</id>
<content type='text'>
sandbox: tweaks</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
sandbox: tweaks</pre>
</div>
</content>
</entry>
</feed>
