summaryrefslogtreecommitdiff
path: root/sysutils/xuvmstat
diff options
context:
space:
mode:
authorsimonb <simonb@pkgsrc.org>2001-02-19 14:34:53 +0000
committersimonb <simonb@pkgsrc.org>2001-02-19 14:34:53 +0000
commite3a231db810293d297104ca4b4b727470459b6a7 (patch)
tree1da427a9afa5f7f7cf84d52ab3810ebbe19e6949 /sysutils/xuvmstat
parentd1437e297d93d0358e11621d1526737fbcdb1a01 (diff)
downloadpkgsrc-e3a231db810293d297104ca4b4b727470459b6a7.tar.gz
Upgrade to version 20010219 - this new version incorporates the LP64
patches that were in the patches/ directory.
Diffstat (limited to 'sysutils/xuvmstat')
-rw-r--r--sysutils/xuvmstat/Makefile4
-rw-r--r--sysutils/xuvmstat/files/md54
-rw-r--r--sysutils/xuvmstat/files/patch-sum9
-rw-r--r--sysutils/xuvmstat/patches/patch-aa14
-rw-r--r--sysutils/xuvmstat/patches/patch-ab13
-rw-r--r--sysutils/xuvmstat/patches/patch-ac12
6 files changed, 9 insertions, 47 deletions
diff --git a/sysutils/xuvmstat/Makefile b/sysutils/xuvmstat/Makefile
index 0c9517ecf27..0a8148719f9 100644
--- a/sysutils/xuvmstat/Makefile
+++ b/sysutils/xuvmstat/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2001/02/19 13:26:21 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2001/02/19 14:34:53 simonb Exp $
#
DISTNAME= ${PKGNAME:S/-//}
-PKGNAME= xuvmstat-20010217
+PKGNAME= xuvmstat-20010219
CATEGORIES= sysutil
MASTER_SITES= http://www.netbsd.org/~chuck/gz/
diff --git a/sysutils/xuvmstat/files/md5 b/sysutils/xuvmstat/files/md5
index 9dcb8ea8425..1c5670258ed 100644
--- a/sysutils/xuvmstat/files/md5
+++ b/sysutils/xuvmstat/files/md5
@@ -1,3 +1,3 @@
-$NetBSD: md5,v 1.1.1.1 2001/02/19 12:15:16 wiz Exp $
+$NetBSD: md5,v 1.2 2001/02/19 14:34:53 simonb Exp $
-MD5 (xuvmstat20010217.tar.gz) = ee0be8b96dc08dbe00df0b48114c9da7
+MD5 (xuvmstat20010219.tar.gz) = 4b4d9cf85480ed9e7a792b33e7e8620a
diff --git a/sysutils/xuvmstat/files/patch-sum b/sysutils/xuvmstat/files/patch-sum
index fb35771900e..64736789515 100644
--- a/sysutils/xuvmstat/files/patch-sum
+++ b/sysutils/xuvmstat/files/patch-sum
@@ -1,5 +1,6 @@
-$NetBSD: patch-sum,v 1.1 2001/02/19 13:30:24 simonb Exp $
+$NetBSD: patch-sum,v 1.2 2001/02/19 14:34:53 simonb Exp $
-MD5 (patch-aa) = 7ad1e79482b9cae5694ef7dfa2eb7cb3
-MD5 (patch-ab) = fe42e069f7bf7c6f134c711877c0b221
-MD5 (patch-ac) = 3dcb742a72ffb25569a09713582b8859
+This placeholder file is generated by the ``makepatchsum'' target
+whenever the patches directory is empty or missing. Its purpose
+is to ensure that the presence of any obsolete patches will cause
+the proper error to be emitted at build time.
diff --git a/sysutils/xuvmstat/patches/patch-aa b/sysutils/xuvmstat/patches/patch-aa
deleted file mode 100644
index abd11f4709d..00000000000
--- a/sysutils/xuvmstat/patches/patch-aa
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD: patch-aa,v 1.1 2001/02/19 13:30:25 simonb Exp $
-
---- get_uvmexp.c.orig Mon Feb 12 12:18:14 2001
-+++ get_uvmexp.c Tue Feb 20 00:14:00 2001
-@@ -31,7 +31,8 @@
- struct uvmexp *uvmexp;
-
- {
-- int mib[2], len;
-+ int mib[2];
-+ size_t len;
- mib[0] = CTL_VM;
- mib[1] = VM_UVMEXP;
- len = sizeof(*uvmexp);
diff --git a/sysutils/xuvmstat/patches/patch-ab b/sysutils/xuvmstat/patches/patch-ab
deleted file mode 100644
index 0ab9f37baa0..00000000000
--- a/sysutils/xuvmstat/patches/patch-ab
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ab,v 1.1 2001/02/19 13:30:26 simonb Exp $
-
---- libcdcx.c.orig Mon Feb 12 12:28:18 2001
-+++ libcdcx.c Tue Feb 20 00:13:21 2001
-@@ -32,6 +32,8 @@
-
-
- #include <stdio.h>
-+#include <stdlib.h>
-+#include <string.h>
- #include <X11/Xlib.h>
- #include <X11/Xutil.h>
- #include "libcdcx.h"
diff --git a/sysutils/xuvmstat/patches/patch-ac b/sysutils/xuvmstat/patches/patch-ac
deleted file mode 100644
index 9aef477dc60..00000000000
--- a/sysutils/xuvmstat/patches/patch-ac
+++ /dev/null
@@ -1,12 +0,0 @@
-$NetBSD: patch-ac,v 1.1 2001/02/19 13:30:26 simonb Exp $
-
---- xuvmstat.c.orig Mon Feb 12 12:30:00 2001
-+++ xuvmstat.c Tue Feb 20 00:26:32 2001
-@@ -26,6 +26,7 @@
-
- #include <errno.h>
- #include <stdio.h>
-+#include <string.h>
- #include <unistd.h>
- #include <sys/param.h>
- #include <sys/errno.h>