r29593 - in /desktop/unstable/libgtop2/debian: changelog patches/05_kfreebsd_8.0.patch
mpitt at users.alioth.debian.org
mpitt at users.alioth.debian.org
Tue Sep 6 12:05:31 UTC 2011
Author: mpitt
Date: Tue Sep 6 12:05:30 2011
New Revision: 29593
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=29593
Log:
* New upstream bug fix release.
* 05_kfreebsd_8.0.patch: Update for new version.
Modified:
desktop/unstable/libgtop2/debian/changelog
desktop/unstable/libgtop2/debian/patches/05_kfreebsd_8.0.patch
Modified: desktop/unstable/libgtop2/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libgtop2/debian/changelog?rev=29593&op=diff
==============================================================================
--- desktop/unstable/libgtop2/debian/changelog [utf-8] (original)
+++ desktop/unstable/libgtop2/debian/changelog [utf-8] Tue Sep 6 12:05:30 2011
@@ -1,6 +1,8 @@
-libgtop2 (2.28.3-3) UNRELEASED; urgency=low
+libgtop2 (2.28.4-1) UNRELEASED; urgency=low
[ Martin Pitt ]
+ * New upstream bug fix release.
+ * 05_kfreebsd_8.0.patch: Update for new version.
* debian/control.in: Fix section of gir1.2-gtop-2.0, should be "libs" (and
was set like that by ftpmasters).
* debian/watch: Fix regexp syntax, and watch for *.tar.bz2.
Modified: desktop/unstable/libgtop2/debian/patches/05_kfreebsd_8.0.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libgtop2/debian/patches/05_kfreebsd_8.0.patch?rev=29593&op=diff
==============================================================================
--- desktop/unstable/libgtop2/debian/patches/05_kfreebsd_8.0.patch [utf-8] (original)
+++ desktop/unstable/libgtop2/debian/patches/05_kfreebsd_8.0.patch [utf-8] Tue Sep 6 12:05:30 2011
@@ -4,10 +4,10 @@
Fix a couple of checks for the kFreeBSD kernel.
-Index: libgtop-2.28.0/sysdeps/freebsd/procmap.c
+Index: libgtop2/sysdeps/freebsd/procmap.c
===================================================================
---- libgtop-2.28.0.orig/sysdeps/freebsd/procmap.c 2009-12-03 13:59:57.866694125 +0100
-+++ libgtop-2.28.0/sysdeps/freebsd/procmap.c 2009-12-03 14:03:16.298688337 +0100
+--- libgtop2.orig/sysdeps/freebsd/procmap.c 2011-07-24 21:13:56.000000000 +0200
++++ libgtop2/sysdeps/freebsd/procmap.c 2011-09-06 14:03:04.705871157 +0200
@@ -42,7 +42,7 @@
#include <sys/pipe.h>
#include <sys/conf.h>
@@ -17,12 +17,12 @@
#define _WANT_FILE
#include <sys/file.h>
#undef _WANT_FILE
-@@ -113,7 +113,7 @@ _glibtop_sysdeps_freebsd_dev_inode (glib
+@@ -113,7 +113,7 @@
+ return;
+ }
- if (kvm_read (server->machine.kd, (gulong) inode.i_dev, (char *) &si,
- sizeof (si)) != sizeof (si) ||
-#if __FreeBSD_version >= 800039
+#if (__FreeBSD_version >= 800039) || (__FreeBSD_kernel_version >= 800039)
- kvm_read (server->machine.kd, (gulong) cdev2priv(&si), (char *) &priv,
+ if (kvm_read (server->machine.kd, (gulong) cdev2priv(inode.i_dev), (char *) &priv,
sizeof (priv))
#else
More information about the pkg-gnome-commits
mailing list