From 6a9f9caed098a6ff64b1410e00a5fd8a83263340 Mon Sep 17 00:00:00 2001 From: msaitoh Date: Sun, 24 Sep 2000 17:14:37 +0000 Subject: Upgrade to 2.1.5. Changes: * Add wait3() and wait4(). * fixed: wait() or waitpid() might not return even after a child process exits. * fixed: bug in close() and pipe(). * fixed: processes might hang up if a signal interrupts within a critical region. --- devel/ptl2/Makefile | 10 +++++----- devel/ptl2/files/md5 | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) (limited to 'devel') diff --git a/devel/ptl2/Makefile b/devel/ptl2/Makefile index ea820c151be..ba98c51c9d1 100644 --- a/devel/ptl2/Makefile +++ b/devel/ptl2/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.25 2000/09/05 09:33:15 jlam Exp $ +# $NetBSD: Makefile,v 1.26 2000/09/24 17:14:37 msaitoh Exp $ -DISTNAME= PTL-2.1.4 -PKGNAME= ptl-2.1.4 +DISTNAME= PTL-2.1.5 +PKGNAME= ptl-2.1.5 CATEGORIES= devel MASTER_SITES= ftp://ftp.media.osaka-cu.ac.jp/pub/PTL/PTL2/ @@ -25,8 +25,8 @@ post-install: ${FIND} PTL -type f >>${PLIST_SRC}; \ for LINK in `${FIND} PTL -type l`; do \ set - X `${FILE} $$LINK`; \ - echo "@exec ln -s $$6 %D/$$LINK" >>${PLIST_SRC}; \ - echo "@unexec rm -f %D/$$LINK" >>${PLIST_SRC}; \ + ${ECHO} "@exec {LN} -s $$6 %D/$$LINK" >>${PLIST_SRC}; \ + ${ECHO} "@unexec ${RM} -f %D/$$LINK" >>${PLIST_SRC}; \ done; \ for DIR in `${FIND} PTL -type d | sort -r`; do \ if [ -z "`ls $$DIR`" ]; then \ diff --git a/devel/ptl2/files/md5 b/devel/ptl2/files/md5 index 179fa24a0b4..d18ee4c1ca3 100644 --- a/devel/ptl2/files/md5 +++ b/devel/ptl2/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.11 2000/07/17 03:35:45 msaitoh Exp $ +$NetBSD: md5,v 1.12 2000/09/24 17:14:38 msaitoh Exp $ -MD5 (PTL-2.1.4.tar.gz) = d4d1560804903d12df6a2f514dce99a9 +MD5 (PTL-2.1.5.tar.gz) = 2bf57d94094561cbd15091547111b189 -- cgit v1.2.3