Update to 2.1.9.

This commit is contained in:
Hajimu UMEMOTO 2003-04-06 16:29:48 +00:00
parent d5c7b7c726
commit d3cace9ea5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=78439
3 changed files with 2 additions and 22 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= gkrellm
PORTVERSION= 2.1.8a
PORTVERSION= 2.1.9
#PORTREVISION= 0
CATEGORIES= sysutils ipv6
MASTER_SITES= http://web.wt.net/~billw/gkrellm/ \
@ -16,8 +16,6 @@ MASTER_SITE_SUBDIR= ume
MAINTAINER= ume@FreeBSD.org
COMMENT= A GTK based system monitor
WRKSRC= ${WRKDIR}/${PORTNAME}-2.1.8
.if defined(GKRELLM_SERVER_ONLY)
BUILD_WRKSRC= ${WRKSRC}/server
INSTALL_WRKSRC= ${WRKSRC}/server

View File

@ -1 +1 @@
MD5 (gkrellm-2.1.8a.tar.bz2) = 5d9112c82b9cd4aae28a00325e2369ec
MD5 (gkrellm-2.1.9.tar.bz2) = 8936e43c37fd02b6828ab7fa35f426e3

View File

@ -1,18 +0,0 @@
Index: src/sysdeps/freebsd.c
diff -u src/sysdeps/freebsd.c.orig src/sysdeps/freebsd.c
--- src/sysdeps/freebsd.c.orig Wed Mar 5 13:14:38 2003
+++ src/sysdeps/freebsd.c Sat Mar 22 13:58:33 2003
@@ -372,6 +372,13 @@
#else
+#if __FreeBSD_version >= 500107
+#define getdevs(stats) devstat_getdevs(NULL, stats)
+#define selectdevs devstat_selectdevs
+#define bytes_read bytes[DEVSTAT_READ]
+#define bytes_written bytes[DEVSTAT_WRITE]
+#endif
+
gint
gkrellm_sys_disk_order_from_name(gchar *name)
{