tag 493486 pending
thanks

Petr Salinger <petr.salin...@seznam.cz> (02/08/2008):
> the current version fails to build on GNU/kFreeBSD.
>
> It needs small tweak, see bellow.

Thanks Petr.

Dear maintainer, it's been a while since this bug has been reported, and
kfreebsd-* now have entered the official Debian archive and need to get
all packages built incrementally. Given w3m is on our way currently,
I've prepared an NMU that I've uploaded to DELAYED/3, so that you have a
chance to override it with a maintainer upload before it gets actually
uploaded to the archive, if you wish so.

Please find the debdiff attached.

Mraw,
KiBi.
diff -u w3m-0.5.2/debian/changelog w3m-0.5.2/debian/changelog
--- w3m-0.5.2/debian/changelog
+++ w3m-0.5.2/debian/changelog
@@ -1,3 +1,14 @@
+w3m (0.5.2-2.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * debian/patches/06-gnukfreebsd-ftbfs-fix:
+    - Fix FTBFS on GNU/kFreeBSD by extending the check on the FreeBSD
+      version to __FreeBSD_kernel_version, as exported by the FreeBSD
+      kernel on the GNU/kFreeBSD environments, as suggested by Petr
+      Salinger (Closes: #493486).
+
+ -- Cyril Brulebois <k...@debian.org>  Tue, 30 Jun 2009 00:46:59 +0200
+
 w3m (0.5.2-2) unstable; urgency=low
 
   * debian/control:
diff -u w3m-0.5.2/debian/patches/series w3m-0.5.2/debian/patches/series
--- w3m-0.5.2/debian/patches/series
+++ w3m-0.5.2/debian/patches/series
@@ -3,0 +4 @@
+06-gnukfreebsd-ftbfs-fix
only in patch2:
unchanged:
--- w3m-0.5.2.orig/debian/patches/06-gnukfreebsd-ftbfs-fix
+++ w3m-0.5.2/debian/patches/06-gnukfreebsd-ftbfs-fix
@@ -0,0 +1,11 @@
+--- a/terms.c
++++ b/terms.c
+@@ -26,7 +26,7 @@
+ #endif				/* USE_GPM */
+ #ifdef USE_SYSMOUSE
+ #include <osreldate.h>
+-#if (__FreeBSD_version >= 400017)
++#if (__FreeBSD_version >= 400017) || (__FreeBSD_kernel_version >= 400017)
+ #include <sys/consio.h>
+ #include <sys/fbio.h>
+ #else

Attachment: signature.asc
Description: Digital signature

Reply via email to