Sat Nov 15 19:38:53 2008 UTC ()
Update to 2.24.1.

XXX:
"writable memory" is too large to be correct, and the graph
updates make Xorg eat the whole CPU, otherwise looks ok.

New in 2.24.1 - 20 October 2008
* Translation updates.

New in 2.24.0 - 22 September 2008
* Translation updates.

New in 2.23.91 - 1 September 2008
* Fixed bug 549383 – network assertion in the resource tab.

New in 2.23.90 - 18 August 2008
* Fixed truncated process names.

New in 2.23.6 - 4 August 2008
* Don't segfault in the disk list when icon cannot be retried from gvfs.

New in 2.23.5 - 21 July 2008
* Fixed network speed when there are pseudo-devices with no address.

New in 2.23.3 - 2 June 2008
* New 'Waiting Channel' process column.

New in 2.23.2 - 26 May 2008
* This is the first 2.23 release
* New option to start with the system tab.
* Don't crash on invalid regex in lsof. Display an error message.
* Fixed the graph time scale.
* Performance fix for bad graphic card drivers (yes, system-monitor is
  very fast with the vesa driver without this patch). Blame your
  driver's writers.
* Moved to gio.
* Many internal cleanups.
* Filesystem column are now configurable.
* lsof now shows IPv6 connections.
* New wchan column (if you have a better name for that...)

Thanks to Mark McCelland, Karl Lattimer, Toby Dacre, Matthis Clasen and
Hubert Figuière.


(wiz)
diff -r1.10 -r1.11 pkgsrc/sysutils/gnome-system-monitor/Makefile
diff -r1.4 -r1.5 pkgsrc/sysutils/gnome-system-monitor/PLIST
diff -r1.6 -r1.7 pkgsrc/sysutils/gnome-system-monitor/distinfo
diff -r0 -r1.1 pkgsrc/sysutils/gnome-system-monitor/patches/patch-ab

cvs diff -r1.10 -r1.11 pkgsrc/sysutils/gnome-system-monitor/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/sysutils/gnome-system-monitor/Attic/Makefile 2008/07/15 10:51:35 1.10
+++ pkgsrc/sysutils/gnome-system-monitor/Attic/Makefile 2008/11/15 19:38:53 1.11
@@ -1,48 +1,52 @@ @@ -1,48 +1,52 @@
1# $NetBSD: Makefile,v 1.10 2008/07/15 10:51:35 drochner Exp $ 1# $NetBSD: Makefile,v 1.11 2008/11/15 19:38:53 wiz Exp $
2# 2#
3 3
4DISTNAME= gnome-system-monitor-2.22.3 4DISTNAME= gnome-system-monitor-2.24.1
5CATEGORIES= sysutils gnome 5CATEGORIES= sysutils gnome
6MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-system-monitor/2.22/} 6MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-system-monitor/2.24/}
7EXTRACT_SUFX= .tar.bz2 7EXTRACT_SUFX= .tar.bz2
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://www.gnome.org/ 10HOMEPAGE= http://www.gnome.org/
11COMMENT= GNOME 2 system monitor program 11COMMENT= GNOME 2 system monitor program
12 12
13PKG_DESTDIR_SUPPORT= user-destdir 13PKG_DESTDIR_SUPPORT= user-destdir
14 14
15USE_DIRS+= gnome2-1.5 15USE_DIRS+= gnome2-1.5
16USE_LIBTOOL= yes 16USE_LIBTOOL= yes
17USE_PKGLOCALEDIR= yes 17USE_PKGLOCALEDIR= yes
18GNU_CONFIGURE= yes 18GNU_CONFIGURE= yes
19USE_TOOLS+= autoconf gmake intltool msgfmt pkg-config 19USE_TOOLS+= autoconf gmake intltool msgfmt pkg-config
20USE_LANGUAGES= c c++ 20USE_LANGUAGES= c c++
21 21
22CONFLICTS+= gnome2-system-monitor-[0-9]* 22CONFLICTS+= gnome2-system-monitor-[0-9]*
23 23
24LIBS+= -lutil 24LIBS+= -lutil
25GCONF_SCHEMAS+= gnome-system-monitor.schemas 25GCONF_SCHEMAS+= gnome-system-monitor.schemas
26 26
27BUILDLINK_API_DEPENDS.glib2+= glib2>=2.9.1 
28BUILDLINK_API_DEPENDS.gtk2+= gtk2+>=2.8.0 
29BUILDLINK_API_DEPENDS.libgtop+= libgtop>=2.19.3 
30 
31# TODO: Add libgksu support. 
32.include "../../devel/GConf/schemas.mk" 27.include "../../devel/GConf/schemas.mk"
 28BUILDLINK_API_DEPENDS.glib2+= glib2>=2.16.0
