Control: tags 822266 + patch Control: tags 822266 + pending Dear maintainer,
I've prepared an NMU for paraview (versioned as 5.0.1+dfsg1-5.1) and uploaded it to DELAYED/5. Please feel free to tell me if I should delay it longer. Regards. diff -Nru paraview-5.0.1+dfsg1/debian/changelog paraview-5.0.1+dfsg1/debian/changelog --- paraview-5.0.1+dfsg1/debian/changelog 2016-04-20 21:11:49.000000000 +0200 +++ paraview-5.0.1+dfsg1/debian/changelog 2016-04-24 16:55:06.000000000 +0200 @@ -1,3 +1,11 @@ +paraview (5.0.1+dfsg1-5.1) unstable; urgency=medium + + * Non-maintainer upload. + * Fix FTBFS on kfreebsd-* by including the required headers not only on + linux but also on kfreebsd. (Closes: #822266) + + -- Tobias Frost <t...@debian.org> Sun, 24 Apr 2016 16:55:06 +0200 + paraview (5.0.1+dfsg1-5) unstable; urgency=medium * [ad5f3f0] Fix FTBFS against ffmpeg_3.0. (Closes: #821419) diff -Nru paraview-5.0.1+dfsg1/debian/patches/fix-ftbfs-kfreebsd.patch paraview-5.0.1+dfsg1/debian/patches/fix-ftbfs-kfreebsd.patch --- paraview-5.0.1+dfsg1/debian/patches/fix-ftbfs-kfreebsd.patch 1970-01-01 01:00:00.000000000 +0100 +++ paraview-5.0.1+dfsg1/debian/patches/fix-ftbfs-kfreebsd.patch 2016-04-24 15:47:03.000000000 +0200 @@ -0,0 +1,18 @@ +Description: Fix FTBFS on kfreeBSD + also include the linux heraders for this arch +Author: Tobias Frost <t...@debian.org> +Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=822266 +Last-Update: 2014-04-24 +--- +This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ +--- a/Plugins/CDIReader/cdilib.c ++++ b/Plugins/CDIReader/cdilib.c +@@ -47,7 +47,7 @@ + #define _XOPEN_SOURCE 600 + #endif + +-#ifdef __linux__ ++#if defined (__linux__) || defined (__FreeBSD_kernel__) + #include <unistd.h> + #include <stdbool.h> + #include <sys/types.h> diff -Nru paraview-5.0.1+dfsg1/debian/patches/series paraview-5.0.1+dfsg1/debian/patches/series --- paraview-5.0.1+dfsg1/debian/patches/series 2016-04-20 15:54:06.000000000 +0200 +++ paraview-5.0.1+dfsg1/debian/patches/series 2016-04-24 10:44:40.000000000 +0200 @@ -8,3 +8,4 @@ use_system_mpi4py.patch remove_webgl.patch ffmpeg.patch +fix-ftbfs-kfreebsd.patch -- debian-science-maintainers mailing list debian-science-maintainers@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-science-maintainers