diff options
author | marcus <marcus@FreeBSD.org> | 2004-04-13 20:40:41 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-04-13 20:40:41 +0000 |
commit | ad3ec5ae71951d6dfa5367592ced1d494d574018 (patch) | |
tree | c544f683e82026080ad5476186654e402fcec1ad | |
parent | b8c33f4e639362dc509a26b0d2933f034bc6a2d5 (diff) | |
download | FreeBSD-ports-ad3ec5ae71951d6dfa5367592ced1d494d574018.zip FreeBSD-ports-ad3ec5ae71951d6dfa5367592ced1d494d574018.tar.gz |
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
-rw-r--r-- | sysutils/gnome-system-monitor/Makefile | 2 | ||||
-rw-r--r-- | sysutils/gnome-system-monitor/files/patch-src::proctable.c | 12 | ||||
-rw-r--r-- | sysutils/gnomesystemmonitor/Makefile | 2 | ||||
-rw-r--r-- | sysutils/gnomesystemmonitor/files/patch-src::proctable.c | 12 |
4 files changed, 2 insertions, 26 deletions
diff --git a/sysutils/gnome-system-monitor/Makefile b/sysutils/gnome-system-monitor/Makefile index bc7d76f..ea752f0 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 1d706de..fda6831 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 bc7d76f..ea752f0 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 1d706de..fda6831 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); |