summaryrefslogtreecommitdiff
path: root/devel/pth
diff options
context:
space:
mode:
authorrh <rh@pkgsrc.org>1999-08-11 19:03:35 +0000
committerrh <rh@pkgsrc.org>1999-08-11 19:03:35 +0000
commit38e4811e7ee408c72fbfa18abd42ee228dea160b (patch)
tree5ff26b185cbc09d4ef2a76b4478990af920fe571 /devel/pth
parente7ec0113230498084da02d222282b4fb79bdfb48 (diff)
downloadpkgsrc-38e4811e7ee408c72fbfa18abd42ee228dea160b.tar.gz
Update pth to 1.0.5.
Notable changes are: *) Backport from Pth 1.1b2: Fixed ring walking inside both public pth_msgport_find() function and the internal pth_mutex_releaseall() function. *) Backport from Pth 1.1b1: In pth_mctx.c the signal stack was not restored correctly. *) Backport from Pth 1.1b1: Fixed test_select.c: a char has to be used for read(2) and not an int. And replaced a bogus stdio fgetc() in test_select with pth_read(). *) Backport from Pth 1.1b1: Fixed AC_CHECK_NSIG test and this way PTH_NSIG define. *) Backport from Pth 1.1b1: Fixed timeout handling in pth_select().
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 6cd6d3b376f..df953d7339c 100644
--- a/devel/pth/Makefile
+++ b/devel/pth/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.6 1999/08/06 01:03:32 sakamoto Exp $
+# $NetBSD: Makefile,v 1.7 1999/08/11 19:03:35 rh Exp $
#
-DISTNAME= pth-1.0.4
+DISTNAME= pth-1.0.5
CATEGORIES= devel
#MASTER_SITES= ftp://alpha.gnu.org/gnu/pth/
MASTER_SITES= ${MASTER_SITE_GNU:=pth/}
diff --git a/devel/pth/files/md5 b/devel/pth/files/md5
index 55f0dad6129..48204c11625 100644
--- a/devel/pth/files/md5
+++ b/devel/pth/files/md5
@@ -1,3 +1,3 @@
-$NetBSD: md5,v 1.6 1999/08/06 01:03:33 sakamoto Exp $
+$NetBSD: md5,v 1.7 1999/08/11 19:03:36 rh Exp $
-MD5 (pth-1.0.4.tar.gz) = 0dbb0ab9149ec2ea9ab6a7285836991b
+MD5 (pth-1.0.5.tar.gz) = f162642958918b154791396421aa41ac
diff --git a/devel/pth/pkg/PLIST b/devel/pth/pkg/PLIST
index 5c52b6c7acb..04b815b1eda 100644
--- a/devel/pth/pkg/PLIST
+++ b/devel/pth/pkg/PLIST
@@ -1,12 +1,12 @@
-@comment $NetBSD: PLIST,v 1.2 1999/08/06 01:03:34 sakamoto Exp $
+@comment $NetBSD: PLIST,v 1.3 1999/08/11 19:03:36 rh Exp $
bin/pth-config
bin/pthread-config
include/pth.h
include/pthread.h
lib/libpth.a
-lib/libpth.so.10.4
+lib/libpth.so.10.5
lib/libpthread.a
-lib/libpthread.so.10.4
+lib/libpthread.so.10.5
man/man1/pth-config.1
man/man1/pthread-config.1
man/man3/pth.3