rev 16134 - in trunk/packages/kdelibs/debian: . patches

George Kiagiadakis gkiagia-guest at alioth.debian.org
Tue Oct 13 13:23:50 UTC 2009


Author: gkiagia-guest
Date: 2009-10-13 13:23:49 +0000 (Tue, 13 Oct 2009)
New Revision: 16134

Added:
   trunk/packages/kdelibs/debian/patches/27_konsole_kfreebsd_fix.diff
Modified:
   trunk/packages/kdelibs/debian/changelog
   trunk/packages/kdelibs/debian/patches/series
Log:
Add patch to make konsole work on kfreebsd


Modified: trunk/packages/kdelibs/debian/changelog
===================================================================
--- trunk/packages/kdelibs/debian/changelog	2009-10-12 22:56:37 UTC (rev 16133)
+++ trunk/packages/kdelibs/debian/changelog	2009-10-13 13:23:49 UTC (rev 16134)
@@ -1,3 +1,11 @@
+kde4libs (4:4.3.2-3) UNRELEASED; urgency=low
+
+  +++ Changes by George Kiagiadakis:
+
+  * Add patch to make konsole work on GNU/kFreeBSD.
+
+ -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Mon, 12 Oct 2009 21:36:51 +0300
+
 kde4libs (4:4.3.2-2) unstable; urgency=low
 
   +++ Changes by Sune Vuorela:

Added: trunk/packages/kdelibs/debian/patches/27_konsole_kfreebsd_fix.diff
===================================================================
--- trunk/packages/kdelibs/debian/patches/27_konsole_kfreebsd_fix.diff	                        (rev 0)
+++ trunk/packages/kdelibs/debian/patches/27_konsole_kfreebsd_fix.diff	2009-10-13 13:23:49 UTC (rev 16134)
@@ -0,0 +1,14 @@
+This patch makes konsole work on kfreebsd.
+Without it, konsole doesn't display anything in the terminal area.
+Inspired from http://lists.kde.org/?l=kde-commits&m=122713720905453&w=2
+--- a/kpty/kptydevice.cpp
++++ b/kpty/kptydevice.cpp
+@@ -42,7 +42,7 @@
+ # include <sys/time.h>
+ #endif
+ 
+-#if defined(Q_OS_FREEBSD) || defined(Q_OS_MAC)
++#if defined(Q_OS_FREEBSD) || defined(Q_OS_MAC) || defined(__FreeBSD_kernel__)
+   // "the other end's output queue size" - kinda braindead, huh?
+ # define PTY_BYTES_AVAILABLE TIOCOUTQ
+ #elif defined(TIOCINQ)

Modified: trunk/packages/kdelibs/debian/patches/series
===================================================================
--- trunk/packages/kdelibs/debian/patches/series	2009-10-12 22:56:37 UTC (rev 16133)
+++ trunk/packages/kdelibs/debian/patches/series	2009-10-13 13:23:49 UTC (rev 16134)
@@ -13,3 +13,4 @@
 23_solid_no_double_build.diff
 25_ld_exclude_libs_qtuitools.diff
 26_fixmanpage.diff
+27_konsole_kfreebsd_fix.diff




More information about the pkg-kde-commits mailing list