[SCM] qtbase packaging branch, master, updated. debian/5.2.0+dfsg-6-3-gdd85a4c

Lisandro Damián Nicanor Pérez lisandro at moszumanska.debian.org
Fri Jan 31 15:35:26 UTC 2014


Gitweb-URL: http://git.debian.org/?p=pkg-kde/qt/qtbase.git;a=commitdiff;h=e3d1452

The following commit has been merged in the master branch:
commit e3d14528a0f3318c8a90bfd004c8ae817b31eb56
Author: Lisandro Damián Nicanor Pérez Meyer <perezmeyer at gmail.com>
Date:   Thu Nov 7 23:18:28 2013 -0300

    Backport 50_kfreebsd_Q_OS.diff from Qt4's packaging.
    
    This solves a FTBFS in KFreeBSD.
---
 debian/changelog                     |  2 ++
 debian/patches/50_kfreebsd_Q_OS.diff | 17 +++++++++++++++++
 debian/patches/series                |  1 +
 3 files changed, 20 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index c994cad..f985aeb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,8 @@ qtbase-opensource-src (5.2.0~beta1+dfsg-2) UNRELEASED; urgency=low
   * Install KMS/EGL CMake's configuration files for armhf.
     - Create debian/qtbase5-dev.install-armhf.
     - Move debian/qtbase5-dev.install to debian/qtbase5-dev.install-common.
+  * Backport 50_kfreebsd_Q_OS.diff from Qt4's packaging in order to solve a
+    FTBFS in KFreeBSD.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Fri, 01 Nov 2013 13:48:48 -0300
 
diff --git a/debian/patches/50_kfreebsd_Q_OS.diff b/debian/patches/50_kfreebsd_Q_OS.diff
new file mode 100644
index 0000000..85d0738
--- /dev/null
+++ b/debian/patches/50_kfreebsd_Q_OS.diff
@@ -0,0 +1,17 @@
+Author: Pino Toscano <pino at kde.org>
+Description: Fixes FTBFS on GNU/kFreeBSD by creating new Q_OS_FREEBSD_KERNEL.
+ Modified by Lisandro D. N. Pérez Meyer <lisandro at debian.org> for Qt5.
+Last-Update: 2013-11-07
+Forwarded: not-needed
+
+--- a/src/corelib/global/qsystemdetection.h
++++ b/src/corelib/global/qsystemdetection.h
+@@ -121,6 +121,8 @@
+ #elif defined(__FreeBSD__) || defined(__DragonFly__)
+ #  define Q_OS_FREEBSD
+ #  define Q_OS_BSD4
++#elif defined(__FreeBSD_kernel__)
++#  define Q_OS_FREEBSD_KERNEL
+ #elif defined(__NetBSD__)
+ #  define Q_OS_NETBSD
+ #  define Q_OS_BSD4
diff --git a/debian/patches/series b/debian/patches/series
index 35129ef..5937cf8 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -3,3 +3,4 @@ linux_no_perf.diff
 hurd_opengl_incldir.diff
 
 # Debian specific.
+50_kfreebsd_Q_OS.diff

-- 
qtbase packaging



More information about the pkg-kde-commits mailing list