[Glibc-bsd-commits] r5145 - in trunk/freebsd-libs/debian: . patches

rmh at alioth.debian.org rmh at alioth.debian.org
Thu Nov 28 15:27:23 UTC 2013


Author: rmh
Date: 2013-11-20 13:42:34 +0000 (St, 20 lis 2013)
New Revision: 5145

Added:
   trunk/freebsd-libs/debian/patches/libbsd_nlist.diff
Modified:
   trunk/freebsd-libs/debian/changelog
   trunk/freebsd-libs/debian/patches/series
Log:
Re-add libbsd_nlist.diff. It is still required when using kvm.h in an external package.  (Closes: #729536)

Modified: trunk/freebsd-libs/debian/changelog
===================================================================
--- trunk/freebsd-libs/debian/changelog	2013-11-20 13:42:14 UTC (rev 5144)
+++ trunk/freebsd-libs/debian/changelog	2013-11-20 13:42:34 UTC (rev 5145)
@@ -1,8 +1,10 @@
-freebsd-libs (9.2+ds1-7) UNRELEASED; urgency=low
+freebsd-libs (9.2+ds1-7) unstable; urgency=high
 
   * Remove unnecessary bits from 04_libkvm.diff and 12_usb.diff.
+  * Re-add libbsd_nlist.diff. It is still required when using kvm.h in
+    an external package.  (Closes: #729536)
 
- -- Robert Millan <rmh at debian.org>  Wed, 06 Nov 2013 11:29:34 +0100
+ -- Robert Millan <rmh at debian.org>  Thu, 14 Nov 2013 19:55:53 +0100
 
 freebsd-libs (9.2+ds1-6) unstable; urgency=low
 

Added: trunk/freebsd-libs/debian/patches/libbsd_nlist.diff
===================================================================
--- trunk/freebsd-libs/debian/patches/libbsd_nlist.diff	                        (rev 0)
+++ trunk/freebsd-libs/debian/patches/libbsd_nlist.diff	2013-11-20 13:42:34 UTC (rev 5145)
@@ -0,0 +1,16 @@
+
+This patch is not required for build, because freebsd-glue provides
+<nlist.h>, however it is still required when using kvm.h in an external
+package. See #729536.
+
+--- a/lib/libkvm/kvm.h
++++ b/lib/libkvm/kvm.h
+@@ -35,7 +35,7 @@
+ 
+ #include <sys/cdefs.h>
+ #include <sys/_types.h>
+-#include <nlist.h>
++#include <bsd/nlist.h>
+ 
+ /* Default version symbol. */
+ #define	VRS_SYM		"_version"

Modified: trunk/freebsd-libs/debian/patches/series
===================================================================
--- trunk/freebsd-libs/debian/patches/series	2013-11-20 13:42:14 UTC (rev 5144)
+++ trunk/freebsd-libs/debian/patches/series	2013-11-20 13:42:34 UTC (rev 5145)
@@ -27,3 +27,4 @@
 
 # Patches that are likely to be Debian-specific
 libusb_pthread_condattr_setclock.diff
+libbsd_nlist.diff




More information about the Glibc-bsd-commits mailing list