<feed xmlns='http://www.w3.org/2005/Atom'>
<title>brew/Library/ENV/pkgconfig, 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>Update libcurl pkgconfig file for 10.10</title>
<updated>2015-11-17T20:37:39+00:00</updated>
<author>
<name>Mohammad AlSaleh</name>
</author>
<published>2015-11-17T14:22:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=0873eb6df2eca4e356c624ca56c1a29524f18547'/>
<id>0873eb6df2eca4e356c624ca56c1a29524f18547</id>
<content type='text'>
 This matches the version shipped with 10.10.5.

 The list of supported features/protocols was obtained
 using `curl-config`:

```
 features="`curl-config --features`"; echo "${features//$'\n'/ }"
 protocols="`curl-config --protocols`"; echo "${protocols//$'\n'/ }"
```

Signed-off-by: Mohammad AlSaleh &lt;CE.Mohammad.AlSaleh@gmail.com&gt;

Closes Homebrew/homebrew#46073.

Signed-off-by: Dominyk Tiller &lt;dominyktiller@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 This matches the version shipped with 10.10.5.

 The list of supported features/protocols was obtained
 using `curl-config`:

```
 features="`curl-config --features`"; echo "${features//$'\n'/ }"
 protocols="`curl-config --protocols`"; echo "${protocols//$'\n'/ }"
```

Signed-off-by: Mohammad AlSaleh &lt;CE.Mohammad.AlSaleh@gmail.com&gt;

Closes Homebrew/homebrew#46073.

Signed-off-by: Dominyk Tiller &lt;dominyktiller@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Update 10.11 pkgconfig files</title>
<updated>2015-11-15T03:26:22+00:00</updated>
<author>
<name>Dominyk Tiller</name>
</author>
<published>2015-11-13T18:52:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=0abe554420fd8304537267e1267dbb3071136fc9'/>
<id>0abe554420fd8304537267e1267dbb3071136fc9</id>
<content type='text'>
Closes Homebrew/homebrew#45970.

Signed-off-by: Dominyk Tiller &lt;dominyktiller@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes Homebrew/homebrew#45970.

Signed-off-by: Dominyk Tiller &lt;dominyktiller@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Add pkgconfig files for 10.11</title>
<updated>2015-06-16T00:43:24+00:00</updated>
<author>
<name>Jack Nagel</name>
</author>
<published>2015-06-16T00:43:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=7b733b408799c6a44343b5e5d5b68e6f26842783'/>
<id>7b733b408799c6a44343b5e5d5b68e6f26842783</id>
<content type='text'>
Fixes Homebrew/homebrew#40656.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes Homebrew/homebrew#40656.
</pre>
</div>
</content>
</entry>
<entry>
<title>zlib &amp; sqlite3: pkgconfig support</title>
<updated>2014-12-11T19:44:46+00:00</updated>
<author>
<name>Dominyk Tiller</name>
</author>
<published>2014-12-07T21:21:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=42b35b8957a5ab092edc1524e9c24227ef88a422'/>
<id>42b35b8957a5ab092edc1524e9c24227ef88a422</id>
<content type='text'>
native pkg-config support for zlib and sqlite to elimate the need
to pass flags to configure or make stages in formulae.

Closes Homebrew/homebrew#34765.

Signed-off-by: Jack Nagel &lt;jacknagel@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
native pkg-config support for zlib and sqlite to elimate the need
to pass flags to configure or make stages in formulae.

Closes Homebrew/homebrew#34765.

Signed-off-by: Jack Nagel &lt;jacknagel@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Add :osxfuse dependency to support binary install.</title>
<updated>2014-09-09T09:17:03+00:00</updated>
<author>
<name>Johnathan Conley</name>
</author>
<published>2014-08-29T19:05:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=0d154a991de4d8ba2d223c6cc77c67d983d95af2'/>
<id>0d154a991de4d8ba2d223c6cc77c67d983d95af2</id>
<content type='text'>
add :osxfuse symbolic dependency
add ConflictsWithFuseForOsx requirement for osxfuse/fuse4x/fuse4x-kext

Closes Homebrew/homebrew#31975.

Signed-off-by: Mike McQuaid &lt;mike@mikemcquaid.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
add :osxfuse symbolic dependency
add ConflictsWithFuseForOsx requirement for osxfuse/fuse4x/fuse4x-kext

Closes Homebrew/homebrew#31975.

Signed-off-by: Mike McQuaid &lt;mike@mikemcquaid.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Add 10.10 pkgconfig files</title>
<updated>2014-07-10T17:21:18+00:00</updated>
<author>
<name>Jack Nagel</name>
</author>
<published>2014-07-10T17:20:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=5fee415d45272fd19f9007271f58dae9f3b6ee7c'/>
<id>5fee415d45272fd19f9007271f58dae9f3b6ee7c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make vendored pkgconfig files match the actual library versions</title>
<updated>2014-07-10T17:21:18+00:00</updated>
<author>
<name>Jack Nagel</name>
</author>
<published>2014-07-10T17:18:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=f6780467c160bcd71f707d2264edc0f04ee115d9'/>
<id>f6780467c160bcd71f707d2264edc0f04ee115d9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add pkg-config files for 10.9</title>
<updated>2013-06-12T14:51:22+00:00</updated>
<author>
<name>Misty De Meo</name>
</author>
<published>2013-06-12T14:50:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=d23ce833d7cfc13ed07c5f1edbc35b0c1e036755'/>
<id>d23ce833d7cfc13ed07c5f1edbc35b0c1e036755</id>
<content type='text'>
Seems to be that 10.9 needs the same ones as 10.8.

Fixes Homebrew/homebrew#20436.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Seems to be that 10.9 needs the same ones as 10.8.

Fixes Homebrew/homebrew#20436.
</pre>
</div>
</content>
</entry>
<entry>
<title>Index pkgconfig directories by MacOS.version</title>
<updated>2013-03-09T20:46:01+00:00</updated>
<author>
<name>Jack Nagel</name>
</author>
<published>2013-03-09T00:10:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=878747d45881fafa64723284bb2fd769d94f722c'/>
<id>878747d45881fafa64723284bb2fd769d94f722c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>separate ENV/pkgconfig dirs by OS version</title>
<updated>2012-11-20T04:04:04+00:00</updated>
<author>
<name>Camillo Lugaresi</name>
</author>
<published>2012-11-14T20:08:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=5e39ce44fe3dfe8532d7008c66497f86d3b007b6'/>
<id>5e39ce44fe3dfe8532d7008c66497f86d3b007b6</id>
<content type='text'>
Closes Homebrew/homebrew#16063.

Signed-off-by: Jack Nagel &lt;jacknagel@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes Homebrew/homebrew#16063.

Signed-off-by: Jack Nagel &lt;jacknagel@gmail.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
