Subject: CVS commit: pkgsrc/devel/pth
To: None <pkgsrc-changes@netbsd.org>
From: Matthias Drochner <drochner@netbsd.org>
List: pkgsrc-changes
Date: 02/04/2003 19:31:18
Module Name:	pkgsrc
Committed By:	drochner
Date:		Tue Feb  4 17:31:18 UTC 2003

Modified Files:
	pkgsrc/devel/pth: Makefile distinfo
	pkgsrc/devel/pth/patches: patch-ad

Log Message:
PTH_SYSCALL_HARD's fork() replacement didn't work on archs where the
system call's return values are postprocessed by the libc stub
(eg alpha).
Change pth to call libc's internal _fork(). This is only available
since NetBSD-1.5, older releases are SOL -- sorry, but we need something
working for 1.6.1.
We should audit all the PTH_SYSCALL_HARD plugins whether they neglect
libc assembler magic...
bump PKGREVISION


To generate a diff of this commit:
cvs rdiff -r1.54 -r1.55 pkgsrc/devel/pth/Makefile
cvs rdiff -r1.10 -r1.11 pkgsrc/devel/pth/distinfo
cvs rdiff -r1.2 -r1.3 pkgsrc/devel/pth/patches/patch-ad

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