33.include "../../devel/glib2/buildlink3.mk" 29.include "../../devel/glib2/buildlink3.mk"
34.include "../../devel/gettext-lib/buildlink3.mk" 30.include "../../devel/gettext-lib/buildlink3.mk"
35.include "../../devel/libgnome/buildlink3.mk" 31BUILDLINK_API_DEPENDS.glibmm+= glibmm>=2.14
 32.include "../../devel/glibmm/buildlink3.mk"
36.include "../../devel/libwnck/buildlink3.mk" 33.include "../../devel/libwnck/buildlink3.mk"
 34BUILDLINK_API_DEPENDS.gnome-icon-theme+= gnome-icon-theme>=2.15.3
37.include "../../graphics/gnome-icon-theme/buildlink3.mk" 35.include "../../graphics/gnome-icon-theme/buildlink3.mk"
38.include "../../graphics/librsvg/buildlink3.mk" 36.include "../../graphics/librsvg/buildlink3.mk"
39.include "../../sysutils/gnome-vfs/buildlink3.mk" 37BUILDLINK_ABI_DEPENDS.dbus-glib+= dbus-glib>=0.70
 38.include "../../sysutils/dbus-glib/buildlink3.mk"
 39BUILDLINK_API_DEPENDS.libgtop+= libgtop>=2.23.1
40.include "../../sysutils/libgtop/buildlink3.mk" 40.include "../../sysutils/libgtop/buildlink3.mk"
41.include "../../sysutils/desktop-file-utils/desktopdb.mk" 41.include "../../sysutils/desktop-file-utils/desktopdb.mk"
42.include "../../mk/omf-scrollkeeper.mk" 42.include "../../mk/omf-scrollkeeper.mk"
43.include "../../textproc/gnome-doc-utils/buildlink3.mk" 43.include "../../textproc/gnome-doc-utils/buildlink3.mk"
 44.include "../../textproc/libxml2/buildlink3.mk"
 45BUILDLINK_API_DEPENDS.gtk2+= gtk2+>=2.12.0
44.include "../../x11/gtk2/buildlink3.mk" 46.include "../../x11/gtk2/buildlink3.mk"
45.include "../../x11/startup-notification/buildlink3.mk" 47BUILDLINK_API_DEPENDS.gtkmm+= gtkmm>=2.8
46.include "../../x11/gtkmm/buildlink3.mk" 48.include "../../x11/gtkmm/buildlink3.mk"
 49# doesn't seem to do anything with it
 50#.include "../../sysutils/libgksu/buildlink3.mk"
47.include "../../mk/pthread.buildlink3.mk" 51.include "../../mk/pthread.buildlink3.mk"
48.include "../../mk/bsd.pkg.mk" 52.include "../../mk/bsd.pkg.mk"

cvs diff -r1.4 -r1.5 pkgsrc/sysutils/gnome-system-monitor/Attic/PLIST (expand / switch to unified diff)

