summaryrefslogtreecommitdiff
path: root/devel/ptl2
diff options
context:
space:
mode:
authormsaitoh <msaitoh@pkgsrc.org>2000-10-30 22:39:54 +0000
committermsaitoh <msaitoh@pkgsrc.org>2000-10-30 22:39:54 +0000
commit9ff3574f5311d3c656950e70dd16bc09a74d0b6b (patch)
tree85e3450c11d01118d2b006d36224174750ac0cd4 /devel/ptl2
parent6da6b571eac46504e24f026534344d4c90ba3241 (diff)
downloadpkgsrc-9ff3574f5311d3c656950e70dd16bc09a74d0b6b.tar.gz
Upgrade to 2.1.6.
Changes from 2.1.5: * src/io.c (fcntl): support nonblocking I/O. * src/sleep.c (sleep): change return type and the argument of sleep() from int to unsigned. * src/cond.c: add unrenamed pthread_cond_timedwait(). * include/pthread.h: fix the prototype of pthread_cond_timedwait().
Diffstat (limited to 'devel/ptl2')
-rw-r--r--devel/ptl2/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/ptl2/Makefile b/devel/ptl2/Makefile
index ba98c51c9d1..bf6d78b2c99 100644
--- a/devel/ptl2/Makefile
+++ b/devel/ptl2/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.26 2000/09/24 17:14:37 msaitoh Exp $
+# $NetBSD: Makefile,v 1.27 2000/10/30 22:39:54 msaitoh Exp $
-DISTNAME= PTL-2.1.5
-PKGNAME= ptl-2.1.5
+DISTNAME= PTL-2.1.6
+PKGNAME= ptl-2.1.6
CATEGORIES= devel
MASTER_SITES= ftp://ftp.media.osaka-cu.ac.jp/pub/PTL/PTL2/