diff options
author | agc <agc> | 2001-03-23 15:57:45 +0000 |
---|---|---|
committer | agc <agc> | 2001-03-23 15:57:45 +0000 |
commit | 720a9174fb3f90b92443c385cb04b99e6dca9887 (patch) | |
tree | e65747df18a06b85e140d95d651e4fb0ea6e6399 /devel/unproven-pthreads/Makefile | |
parent | 4267630a14f735eca2ba7bb17ce94ba3576134b5 (diff) | |
download | pkgsrc-720a9174fb3f90b92443c385cb04b99e6dca9887.tar.gz |
Incorporate some patches from Wolfgang Solfrank (ws@tools.de)
"The changes to unproven-pthreads fix a problem with fstat not using
the pthreads filedescriptors, but the native ones (the code for this
was already there (slightly buggy), but it wasn't used for some
unknown reason). In addition, the handling of select is improved, as
the original code may wake up not all threads waiting for some event."
Bump version number to unproven-pthreads-0.17nb2
Diffstat (limited to 'devel/unproven-pthreads/Makefile')
-rw-r--r-- | devel/unproven-pthreads/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/unproven-pthreads/Makefile b/devel/unproven-pthreads/Makefile index 202f0b1f6cd..a2bb9f34fa6 100644 --- a/devel/unproven-pthreads/Makefile +++ b/devel/unproven-pthreads/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.21 2001/02/25 04:17:43 hubertf Exp $ +# $NetBSD: Makefile,v 1.22 2001/03/23 15:57:45 agc Exp $ # DISTNAME= unproven-pthreads-0.17 -PKGNAME= ${DISTNAME}nb1 +PKGNAME= ${DISTNAME}nb2 CATEGORIES= devel MASTER_SITES= ftp://ftp.flame.org/pub/netbsd/ |