<feed xmlns='http://www.w3.org/2005/Atom'>
<title>oasis.git/pkg/transmission, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.vinkies.net/oasis.git/'/>
<entry>
<title>transmission: Fix build with gcc 15.1.0</title>
<updated>2025-04-28T20:16:39+00:00</updated>
<author>
<name>Michael Forney</name>
<email>mforney@mforney.org</email>
</author>
<published>2025-04-28T20:15:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vinkies.net/oasis.git/commit/?id=eb314364eac84a729271dbba591030c1684600a8'/>
<id>eb314364eac84a729271dbba591030c1684600a8</id>
<content type='text'>
Use -isystem for the third-party includes. We want our libutp to
come first.

Add patch to fix utp_on_overhead type to match our libutp branch
(C99 bool).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use -isystem for the third-party includes. We want our libutp to
come first.

Add patch to fix utp_on_overhead type to match our libutp branch
(C99 bool).
</pre>
</div>
</content>
</entry>
<entry>
<title>musl: Update to 1.2.5</title>
<updated>2024-03-02T04:36:41+00:00</updated>
<author>
<name>Michael Forney</name>
<email>mforney@mforney.org</email>
</author>
<published>2024-03-02T04:28:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vinkies.net/oasis.git/commit/?id=c1628f7b962d273dc74bed7a24b9c67e02a2df2c'/>
<id>c1628f7b962d273dc74bed7a24b9c67e02a2df2c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>transmission: Fix overflow in previous patch</title>
<updated>2023-04-25T04:26:14+00:00</updated>
<author>
<name>Michael Forney</name>
<email>mforney@mforney.org</email>
</author>
<published>2023-04-25T04:26:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vinkies.net/oasis.git/commit/?id=b7fa94c171d8ab43cf78d40acf2f2d468a465026'/>
<id>b7fa94c171d8ab43cf78d40acf2f2d468a465026</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>transmission: Tweak default piece sizes</title>
<updated>2023-04-25T04:10:57+00:00</updated>
<author>
<name>Michael Forney</name>
<email>mforney@mforney.org</email>
</author>
<published>2023-04-25T04:10:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vinkies.net/oasis.git/commit/?id=d8f6cfadc2f54c3f7cd4b049ca440fbe22a2ab63'/>
<id>d8f6cfadc2f54c3f7cd4b049ca440fbe22a2ab63</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>openbsd: Explicitly list the libc headers that are required</title>
<updated>2020-10-01T20:36:42+00:00</updated>
<author>
<name>Michael Forney</name>
<email>mforney@mforney.org</email>
</author>
<published>2020-10-01T20:25:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vinkies.net/oasis.git/commit/?id=1f2e76986582463195a6710362d7fec9c2507ad0'/>
<id>1f2e76986582463195a6710362d7fec9c2507ad0</id>
<content type='text'>
Previously, we just added the openbsd header directories to the
search path with -idirafter to prevent openbsd headers from being
used where we already have musl headers.

However, if the system had its own version of the headers (such as
sys/tree.h), those would get preferred over the openbsd versions,
which may result in build failures due to slight incompatibilities.

To fix this, just isolate the few headers we do need into their own
directory, and include it normally (with -I/-isystem).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously, we just added the openbsd header directories to the
search path with -idirafter to prevent openbsd headers from being
used where we already have musl headers.

However, if the system had its own version of the headers (such as
sys/tree.h), those would get preferred over the openbsd versions,
which may result in build failures due to slight incompatibilities.

To fix this, just isolate the few headers we do need into their own
directory, and include it normally (with -I/-isystem).
</pre>
</div>
</content>
</entry>
<entry>
<title>Use -isystem to include library headers</title>
<updated>2020-06-05T10:01:44+00:00</updated>
<author>
<name>Michael Forney</name>
<email>mforney@mforney.org</email>
</author>
<published>2020-06-05T03:48:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vinkies.net/oasis.git/commit/?id=d4297a13c823b62d29d9850ab5815f6c78baf35a'/>
<id>d4297a13c823b62d29d9850ab5815f6c78baf35a</id>
<content type='text'>
This way, warnings from headers that come from another package (in
particular linux-headers) won't show up when they get included.

To make sure we still track dependencies, use -MD instead of -MMD.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This way, warnings from headers that come from another package (in
particular linux-headers) won't show up when they get included.

To make sure we still track dependencies, use -MD instead of -MMD.
</pre>
</div>
</content>
</entry>
<entry>
<title>libevent: Add source headers to header target</title>
<updated>2020-06-02T11:22:27+00:00</updated>
<author>
<name>Michael Forney</name>
<email>mforney@mforney.org</email>
</author>
<published>2020-06-02T10:33:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vinkies.net/oasis.git/commit/?id=8b81b69317e8345f0d673c25c92986bb1734a8c4'/>
<id>8b81b69317e8345f0d673c25c92986bb1734a8c4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>libutp: Add header target</title>
<updated>2020-06-02T11:22:27+00:00</updated>
<author>
<name>Michael Forney</name>
<email>mforney@mforney.org</email>
</author>
<published>2020-06-02T10:09:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vinkies.net/oasis.git/commit/?id=13d0cdae7fa7eac394143bfff4065e2232bd47ee'/>
<id>13d0cdae7fa7eac394143bfff4065e2232bd47ee</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>transmission: Fix libminipnp.a library name</title>
<updated>2020-05-26T04:11:21+00:00</updated>
<author>
<name>Michael Forney</name>
<email>mforney@mforney.org</email>
</author>
<published>2020-05-26T04:10:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vinkies.net/oasis.git/commit/?id=17bac618e0ce95ee7ba8bb306fd1d7f3ed41a453'/>
<id>17bac618e0ce95ee7ba8bb306fd1d7f3ed41a453</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>transmission: Update to 3.00</title>
<updated>2020-05-26T02:54:20+00:00</updated>
<author>
<name>Michael Forney</name>
<email>mforney@mforney.org</email>
</author>
<published>2020-05-26T01:36:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vinkies.net/oasis.git/commit/?id=e3f00c5a2749dd9ee9846e778ca007d80dbe4c72'/>
<id>e3f00c5a2749dd9ee9846e778ca007d80dbe4c72</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
