summaryrefslogtreecommitdiff
path: root/devel/ptl2
diff options
context:
space:
mode:
authormsaitoh <msaitoh>2000-10-30 22:39:54 +0000
committermsaitoh <msaitoh>2000-10-30 22:39:54 +0000
commit42a8936d02f6f80bfb47b7fd782426245cf7ab7c (patch)
tree85e3450c11d01118d2b006d36224174750ac0cd4 /devel/ptl2
parent4d2ac469958f4ee780ba76ee7e1acc20b4831592 (diff)
downloadpkgsrc-42a8936d02f6f80bfb47b7fd782426245cf7ab7c.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/