summaryrefslogtreecommitdiff
path: root/devel/unproven-pthreads/pkg
diff options
context:
space:
mode:
authorexplorer <explorer@pkgsrc.org>2000-05-24 18:50:35 +0000
committerexplorer <explorer@pkgsrc.org>2000-05-24 18:50:35 +0000
commit7f69466ff31d5d30c82372a930c203be7bdee861 (patch)
treee344c53b3f75140867e983fe337ae032647a29dd /devel/unproven-pthreads/pkg
parenta571953dbb1d8c9b5fb5062e3635399399396bdf (diff)
downloadpkgsrc-7f69466ff31d5d30c82372a930c203be7bdee861.tar.gz
bump to 0.16, which includes Jason Thorpe's mutex changes
Diffstat (limited to 'devel/unproven-pthreads/pkg')
-rw-r--r--devel/unproven-pthreads/pkg/COMMENT2
-rw-r--r--devel/unproven-pthreads/pkg/DESCR7
2 files changed, 6 insertions, 3 deletions
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