From e8ccd949e3a95354c2fe0a1ba42aadae7dd93bfa Mon Sep 17 00:00:00 2001 From: wiz Date: Sun, 20 Feb 2000 02:02:51 +0000 Subject: updated to skill 3.7.9, since author incorporated patch. Changes: Skill Version 3.7, Patch #8 [affects all] - pid #4 not special for Solaris [from JD Paul ] - generic Linux /proc code [from Michael Smith ] - prevent compiler code reorder of SysErr() call in main() - New OSes: Linux 2.2, Compaq Tru64 Unix 5.0, SCO UnixWare 7.0.1 - Fixed GuessOS for Tru64 Unix and AIX 4.3 - no-ctrling-tty support for: Linux, AIX, HPUX 10/11, SysVr4 (Solaris) - Rewrite of Linux GetProc(). - Larger errbuf for 4.4BSD [Thomas Klausner ] --- sysutils/skill/Makefile | 6 +++--- sysutils/skill/files/md5 | 4 ++-- sysutils/skill/files/patch-sum | 5 ++--- sysutils/skill/patches/patch-aa | 10 +++++----- sysutils/skill/patches/patch-ab | 21 --------------------- 5 files changed, 12 insertions(+), 34 deletions(-) delete mode 100644 sysutils/skill/patches/patch-ab (limited to 'sysutils/skill') diff --git a/sysutils/skill/Makefile b/sysutils/skill/Makefile index 1b4ddd9c8cb..ef3b9a6e45c 100644 --- a/sysutils/skill/Makefile +++ b/sysutils/skill/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.7 2000/02/19 02:14:07 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2000/02/20 02:02:51 wiz Exp $ # # The version number for skill does not match the @P number. # This is normal. -DISTNAME= skill-3.7@P7 -PKGNAME= skill-3.7.8 +DISTNAME= skill-3.7@P8 +PKGNAME= skill-3.7.9 WRKSRC= ${WRKDIR}/${PKGNAME} CATEGORIES= sysutils MASTER_SITES= ftp://fast.cs.utah.edu/pub/skill/ diff --git a/sysutils/skill/files/md5 b/sysutils/skill/files/md5 index 4db065c6e82..16b5c2d6f12 100644 --- a/sysutils/skill/files/md5 +++ b/sysutils/skill/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.5 2000/02/19 02:03:13 wiz Exp $ +$NetBSD: md5,v 1.6 2000/02/20 02:02:52 wiz Exp $ -MD5 (skill-3.7@P7_tar.Z) = fa764e00a751c95d30307b605183e626 +MD5 (skill-3.7@P8_tar.Z) = 164c381fcfdb8abdc5fb6d4593815f87 diff --git a/sysutils/skill/files/patch-sum b/sysutils/skill/files/patch-sum index 26488d15842..2238a4d343e 100644 --- a/sysutils/skill/files/patch-sum +++ b/sysutils/skill/files/patch-sum @@ -1,4 +1,3 @@ -$NetBSD: patch-sum,v 1.3 2000/02/19 02:03:13 wiz Exp $ +$NetBSD: patch-sum,v 1.4 2000/02/20 02:02:52 wiz Exp $ -MD5 (patch-aa) = 5d6f3e8a25d01c34fc5b864cae1d02be -MD5 (patch-ab) = 3485a6aac010683afb08fe538288a2cf +MD5 (patch-aa) = f923b45b898f5a9d5db09a45dceedabc diff --git a/sysutils/skill/patches/patch-aa b/sysutils/skill/patches/patch-aa index aa0a7e36c59..394b6d72e34 100644 --- a/sysutils/skill/patches/patch-aa +++ b/sysutils/skill/patches/patch-aa @@ -1,8 +1,8 @@ -$NetBSD: patch-aa,v 1.6 2000/02/19 02:14:09 wiz Exp $ +$NetBSD: patch-aa,v 1.7 2000/02/20 02:02:52 wiz Exp $ ---- ./Makefile.orig Wed Oct 28 17:20:26 1998 -+++ ./Makefile Sat Feb 19 03:11:39 2000 -@@ -51,22 +51,22 @@ +--- ./Makefile.orig Tue Feb 8 04:21:15 2000 ++++ ./Makefile Sun Feb 20 02:55:27 2000 +@@ -54,22 +54,22 @@ SHELL= /bin/sh # CONFIGURE: Set location of executable, it's group and mode. @@ -32,7 +32,7 @@ $NetBSD: patch-aa,v 1.6 2000/02/19 02:14:09 wiz Exp $ SRCS= main.c argparse.c getproc.c OBJS= main.o argparse.o getproc.o -@@ -87,20 +87,20 @@ +@@ -90,20 +90,20 @@ install: skill #(SysV) filepriv -d ${DESTDIR}/${BINDIR}/skill diff --git a/sysutils/skill/patches/patch-ab b/sysutils/skill/patches/patch-ab deleted file mode 100644 index 1194122fd89..00000000000 --- a/sysutils/skill/patches/patch-ab +++ /dev/null @@ -1,21 +0,0 @@ -$NetBSD: patch-ab,v 1.3 2000/02/19 02:03:13 wiz Exp $ - ---- ./machdep/bsd-44.c.orig Tue Jan 5 18:23:42 1999 -+++ ./machdep/bsd-44.c Sat Feb 19 02:51:38 2000 -@@ -144,6 +144,7 @@ - #define _ALLPROCFLAG KINFO_PROC_ALL - #else - #include -+#include - #define _ALLPROCFLAG KERN_PROC_ALL - #endif - -@@ -170,7 +171,7 @@ - static int nproc = -1; - static struct kinfo_proc *aproc; - static kvm_t *kd = NULL; -- char errbuf[256]; -+ char errbuf[_POSIX2_LINE_MAX]; - - /* - * If this is our first time here, prepare to read procs from kernel. -- cgit v1.2.3