diff options
author | explorer <explorer@pkgsrc.org> | 1999-11-12 21:24:09 +0000 |
---|---|---|
committer | explorer <explorer@pkgsrc.org> | 1999-11-12 21:24:09 +0000 |
commit | 5b8a0aced44b9060f406c4831b0912ef16a4f63b (patch) | |
tree | c623770a276c07cfab01a72e5e6a77bd79160220 /devel/unproven-pthreads/pkg | |
parent | e6659b374641b3461de37af5477e30116aa1aae0 (diff) | |
download | pkgsrc-5b8a0aced44b9060f406c4831b0912ef16a4f63b.tar.gz |
upgrade to 0.6, which should work on NetBSD-1.4.1/arm32
Diffstat (limited to 'devel/unproven-pthreads/pkg')
-rw-r--r-- | devel/unproven-pthreads/pkg/COMMENT | 2 | ||||
-rw-r--r-- | devel/unproven-pthreads/pkg/DESCR | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/devel/unproven-pthreads/pkg/COMMENT b/devel/unproven-pthreads/pkg/COMMENT index e3bc82d4ad6..73aa07776b0 100644 --- a/devel/unproven-pthreads/pkg/COMMENT +++ b/devel/unproven-pthreads/pkg/COMMENT @@ -1 +1 @@ -Chris Provenzano's (MIT) POSIX threads library +Chris Provenzano's (MIT) POSIX threads library, hacked by Michael Graff. diff --git a/devel/unproven-pthreads/pkg/DESCR b/devel/unproven-pthreads/pkg/DESCR index 1730b670141..5daa71e6b6e 100644 --- a/devel/unproven-pthreads/pkg/DESCR +++ b/devel/unproven-pthreads/pkg/DESCR @@ -1,4 +1,6 @@ -This is Chris Provenzano's MIT Pthreads library. +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. Pthreads stands for POSIX threads and is based on the POSIX 1003.1c 1995 thread standard. This standard passed international Standards Organization |