summaryrefslogtreecommitdiff
path: root/devel/ptl2
diff options
context:
space:
mode:
authormsaitoh <msaitoh@pkgsrc.org>2000-09-24 17:14:37 +0000
committermsaitoh <msaitoh@pkgsrc.org>2000-09-24 17:14:37 +0000
commit6a9f9caed098a6ff64b1410e00a5fd8a83263340 (patch)
tree33079e4150e24db7c5ad5955a9db40873db913c5 /devel/ptl2
parentb211e75895f6f185b1b8eb12d528b5255932d360 (diff)
downloadpkgsrc-6a9f9caed098a6ff64b1410e00a5fd8a83263340.tar.gz
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.
Diffstat (limited to 'devel/ptl2')
-rw-r--r--devel/ptl2/Makefile10
-rw-r--r--devel/ptl2/files/md54
2 files changed, 7 insertions, 7 deletions
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