rev 4782 - in trunk/packages/qt4-x11/debian: . patches

Brian Nelson pyro at costa.debian.org
Tue Oct 24 16:19:15 UTC 2006


Author: pyro
Date: 2006-10-24 16:19:15 +0000 (Tue, 24 Oct 2006)
New Revision: 4782

Added:
   trunk/packages/qt4-x11/debian/patches/20_hppa_inotify_fix.dpatch
Modified:
   trunk/packages/qt4-x11/debian/changelog
   trunk/packages/qt4-x11/debian/patches/00list
Log:
  * debian/patches/20_hppa_inotify_fix.dpatch: new patch that should fix
    the FTBFS on hppa due to missing defines (Closes: #394953)

Modified: trunk/packages/qt4-x11/debian/changelog
===================================================================
--- trunk/packages/qt4-x11/debian/changelog	2006-10-24 10:00:38 UTC (rev 4781)
+++ trunk/packages/qt4-x11/debian/changelog	2006-10-24 16:19:15 UTC (rev 4782)
@@ -1,3 +1,10 @@
+qt4-x11 (4.2.1-2) UNRELEASED; urgency=low
+
+  * debian/patches/20_hppa_inotify_fix.dpatch: new patch that should fix
+    the FTBFS on hppa due to missing defines (Closes: #394953)
+
+ -- Brian Nelson <pyro at debian.org>  Tue, 24 Oct 2006 12:18:59 -0400
+
 qt4-x11 (4.2.1-1) unstable; urgency=high
 
   * New upstream release    

Modified: trunk/packages/qt4-x11/debian/patches/00list
===================================================================
--- trunk/packages/qt4-x11/debian/patches/00list	2006-10-24 10:00:38 UTC (rev 4781)
+++ trunk/packages/qt4-x11/debian/patches/00list	2006-10-24 16:19:15 UTC (rev 4782)
@@ -7,3 +7,4 @@
 17_alpha_ice
 18_disable_opengl_visibility
 19_m68k_inotify_fix
+20_hppa_inotify_fix

Added: trunk/packages/qt4-x11/debian/patches/20_hppa_inotify_fix.dpatch
===================================================================
--- trunk/packages/qt4-x11/debian/patches/20_hppa_inotify_fix.dpatch	                        (rev 0)
+++ trunk/packages/qt4-x11/debian/patches/20_hppa_inotify_fix.dpatch	2006-10-24 16:19:15 UTC (rev 4782)
@@ -0,0 +1,21 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 20_hppa_inotify_fix.dpatch by Brian Nelson <pyro at debian.org>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: No description.
+
+ at DPATCH@
+diff -urNad qt4-x11-4.2.1~/src/corelib/io/qfilesystemwatcher_inotify.cpp qt4-x11-4.2.1/src/corelib/io/qfilesystemwatcher_inotify.cpp
+--- qt4-x11-4.2.1~/src/corelib/io/qfilesystemwatcher_inotify.cpp	2006-10-24 12:10:36.000000000 -0400
++++ qt4-x11-4.2.1/src/corelib/io/qfilesystemwatcher_inotify.cpp	2006-10-24 12:16:35.000000000 -0400
+@@ -88,6 +88,10 @@
+ # define __NR_inotify_init      284
+ # define __NR_inotify_add_watch 285
+ # define __NR_inotify_rm_watch  286
++#elif defined (__hppa__)
++# define __NR_inotify_init      269
++# define __NR_inotify_add_watch 270
++# define __NR_inotify_rm_watch  271
+ #else
+ # error "This architecture is not supported. Please talk to qt-bugs at trolltech.com"
+ #endif


Property changes on: trunk/packages/qt4-x11/debian/patches/20_hppa_inotify_fix.dpatch
___________________________________________________________________
Name: svn:executable
   + *




More information about the pkg-kde-commits mailing list