--- pkgsrc/sysutils/gnome-system-monitor/Attic/PLIST 2008/04/15 18:55:56 1.4
+++ pkgsrc/sysutils/gnome-system-monitor/Attic/PLIST 2008/11/15 19:38:53 1.5
@@ -1,32 +1,46 @@ @@ -1,32 +1,46 @@
1@comment $NetBSD: PLIST,v 1.4 2008/04/15 18:55:56 drochner Exp $ 1@comment $NetBSD: PLIST,v 1.5 2008/11/15 19:38:53 wiz Exp $
2bin/gnome-system-monitor 2bin/gnome-system-monitor
3share/applications/gnome-system-monitor.desktop 3share/applications/gnome-system-monitor.desktop
4share/gconf/schemas/gnome-system-monitor.schemas 4share/gconf/schemas/gnome-system-monitor.schemas
5share/gnome/help/gnome-system-monitor/C/figures/addColumn.png 5share/gnome/help/gnome-system-monitor/C/figures/addColumn.png
6share/gnome/help/gnome-system-monitor/C/figures/changePriority.png 6share/gnome/help/gnome-system-monitor/C/figures/changePriority.png
7share/gnome/help/gnome-system-monitor/C/figures/colorPanel.png 7share/gnome/help/gnome-system-monitor/C/figures/colorPanel.png
8share/gnome/help/gnome-system-monitor/C/figures/columnContextMenu.png 8share/gnome/help/gnome-system-monitor/C/figures/columnContextMenu.png
9share/gnome/help/gnome-system-monitor/C/figures/gnome-system-monitor_window.png 9share/gnome/help/gnome-system-monitor/C/figures/gnome-system-monitor_window.png
10share/gnome/help/gnome-system-monitor/C/figures/memoryMaps.png 10share/gnome/help/gnome-system-monitor/C/figures/memoryMaps.png
11share/gnome/help/gnome-system-monitor/C/figures/moreInfo.png 11share/gnome/help/gnome-system-monitor/C/figures/moreInfo.png
12share/gnome/help/gnome-system-monitor/C/figures/processListing.png 12share/gnome/help/gnome-system-monitor/C/figures/processListing.png
13share/gnome/help/gnome-system-monitor/C/figures/sortButton.png 13share/gnome/help/gnome-system-monitor/C/figures/sortButton.png
14share/gnome/help/gnome-system-monitor/C/figures/sortMenu.png 14share/gnome/help/gnome-system-monitor/C/figures/sortMenu.png
15share/gnome/help/gnome-system-monitor/C/figures/sortMenu2.png 15share/gnome/help/gnome-system-monitor/C/figures/sortMenu2.png
16share/gnome/help/gnome-system-monitor/C/figures/systemMonitor.png 16share/gnome/help/gnome-system-monitor/C/figures/systemMonitor.png
17share/gnome/help/gnome-system-monitor/C/figures/viewMenu.png 17share/gnome/help/gnome-system-monitor/C/figures/viewMenu.png
18share/gnome/help/gnome-system-monitor/C/gnome-system-monitor.xml 18share/gnome/help/gnome-system-monitor/C/gnome-system-monitor.xml
19share/gnome/help/gnome-system-monitor/C/legal.xml 19share/gnome/help/gnome-system-monitor/C/legal.xml
 20share/gnome/help/gnome-system-monitor/ar/figures/addColumn.png
 21share/gnome/help/gnome-system-monitor/ar/figures/changePriority.png
 22share/gnome/help/gnome-system-monitor/ar/figures/colorPanel.png
 23share/gnome/help/gnome-system-monitor/ar/figures/columnContextMenu.png
 24share/gnome/help/gnome-system-monitor/ar/figures/gnome-system-monitor_window.png
 25share/gnome/help/gnome-system-monitor/ar/figures/memoryMaps.png
 26share/gnome/help/gnome-system-monitor/ar/figures/moreInfo.png
 27share/gnome/help/gnome-system-monitor/ar/figures/processListing.png
 28share/gnome/help/gnome-system-monitor/ar/figures/sortButton.png
 29share/gnome/help/gnome-system-monitor/ar/figures/sortMenu.png
 30share/gnome/help/gnome-system-monitor/ar/figures/sortMenu2.png
 31share/gnome/help/gnome-system-monitor/ar/figures/systemMonitor.png
 32share/gnome/help/gnome-system-monitor/ar/figures/viewMenu.png
 33share/gnome/help/gnome-system-monitor/ar/gnome-system-monitor.xml
