* New upstream release.

* Drop 06_kfreebsd_sys_pipe.patch. Fixed upstream.
This commit is contained in:
Jackson Doak
2014-07-01 22:50:12 +00:00
parent e3cb98d8c6
commit afabbfc1f5
3 changed files with 7 additions and 23 deletions

7
debian/changelog vendored
View File

@@ -1,3 +1,10 @@
libgtop2 (2.30.0-1) UNRELEASED; urgency=medium
* New upstream release.
* Drop 06_kfreebsd_sys_pipe.patch. Fixed upstream.
-- Jackson Doak <noskcaj@ubuntu.com> Wed, 02 Jul 2014 08:45:13 +1000
libgtop2 (2.28.5-2) unstable; urgency=low
* Add explicit Build-Depends on libbsd-dev for kfreebsd.

View File

@@ -1,22 +0,0 @@
Description: Don't include sys/pipe.h on kFreeBSD
Defining _KERNEL to include sys/pipe.h subsequently breaks sys/conf.h;
since sys/pipe.h is not meant to be used in userland, and libgtop2 builds
anyway on kFreeBSD without it, don't include it.
Author: Steven Chamberlain <steven@pyro.eu.org>
Bug-Debian: http://bugs.debian.org/667984
Index: libgtop2-2.28.4/sysdeps/freebsd/procmap.c
===================================================================
--- libgtop2-2.28.4.orig/sysdeps/freebsd/procmap.c 2012-04-07 22:49:20.000000000 +0100
+++ libgtop2-2.28.4/sysdeps/freebsd/procmap.c 2012-04-07 22:51:00.163079809 +0100
@@ -38,10 +38,7 @@
#include <sys/vnode.h>
#undef _KVM_VNODE
-#define _KERNEL
-#include <sys/pipe.h>
#include <sys/conf.h>
-#undef _KERNEL
#if (__FreeBSD_version >= 800038) || (__FreeBSD_kernel_version >= 800038)
#define _WANT_FILE
#include <sys/file.h>

View File

@@ -1,3 +1,2 @@
02_hurd_stub_backend.patch
03_kfreebsd_installdirs.patch
06_kfreebsd_sys_pipe.patch