aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2004-04-14 04:40:41 +0800
committerJoe Marcus Clarke <marcus@FreeBSD.org>2004-04-14 04:40:41 +0800
commit6ed988bc6ec56ab328fc4d3dbd2b925813011615 (patch)
treecf9f5b2f688c34f13f5e0464377a038c0c0e6453 /sysutils
parent78faefe8892db7db8b1fc26ac49da4f67ec74849 (diff)
downloadfreebsd-ports-gnome-6ed988bc6ec56ab328fc4d3dbd2b925813011615.tar.gz
freebsd-ports-gnome-6ed988bc6ec56ab328fc4d3dbd2b925813011615.tar.zst
freebsd-ports-gnome-6ed988bc6ec56ab328fc4d3dbd2b925813011615.zip
Revert the previous patch. It turns out I had some left over bits from a
patch from bland, and the crash I was seeing did not affect others. In fact, the patch added last night would have caused crashes for others. Pointy hat to: me
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/gnome-system-monitor/Makefile2
-rw-r--r--sysutils/gnome-system-monitor/files/patch-src::proctable.c12
-rw-r--r--sysutils/gnomesystemmonitor/Makefile2
-rw-r--r--sysutils/gnomesystemmonitor/files/patch-src::proctable.c12
4 files changed, 2 insertions, 26 deletions
diff --git a/sysutils/gnome-system-monitor/Makefile b/sysutils/gnome-system-monitor/Makefile
index bc7d76f751b2..ea752f096a58 100644
--- a/sysutils/gnome-system-monitor/Makefile
+++ b/sysutils/gnome-system-monitor/Makefile
@@ -7,7 +7,7 @@
PORTNAME= gnomesystemmonitor
PORTVERSION= 2.6.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= sysutils gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/gnome-system-monitor/2.6
diff --git a/sysutils/gnome-system-monitor/files/patch-src::proctable.c b/sysutils/gnome-system-monitor/files/patch-src::proctable.c
index 1d706de36701..fda683104a47 100644
--- a/sysutils/gnome-system-monitor/files/patch-src::proctable.c
+++ b/sysutils/gnome-system-monitor/files/patch-src::proctable.c
@@ -1,17 +1,5 @@
--- src/proctable.c.orig Sun Feb 8 10:06:08 2004
+++ src/proctable.c Tue Apr 13 01:01:51 2004
-@@ -147,8 +147,9 @@
- G_TYPE_STRING, G_TYPE_STRING, G_TYPE_STRING,
- G_TYPE_STRING, G_TYPE_STRING, G_TYPE_STRING,
- G_TYPE_STRING, G_TYPE_STRING, G_TYPE_STRING,
-- G_TYPE_INT, G_TYPE_INT, G_TYPE_INT,
-- GDK_TYPE_PIXBUF, G_TYPE_POINTER);
-+ G_TYPE_STRING, G_TYPE_INT, G_TYPE_INT,
-+ G_TYPE_INT, GDK_TYPE_PIXBUF,
-+ G_TYPE_POINTER);
-
- proctree = gtk_tree_view_new_with_model (GTK_TREE_MODEL (model));
- gtk_tree_view_set_rules_hint (GTK_TREE_VIEW (proctree), TRUE);
@@ -547,6 +548,9 @@
glibtop_get_proc_uid (&procuid, pid);
glibtop_get_proc_time (&proctime, pid);
diff --git a/sysutils/gnomesystemmonitor/Makefile b/sysutils/gnomesystemmonitor/Makefile
index bc7d76f751b2..ea752f096a58 100644
--- a/sysutils/gnomesystemmonitor/Makefile
+++ b/sysutils/gnomesystemmonitor/Makefile
@@ -7,7 +7,7 @@
PORTNAME= gnomesystemmonitor
PORTVERSION= 2.6.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= sysutils gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/gnome-system-monitor/2.6
diff --git a/sysutils/gnomesystemmonitor/files/patch-src::proctable.c b/sysutils/gnomesystemmonitor/files/patch-src::proctable.c
index 1d706de36701..fda683104a47 100644
--- a/sysutils/gnomesystemmonitor/files/patch-src::proctable.c
+++ b/sysutils/gnomesystemmonitor/files/patch-src::proctable.c
@@ -1,17 +1,5 @@
--- src/proctable.c.orig Sun Feb 8 10:06:08 2004
+++ src/proctable.c Tue Apr 13 01:01:51 2004
-@@ -147,8 +147,9 @@
- G_TYPE_STRING, G_TYPE_STRING, G_TYPE_STRING,
- G_TYPE_STRING, G_TYPE_STRING, G_TYPE_STRING,
- G_TYPE_STRING, G_TYPE_STRING, G_TYPE_STRING,
-- G_TYPE_INT, G_TYPE_INT, G_TYPE_INT,
-- GDK_TYPE_PIXBUF, G_TYPE_POINTER);
-+ G_TYPE_STRING, G_TYPE_INT, G_TYPE_INT,
-+ G_TYPE_INT, GDK_TYPE_PIXBUF,
-+ G_TYPE_POINTER);
-
- proctree = gtk_tree_view_new_with_model (GTK_TREE_MODEL (model));
- gtk_tree_view_set_rules_hint (GTK_TREE_VIEW (proctree), TRUE);
@@ -547,6 +548,9 @@
glibtop_get_proc_uid (&procuid, pid);
glibtop_get_proc_time (&proctime, pid);