<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/benchmarks/bytebench, branch cube-native-xorg</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=cube-native-xorg</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=cube-native-xorg'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/'/>
<updated>2008-04-04T10:49:37Z</updated>
<entry>
<title>Marked as not MAKE_JOBS safe, per PR 38363.</title>
<updated>2008-04-04T10:49:37Z</updated>
<author>
<name>obache</name>
<email>obache@pkgsrc.org</email>
</author>
<published>2008-04-04T10:49:37Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=651ccf17129df7cceed9bb73a7baf8cb0a0e58b7'/>
<id>urn:sha1:651ccf17129df7cceed9bb73a7baf8cb0a0e58b7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Mechanical changes to add full DESTDIR support to packages that install</title>
<updated>2008-03-03T00:51:43Z</updated>
<author>
<name>jlam</name>
<email>jlam@pkgsrc.org</email>
</author>
<published>2008-03-03T00:51:43Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=075003a60c727330726570ab7674a2ee12c5654f'/>
<id>urn:sha1:075003a60c727330726570ab7674a2ee12c5654f</id>
<content type='text'>
their files via a custom do-install target.</content>
</entry>
<entry>
<title>Reset maintainer on his request.</title>
<updated>2008-01-19T09:16:17Z</updated>
<author>
<name>wiz</name>
<email>wiz@pkgsrc.org</email>
</author>
<published>2008-01-19T09:16:17Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=a7c8e0cd6187daf51e00929c942b43291c9f70dc'/>
<id>urn:sha1:a7c8e0cd6187daf51e00929c942b43291c9f70dc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed path to the Perl interpreter. Bumped PKGREVISION.</title>
<updated>2006-06-22T21:50:38Z</updated>
<author>
<name>rillig</name>
<email>rillig@pkgsrc.org</email>
</author>
<published>2006-06-22T21:50:38Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=e2180b67b723b38970d4279819bd1e5ab5745f41'/>
<id>urn:sha1:e2180b67b723b38970d4279819bd1e5ab5745f41</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk</title>
<updated>2005-12-29T06:21:30Z</updated>
<author>
<name>jlam</name>
<email>jlam@pkgsrc.org</email>
</author>
<published>2005-12-29T06:21:30Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=dc9594e09db96635641a7e05b49d34b554b9bb21'/>
<id>urn:sha1:dc9594e09db96635641a7e05b49d34b554b9bb21</id>
<content type='text'>
automatically detects whether we want the pkginstall machinery to be
used by the package Makefile.</content>
</entry>
<entry>
<title>Don't declare errno manually, depend on errno.h for it. While here,</title>
<updated>2005-11-07T15:46:26Z</updated>
<author>
<name>joerg</name>
<email>joerg@pkgsrc.org</email>
</author>
<published>2005-11-07T15:46:26Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=ca7eaadc80a8431603e19cc171a9b9789f1c639a'/>
<id>urn:sha1:ca7eaadc80a8431603e19cc171a9b9789f1c639a</id>
<content type='text'>
fix the signal handling to use a volatile variable. Compilers can
optimise the access otherwise. Bump revision, since this is a bugfix.

Reviewed by jlam and the maintainer.</content>
</entry>
<entry>
<title>4.1.0nb1: Interix has no sync(2).  Use fsync(2) there instead.</title>
<updated>2005-10-31T17:09:45Z</updated>
<author>
<name>tv</name>
<email>tv@pkgsrc.org</email>
</author>
<published>2005-10-31T17:09:45Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=a95c75468549b92f4a6aa6167ba6ee8c2987228d'/>
<id>urn:sha1:a95c75468549b92f4a6aa6167ba6ee8c2987228d</id>
<content type='text'>
While there, use fsync(2) on all hosts.  Without this, the fstime benchmark
will be disproportionately biased toward OS's and hardware that buffer
larger amounts of data in memory before [background] syncing.</content>
</entry>
<entry>
<title>Correct execl() so that the argument list is NULL terminated.</title>
<updated>2005-10-13T03:31:06Z</updated>
<author>
<name>ben</name>
<email>ben@pkgsrc.org</email>
</author>
<published>2005-10-13T03:31:06Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=e63f6b9fe7ee6d09d5fff771841e5428567b5f06'/>
<id>urn:sha1:e63f6b9fe7ee6d09d5fff771841e5428567b5f06</id>
<content type='text'>
Terminating with 0 worked under NetBSD 2.0.2, but it fails with
EFAULT under NetBSD/amd64 3.0_BETA.</content>
</entry>
<entry>
<title>Add RMD160 digests in addition to the SHA1 ones.</title>
<updated>2005-02-22T21:08:31Z</updated>
<author>
<name>agc</name>
<email>agc@pkgsrc.org</email>
</author>
<published>2005-02-22T21:08:31Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=8cafa95e37166dd113f908565c3663102a7ea54c'/>
<id>urn:sha1:8cafa95e37166dd113f908565c3663102a7ea54c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Enable pkgviews installation.</title>
<updated>2004-07-30T15:50:37Z</updated>
<author>
<name>minskim</name>
<email>minskim@pkgsrc.org</email>
</author>
<published>2004-07-30T15:50:37Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=7e3f925b6cc6a4d6119ae7c4eceb5cbf4d7b4a01'/>
<id>urn:sha1:7e3f925b6cc6a4d6119ae7c4eceb5cbf4d7b4a01</id>
<content type='text'>
</content>
</entry>
</feed>
