diff options
author | explorer <explorer@pkgsrc.org> | 2000-05-24 18:50:35 +0000 |
---|---|---|
committer | explorer <explorer@pkgsrc.org> | 2000-05-24 18:50:35 +0000 |
commit | 7f69466ff31d5d30c82372a930c203be7bdee861 (patch) | |
tree | e344c53b3f75140867e983fe337ae032647a29dd /devel/unproven-pthreads | |
parent | a571953dbb1d8c9b5fb5062e3635399399396bdf (diff) | |
download | pkgsrc-7f69466ff31d5d30c82372a930c203be7bdee861.tar.gz |
bump to 0.16, which includes Jason Thorpe's mutex changes
Diffstat (limited to 'devel/unproven-pthreads')
-rw-r--r-- | devel/unproven-pthreads/Makefile | 4 | ||||
-rw-r--r-- | devel/unproven-pthreads/files/md5 | 4 | ||||
-rw-r--r-- | devel/unproven-pthreads/pkg/COMMENT | 2 | ||||
-rw-r--r-- | devel/unproven-pthreads/pkg/DESCR | 7 |
4 files changed, 10 insertions, 7 deletions
diff --git a/devel/unproven-pthreads/Makefile b/devel/unproven-pthreads/Makefile index 290e05f2e97..f4912a826c3 100644 --- a/devel/unproven-pthreads/Makefile +++ b/devel/unproven-pthreads/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.14 2000/04/18 23:41:16 explorer Exp $ +# $NetBSD: Makefile,v 1.15 2000/05/24 18:50:35 explorer Exp $ # -DISTNAME= unproven-pthreads-0.15 +DISTNAME= unproven-pthreads-0.16 CATEGORIES= devel MASTER_SITES= ftp://ftp.flame.org/pub/netbsd/ diff --git a/devel/unproven-pthreads/files/md5 b/devel/unproven-pthreads/files/md5 index 6c83fd57901..e1b852539c2 100644 --- a/devel/unproven-pthreads/files/md5 +++ b/devel/unproven-pthreads/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.12 2000/04/18 23:50:45 explorer Exp $ +$NetBSD: md5,v 1.13 2000/05/24 18:50:37 explorer Exp $ -MD5 (unproven-pthreads-0.15.tar.gz) = d99f084bb1b131a9a1c5853d7a206b31 +MD5 (unproven-pthreads-0.16.tar.gz) = ce8aa0eb9f64615e20a57f3261fef1db diff --git a/devel/unproven-pthreads/pkg/COMMENT b/devel/unproven-pthreads/pkg/COMMENT index f76dcffb372..e2d60e6c206 100644 --- a/devel/unproven-pthreads/pkg/COMMENT +++ b/devel/unproven-pthreads/pkg/COMMENT @@ -1 +1 @@ -Chris Provenzano's (MIT) POSIX threads library, hacked by Michael Graff +(MIT) POSIX threads library, hacked by Michael Graff diff --git a/devel/unproven-pthreads/pkg/DESCR b/devel/unproven-pthreads/pkg/DESCR index 5daa71e6b6e..ef47608bc8d 100644 --- a/devel/unproven-pthreads/pkg/DESCR +++ b/devel/unproven-pthreads/pkg/DESCR @@ -1,6 +1,9 @@ This is Chris Provenzano's MIT Pthreads library, hacked on by Michael Graff. -It will only run on NetBSD-current, and currently only on the i386. It _may_ -run on other arches, but it will probably fail on 1.4.x and before. + +Known working: + + NetBSD-1.4.2/i386 + NetBSD-current/i386 Pthreads stands for POSIX threads and is based on the POSIX 1003.1c 1995 thread standard. This standard passed international Standards Organization |