Subject: CVS commit: pkgsrc/sysutils/xentools20
To: None <pkgsrc-changes@NetBSD.org>
From: Manuel Bouyer <bouyer@netbsd.org>
List: pkgsrc-changes
Date: 09/16/2005 18:14:49
Module Name:	pkgsrc
Committed By:	bouyer
Date:		Fri Sep 16 18:14:49 UTC 2005

Modified Files:
	pkgsrc/sysutils/xentools20: Makefile distinfo
Added Files:
	pkgsrc/sysutils/xentools20/patches: patch-aw

Log Message:
Add patch from Jed Davis on port-xen:
| xfrd reads from the network socket using
| fread() on an _IONBF'ed stream; under NetBSD, this results in a
| sequence of one-character reads.  This behavior, as far as I can tell,
| goes back all the way to V7 Unix; i.e., it's older than me.
|
| So I've modified libxutil, which has its own IO indirection layer, to
| switch to read(2) in the "unbuffered" case"

bump PKGREVISION


To generate a diff of this commit:
cvs rdiff -r1.19 -r1.20 pkgsrc/sysutils/xentools20/Makefile
cvs rdiff -r1.11 -r1.12 pkgsrc/sysutils/xentools20/distinfo
cvs rdiff -r0 -r1.1 pkgsrc/sysutils/xentools20/patches/patch-aw

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.