20share/gnome/help/gnome-system-monitor/bg/figures/addColumn.png 34share/gnome/help/gnome-system-monitor/bg/figures/addColumn.png
21share/gnome/help/gnome-system-monitor/bg/figures/changePriority.png 35share/gnome/help/gnome-system-monitor/bg/figures/changePriority.png
22share/gnome/help/gnome-system-monitor/bg/figures/colorPanel.png 36share/gnome/help/gnome-system-monitor/bg/figures/colorPanel.png
23share/gnome/help/gnome-system-monitor/bg/figures/columnContextMenu.png 37share/gnome/help/gnome-system-monitor/bg/figures/columnContextMenu.png
24share/gnome/help/gnome-system-monitor/bg/figures/gnome-system-monitor_window.png 38share/gnome/help/gnome-system-monitor/bg/figures/gnome-system-monitor_window.png
25share/gnome/help/gnome-system-monitor/bg/figures/memoryMaps.png 39share/gnome/help/gnome-system-monitor/bg/figures/memoryMaps.png
26share/gnome/help/gnome-system-monitor/bg/figures/moreInfo.png 40share/gnome/help/gnome-system-monitor/bg/figures/moreInfo.png
27share/gnome/help/gnome-system-monitor/bg/figures/processListing.png 41share/gnome/help/gnome-system-monitor/bg/figures/processListing.png
28share/gnome/help/gnome-system-monitor/bg/figures/sortButton.png 42share/gnome/help/gnome-system-monitor/bg/figures/sortButton.png
29share/gnome/help/gnome-system-monitor/bg/figures/sortMenu.png 43share/gnome/help/gnome-system-monitor/bg/figures/sortMenu.png
30share/gnome/help/gnome-system-monitor/bg/figures/sortMenu2.png 44share/gnome/help/gnome-system-monitor/bg/figures/sortMenu2.png
31share/gnome/help/gnome-system-monitor/bg/figures/systemMonitor.png 45share/gnome/help/gnome-system-monitor/bg/figures/systemMonitor.png
32share/gnome/help/gnome-system-monitor/bg/figures/viewMenu.png 46share/gnome/help/gnome-system-monitor/bg/figures/viewMenu.png
@@ -160,70 +174,74 @@ share/locale/mg/LC_MESSAGES/gnome-system @@ -160,70 +174,74 @@ share/locale/mg/LC_MESSAGES/gnome-system
160share/locale/mk/LC_MESSAGES/gnome-system-monitor.mo 174share/locale/mk/LC_MESSAGES/gnome-system-monitor.mo
161share/locale/ml/LC_MESSAGES/gnome-system-monitor.mo 175share/locale/ml/LC_MESSAGES/gnome-system-monitor.mo
162share/locale/mn/LC_MESSAGES/gnome-system-monitor.mo 176share/locale/mn/LC_MESSAGES/gnome-system-monitor.mo
163share/locale/mr/LC_MESSAGES/gnome-system-monitor.mo 177share/locale/mr/LC_MESSAGES/gnome-system-monitor.mo
164share/locale/ms/LC_MESSAGES/gnome-system-monitor.mo 178share/locale/ms/LC_MESSAGES/gnome-system-monitor.mo
165share/locale/nb/LC_MESSAGES/gnome-system-monitor.mo 179share/locale/nb/LC_MESSAGES/gnome-system-monitor.mo
166share/locale/ne/LC_MESSAGES/gnome-system-monitor.mo 180share/locale/ne/LC_MESSAGES/gnome-system-monitor.mo
167share/locale/nl/LC_MESSAGES/gnome-system-monitor.mo 181share/locale/nl/LC_MESSAGES/gnome-system-monitor.mo
168share/locale/nn/LC_MESSAGES/gnome-system-monitor.mo 182share/locale/nn/LC_MESSAGES/gnome-system-monitor.mo
169share/locale/oc/LC_MESSAGES/gnome-system-monitor.mo 183share/locale/oc/LC_MESSAGES/gnome-system-monitor.mo
170share/locale/or/LC_MESSAGES/gnome-system-monitor.mo 184share/locale/or/LC_MESSAGES/gnome-system-monitor.mo
171share/locale/pa/LC_MESSAGES/gnome-system-monitor.mo 185share/locale/pa/LC_MESSAGES/gnome-system-monitor.mo
172share/locale/pl/LC_MESSAGES/gnome-system-monitor.mo 186share/locale/pl/LC_MESSAGES/gnome-system-monitor.mo
 187share/locale/ps/LC_MESSAGES/gnome-system-monitor.mo
