summaryrefslogtreecommitdiff
path: root/sysutils/xuvmstat
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2001-02-20 15:15:08 +0000
committerwiz <wiz@pkgsrc.org>2001-02-20 15:15:08 +0000
commit2f2670d688c8662d5436965a3d3b7f0a62e1a22c (patch)
treed57d34315eb8f47a250e11e550730ac724cfa07f /sysutils/xuvmstat
parent8933ac1ddfc43d46177016130f8abb3a163769cc (diff)
downloadpkgsrc-2f2670d688c8662d5436965a3d3b7f0a62e1a22c.tar.gz
Update to 20010220 -- <1.5 patch integrated.
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-sum7
-rw-r--r--sysutils/xuvmstat/patches/patch-aa14
4 files changed, 9 insertions, 20 deletions
diff --git a/sysutils/xuvmstat/Makefile b/sysutils/xuvmstat/Makefile
index 0a8148719f9..90f49ac2ebb 100644
--- a/sysutils/xuvmstat/Makefile
+++ b/sysutils/xuvmstat/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2001/02/19 14:34:53 simonb Exp $
+# $NetBSD: Makefile,v 1.4 2001/02/20 15:15:08 wiz Exp $
#
DISTNAME= ${PKGNAME:S/-//}
-PKGNAME= xuvmstat-20010219
+PKGNAME= xuvmstat-20010220
CATEGORIES= sysutil
MASTER_SITES= http://www.netbsd.org/~chuck/gz/
diff --git a/sysutils/xuvmstat/files/md5 b/sysutils/xuvmstat/files/md5
index 1c5670258ed..5fca9629401 100644
--- a/sysutils/xuvmstat/files/md5
+++ b/sysutils/xuvmstat/files/md5
@@ -1,3 +1,3 @@
-$NetBSD: md5,v 1.2 2001/02/19 14:34:53 simonb Exp $
+$NetBSD: md5,v 1.3 2001/02/20 15:15:09 wiz Exp $
-MD5 (xuvmstat20010219.tar.gz) = 4b4d9cf85480ed9e7a792b33e7e8620a
+MD5 (xuvmstat20010220.tar.gz) = 85f90d23b4333898face3303d2b8e0f1
diff --git a/sysutils/xuvmstat/files/patch-sum b/sysutils/xuvmstat/files/patch-sum
index 14e53a5fe6a..fbf57edd47f 100644
--- a/sysutils/xuvmstat/files/patch-sum
+++ b/sysutils/xuvmstat/files/patch-sum
@@ -1,3 +1,6 @@
-$NetBSD: patch-sum,v 1.3 2001/02/20 13:00:36 wiz Exp $
+$NetBSD: patch-sum,v 1.4 2001/02/20 15:15:09 wiz Exp $
-MD5 (patch-aa) = cb130390c1d93f51f7140c01dbb4a0ff
+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 cb711f2350c..00000000000
--- a/sysutils/xuvmstat/patches/patch-aa
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD: patch-aa,v 1.3 2001/02/20 13:00:37 wiz Exp $
-
---- xuvmstat.c.orig Mon Feb 19 15:23:55 2001
-+++ xuvmstat.c
-@@ -31,6 +31,9 @@
- #include <sys/param.h>
- #include <sys/errno.h>
- #include <sys/time.h>
-+#if (__NetBSD_Version__ < 105000000)
-+#include <vm/vm.h>
-+#endif
- #include <uvm/uvm_extern.h>
- #include <X11/Xlib.h>
- #include <X11/Xutil.h>