<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/sysutils/xenkernel3, branch pkgsrc-2014Q2</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc-2014Q2</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc-2014Q2'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/'/>
<updated>2014-05-14T20:21:19Z</updated>
<entry>
<title>Make it build on netbsd-6:</title>
<updated>2014-05-14T20:21:19Z</updated>
<author>
<name>bouyer</name>
<email>bouyer@pkgsrc.org</email>
</author>
<published>2014-05-14T20:21:19Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=e3857adb73bdf4dd87fa394b873627cffb6c60bb'/>
<id>urn:sha1:e3857adb73bdf4dd87fa394b873627cffb6c60bb</id>
<content type='text'>
- use proper va_start for gcc &gt;= 4.5
- disable the CHECK_* macros, the newer gcc is more strict about what can
  be used as array size outside functions</content>
</entry>
<entry>
<title>Mark packages that are not ready for python-3.3 also not ready for 3.4,</title>
<updated>2014-05-09T07:36:53Z</updated>
<author>
<name>wiz</name>
<email>wiz@pkgsrc.org</email>
</author>
<published>2014-05-09T07:36:53Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=6110b3907a630ba5f56311a5b07f346b35648583'/>
<id>urn:sha1:6110b3907a630ba5f56311a5b07f346b35648583</id>
<content type='text'>
until proven otherwise.</content>
</entry>
<entry>
<title>Mark packages as not ready for python-3.x where applicable;</title>
<updated>2014-01-25T10:29:56Z</updated>
<author>
<name>wiz</name>
<email>wiz@pkgsrc.org</email>
</author>
<published>2014-01-25T10:29:56Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=4fc0b0ed6a186ccd83fc93c34cc9ed91862930d8'/>
<id>urn:sha1:4fc0b0ed6a186ccd83fc93c34cc9ed91862930d8</id>
<content type='text'>
either because they themselves are not ready or because a
dependency isn't. This is annotated by
PYTHON_VERSIONS_INCOMPATIBLE=  33 # not yet ported as of x.y.z
or
PYTHON_VERSIONS_INCOMPATIBLE=  33 # py-foo, py-bar
respectively, please use the same style for other packages,
and check during updates.

Use versioned_dependencies.mk where applicable.
Use REPLACE_PYTHON instead of handcoded alternatives, where applicable.
Reorder Makefile sections into standard order, where applicable.

Remove PYTHON_VERSIONS_INCLUDE_3X lines since that will be default
with the next commit.

Whitespace cleanups and other nits corrected, where necessary.</content>
</entry>
<entry>
<title>Catch up with Clang ToT when it comes to various warnings and</title>
<updated>2013-11-07T00:47:39Z</updated>
<author>
<name>joerg</name>
<email>joerg@pkgsrc.org</email>
</author>
<published>2013-11-07T00:47:39Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=0486a2beaa0ef753f5bb679d8969a41e528f70b9'/>
<id>urn:sha1:0486a2beaa0ef753f5bb679d8969a41e528f70b9</id>
<content type='text'>
unsupported options.</content>
</entry>
<entry>
<title>Make -Wunused-function non-fatal for clang.</title>
<updated>2013-09-27T11:35:07Z</updated>
<author>
<name>joerg</name>
<email>joerg@pkgsrc.org</email>
</author>
<published>2013-09-27T11:35:07Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=d13e01774855ed1881623c5757526c360074898b'/>
<id>urn:sha1:d13e01774855ed1881623c5757526c360074898b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix header guard.</title>
<updated>2013-07-13T19:43:21Z</updated>
<author>
<name>joerg</name>
<email>joerg@pkgsrc.org</email>
</author>
<published>2013-07-13T19:43:21Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=3a73161fd22b84a2bf6c958e4e2cc9c73c6d3c67'/>
<id>urn:sha1:3a73161fd22b84a2bf6c958e4e2cc9c73c6d3c67</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Explain xen version differences.</title>
<updated>2013-06-19T14:03:41Z</updated>
<author>
<name>gdt</name>
<email>gdt@pkgsrc.org</email>
</author>
<published>2013-06-19T14:03:41Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=c56dce4bb4eea1d169a55b913fcd191092128f83'/>
<id>urn:sha1:c56dce4bb4eea1d169a55b913fcd191092128f83</id>
<content type='text'>
There are 5 versions of xen in pkgsrc, which is confusing.  Explain in
DESCR which version is in which package (xenkernel3 contains 3.1), and
which versions support PCI passthrough (only 3.1).  Explain which
versions support non-PAE (3.1) and PAE (3.3, 4.1, 4.2), because the
HOWTO is out of date and it's easy to end up with a non-working system
on a 3.1 to 3.3 update.  Cuation that 2.0 is beyond crufty.

This is a DESCR-only change (with PKGREVISION++ of course).

(ok during freeze agc@)</content>
</entry>
<entry>
<title>Allow building Xen infrastructure with Clang. Fix various bugs in</title>
<updated>2013-04-11T19:57:51Z</updated>
<author>
<name>joerg</name>
<email>joerg@pkgsrc.org</email>
</author>
<published>2013-04-11T19:57:51Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=e441ebed12521528c8ca5be7d24f3c880abd2a71'/>
<id>urn:sha1:e441ebed12521528c8ca5be7d24f3c880abd2a71</id>
<content type='text'>
xenkernel3, xenkernel41, xentools3 and xentools41 exposed by Clang
default warnings. Bump revisions for those.</content>
</entry>
<entry>
<title>Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.</title>
<updated>2012-10-23T19:50:50Z</updated>
<author>
<name>asau</name>
<email>asau@pkgsrc.org</email>
</author>
<published>2012-10-23T19:50:50Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=c4f95ab71a8e776eb3384df9e8b9ddfa4e2a89c8'/>
<id>urn:sha1:c4f95ab71a8e776eb3384df9e8b9ddfa4e2a89c8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Create a MESSAGE so we know where to look for Xen kernels. i386 is</title>
<updated>2011-11-20T03:48:10Z</updated>
<author>
<name>jym</name>
<email>jym@pkgsrc.org</email>
</author>
<published>2011-11-20T03:48:10Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=a6091673a96c434880541ca1288b2954e5874706'/>
<id>urn:sha1:a6091673a96c434880541ca1288b2954e5874706</id>
<content type='text'>
specific due to the PAE kernel. Add license.</content>
</entry>
</feed>