173share/locale/pt/LC_MESSAGES/gnome-system-monitor.mo 188share/locale/pt/LC_MESSAGES/gnome-system-monitor.mo
174share/locale/pt_BR/LC_MESSAGES/gnome-system-monitor.mo 189share/locale/pt_BR/LC_MESSAGES/gnome-system-monitor.mo
175share/locale/ro/LC_MESSAGES/gnome-system-monitor.mo 190share/locale/ro/LC_MESSAGES/gnome-system-monitor.mo
176share/locale/ru/LC_MESSAGES/gnome-system-monitor.mo 191share/locale/ru/LC_MESSAGES/gnome-system-monitor.mo
177share/locale/rw/LC_MESSAGES/gnome-system-monitor.mo 192share/locale/rw/LC_MESSAGES/gnome-system-monitor.mo
178share/locale/si/LC_MESSAGES/gnome-system-monitor.mo 193share/locale/si/LC_MESSAGES/gnome-system-monitor.mo
179share/locale/sk/LC_MESSAGES/gnome-system-monitor.mo 194share/locale/sk/LC_MESSAGES/gnome-system-monitor.mo
180share/locale/sl/LC_MESSAGES/gnome-system-monitor.mo 195share/locale/sl/LC_MESSAGES/gnome-system-monitor.mo
181share/locale/sq/LC_MESSAGES/gnome-system-monitor.mo 196share/locale/sq/LC_MESSAGES/gnome-system-monitor.mo
182share/locale/sr/LC_MESSAGES/gnome-system-monitor.mo 197share/locale/sr/LC_MESSAGES/gnome-system-monitor.mo
183share/locale/sr@Latn/LC_MESSAGES/gnome-system-monitor.mo 198share/locale/sr@latin/LC_MESSAGES/gnome-system-monitor.mo
184share/locale/sv/LC_MESSAGES/gnome-system-monitor.mo 199share/locale/sv/LC_MESSAGES/gnome-system-monitor.mo
185share/locale/ta/LC_MESSAGES/gnome-system-monitor.mo 200share/locale/ta/LC_MESSAGES/gnome-system-monitor.mo
186share/locale/te/LC_MESSAGES/gnome-system-monitor.mo 201share/locale/te/LC_MESSAGES/gnome-system-monitor.mo
187share/locale/th/LC_MESSAGES/gnome-system-monitor.mo 202share/locale/th/LC_MESSAGES/gnome-system-monitor.mo
188share/locale/tr/LC_MESSAGES/gnome-system-monitor.mo 203share/locale/tr/LC_MESSAGES/gnome-system-monitor.mo
189share/locale/ug/LC_MESSAGES/gnome-system-monitor.mo 204share/locale/ug/LC_MESSAGES/gnome-system-monitor.mo
190share/locale/uk/LC_MESSAGES/gnome-system-monitor.mo 205share/locale/uk/LC_MESSAGES/gnome-system-monitor.mo
191share/locale/vi/LC_MESSAGES/gnome-system-monitor.mo 206share/locale/vi/LC_MESSAGES/gnome-system-monitor.mo
192share/locale/zh_CN/LC_MESSAGES/gnome-system-monitor.mo 207share/locale/zh_CN/LC_MESSAGES/gnome-system-monitor.mo
193share/locale/zh_HK/LC_MESSAGES/gnome-system-monitor.mo 208share/locale/zh_HK/LC_MESSAGES/gnome-system-monitor.mo
194share/locale/zh_TW/LC_MESSAGES/gnome-system-monitor.mo 209share/locale/zh_TW/LC_MESSAGES/gnome-system-monitor.mo
195share/omf/gnome-system-monitor/gnome-system-monitor-C.omf 210share/omf/gnome-system-monitor/gnome-system-monitor-C.omf
 211share/omf/gnome-system-monitor/gnome-system-monitor-ar.omf
