summaryrefslogtreecommitdiff
path: root/devel/pth/pkg
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/pkg
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/pkg')
-rw-r--r--devel/pth/pkg/PLIST6
1 files changed, 3 insertions, 3 deletions
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