summaryrefslogtreecommitdiff
path: root/devel/pth
diff options
context:
space:
mode:
authorrh <rh@pkgsrc.org>1999-08-27 06:37:10 +0000
committerrh <rh@pkgsrc.org>1999-08-27 06:37:10 +0000
commit8226df07ee4df9e80d02bc00465142f47cc082e2 (patch)
tree36525ebd6b508446ca17b0e6976cd625a8adb6f1 /devel/pth
parent75a81f0f0fa593c942a34a5b5ef4a56afd04d892 (diff)
downloadpkgsrc-8226df07ee4df9e80d02bc00465142f47cc082e2.tar.gz
Update pth to 1.1.2
Changes include: *) Changed return type of pth_yield() from `void' to `int' to be able to return an error FALSE/EINVAL in case the `tid' argument specified an invalid or still not ready thread. [Kurt D. Zeilenga <Kurt@OpenLDAP.Org>, Ralf S. Engelschall] *) Fixed description of pth_yield() in pth.pod. [Kurt D. Zeilenga <Kurt@OpenLDAP.Org>, Ralf S. Engelschall]
Diffstat (limited to 'devel/pth')
-rw-r--r--devel/pth/Makefile4
-rw-r--r--devel/pth/files/md54
-rw-r--r--devel/pth/pkg/PLIST6
3 files changed, 7 insertions, 7 deletions
diff --git a/devel/pth/Makefile b/devel/pth/Makefile
index c47b5eff620..e07cb6635b6 100644
--- a/devel/pth/Makefile
+++ b/devel/pth/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.9 1999/08/22 18:39:01 rh Exp $
+# $NetBSD: Makefile,v 1.10 1999/08/27 06:37:10 rh Exp $
#
-DISTNAME= pth-1.1.1
+DISTNAME= pth-1.1.2
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU:=pth/}
diff --git a/devel/pth/files/md5 b/devel/pth/files/md5
index a6fe755ccf1..604b2bc7998 100644
--- a/devel/pth/files/md5
+++ b/devel/pth/files/md5
@@ -1,3 +1,3 @@
-$NetBSD: md5,v 1.8 1999/08/22 18:39:01 rh Exp $
+$NetBSD: md5,v 1.9 1999/08/27 06:37:11 rh Exp $
-MD5 (pth-1.1.1.tar.gz) = fd9f3ce8ce3c082b1de8986ca60adea2
+MD5 (pth-1.1.2.tar.gz) = 4754b6f99fc8434b7db58cc30268795f
diff --git a/devel/pth/pkg/PLIST b/devel/pth/pkg/PLIST
index f01c07ef665..8a1c163accb 100644
--- a/devel/pth/pkg/PLIST
+++ b/devel/pth/pkg/PLIST
@@ -1,12 +1,12 @@
-@comment $NetBSD: PLIST,v 1.4 1999/08/22 18:39:01 rh Exp $
+@comment $NetBSD: PLIST,v 1.5 1999/08/27 06:37:11 rh Exp $
bin/pth-config
bin/pthread-config
include/pth.h
include/pthread.h
lib/libpth.a
-lib/libpth.so.11.1
+lib/libpth.so.11.2
lib/libpthread.a
-lib/libpthread.so.11.1
+lib/libpthread.so.11.2
man/man1/pth-config.1
man/man1/pthread-config.1
man/man3/pth.3