196share/omf/gnome-system-monitor/gnome-system-monitor-bg.omf 212share/omf/gnome-system-monitor/gnome-system-monitor-bg.omf
197share/omf/gnome-system-monitor/gnome-system-monitor-ca.omf 213share/omf/gnome-system-monitor/gnome-system-monitor-ca.omf
198share/omf/gnome-system-monitor/gnome-system-monitor-es.omf 214share/omf/gnome-system-monitor/gnome-system-monitor-es.omf
199share/omf/gnome-system-monitor/gnome-system-monitor-fr.omf 215share/omf/gnome-system-monitor/gnome-system-monitor-fr.omf
200share/omf/gnome-system-monitor/gnome-system-monitor-oc.omf 216share/omf/gnome-system-monitor/gnome-system-monitor-oc.omf
201share/omf/gnome-system-monitor/gnome-system-monitor-pa.omf 217share/omf/gnome-system-monitor/gnome-system-monitor-pa.omf
202share/omf/gnome-system-monitor/gnome-system-monitor-sv.omf 218share/omf/gnome-system-monitor/gnome-system-monitor-sv.omf
203share/pixmaps/gnome-system-monitor/download.svg 219share/pixmaps/gnome-system-monitor/download.svg
204share/pixmaps/gnome-system-monitor/side.png 220share/pixmaps/gnome-system-monitor/side.png
205share/pixmaps/gnome-system-monitor/upload.svg 221share/pixmaps/gnome-system-monitor/upload.svg
206@dirrm share/pixmaps/gnome-system-monitor 222@dirrm share/pixmaps/gnome-system-monitor
207@comment in xdg-dirs: @dirrm share/pixmaps 223@comment in xdg-dirs: @dirrm share/pixmaps
208@dirrm share/omf/gnome-system-monitor 224@dirrm share/omf/gnome-system-monitor
209@comment in scrollkeeper: @dirrm share/omf 225@comment in rarian: @dirrm share/omf
210@dirrm share/gnome/help/gnome-system-monitor/sv/figures 226@dirrm share/gnome/help/gnome-system-monitor/sv/figures
211@dirrm share/gnome/help/gnome-system-monitor/sv 227@dirrm share/gnome/help/gnome-system-monitor/sv
212@dirrm share/gnome/help/gnome-system-monitor/pa/figures 228@dirrm share/gnome/help/gnome-system-monitor/pa/figures
213@dirrm share/gnome/help/gnome-system-monitor/pa 229@dirrm share/gnome/help/gnome-system-monitor/pa
214@dirrm share/gnome/help/gnome-system-monitor/oc/figures 230@dirrm share/gnome/help/gnome-system-monitor/oc/figures
215@dirrm share/gnome/help/gnome-system-monitor/oc 231@dirrm share/gnome/help/gnome-system-monitor/oc
216@dirrm share/gnome/help/gnome-system-monitor/fr/figures 232@dirrm share/gnome/help/gnome-system-monitor/fr/figures
217@dirrm share/gnome/help/gnome-system-monitor/fr 233@dirrm share/gnome/help/gnome-system-monitor/fr
218@dirrm share/gnome/help/gnome-system-monitor/es/figures 234@dirrm share/gnome/help/gnome-system-monitor/es/figures
219@dirrm share/gnome/help/gnome-system-monitor/es 235@dirrm share/gnome/help/gnome-system-monitor/es
220@dirrm share/gnome/help/gnome-system-monitor/ca/figures 236@dirrm share/gnome/help/gnome-system-monitor/ca/figures
221@dirrm share/gnome/help/gnome-system-monitor/ca 237@dirrm share/gnome/help/gnome-system-monitor/ca
222@dirrm share/gnome/help/gnome-system-monitor/bg/figures 238@dirrm share/gnome/help/gnome-system-monitor/bg/figures
223@dirrm share/gnome/help/gnome-system-monitor/bg 239@dirrm share/gnome/help/gnome-system-monitor/bg
 240@dirrm share/gnome/help/gnome-system-monitor/ar/figures
 241@dirrm share/gnome/help/gnome-system-monitor/ar
224@dirrm share/gnome/help/gnome-system-monitor/C/figures 242@dirrm share/gnome/help/gnome-system-monitor/C/figures
225@dirrm share/gnome/help/gnome-system-monitor/C 243@dirrm share/gnome/help/gnome-system-monitor/C
226@dirrm share/gnome/help/gnome-system-monitor 244@dirrm share/gnome/help/gnome-system-monitor
227@comment in gnome2-dirs: @dirrm share/gnome/help 245@comment in gnome2-dirs: @dirrm share/gnome/help
228@comment in GConf: @dirrm share/gconf/schemas 246@comment in GConf: @dirrm share/gconf/schemas
229@comment in xdg-dirs: @dirrm share/applications 247@comment in xdg-dirs: @dirrm share/applications

cvs diff -r1.6 -r1.7 pkgsrc/sysutils/gnome-system-monitor/Attic/distinfo (expand / switch to unified diff)

--- pkgsrc/sysutils/gnome-system-monitor/Attic/distinfo 2008/07/15 10:51:35 1.6
+++ pkgsrc/sysutils/gnome-system-monitor/Attic/distinfo 2008/11/15 19:38:53 1.7
@@ -1,6 +1,7 @@ @@ -1,6 +1,7 @@
1$NetBSD: distinfo,v 1.6 2008/07/15 10:51:35 drochner Exp $ 1$NetBSD: distinfo,v 1.7 2008/11/15 19:38:53 wiz Exp $
2 2
3SHA1 (gnome-system-monitor-2.22.3.tar.bz2) = 6778d4dfa3b3f555d98d14c6f24a1f6f74befe9f 3SHA1 (gnome-system-monitor-2.24.1.tar.bz2) = e1b8fba8c4482faf8234d27b0f8d10004072060c
4RMD160 (gnome-system-monitor-2.22.3.tar.bz2) = c7150f8117add33e6e4fb4da77b58e71a99d1e70 4RMD160 (gnome-system-monitor-2.24.1.tar.bz2) = b152f3c7abc92d42225616ccad4285e075be1ac6
5Size (gnome-system-monitor-2.22.3.tar.bz2) = 1921084 bytes 5Size (gnome-system-monitor-2.24.1.tar.bz2) = 2004578 bytes
6SHA1 (patch-aa) = 76c5d94f36fd3c29e8c3cabc77925e93851465b9 6SHA1 (patch-aa) = 76c5d94f36fd3c29e8c3cabc77925e93851465b9
 7SHA1 (patch-ab) = 6899d479d82872e971710a41d2ea7324edb949a3

File Added: pkgsrc/sysutils/gnome-system-monitor/patches/Attic/patch-ab
$NetBSD: patch-ab,v 1.1 2008/11/15 19:38:53 wiz Exp $

--- src/openfiles.cpp.orig	2008-09-11 19:55:34.000000000 +0000
+++ src/openfiles.cpp
@@ -15,6 +15,10 @@
 #include "util.h"
 #include "gconf-keys.h"
 
+#ifndef NI_IDN
+#define NI_IDN	32
+#endif
+
 enum
 {
 	COL_FD,