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

Sune Vuorela pusling-guest at alioth.debian.org
Fri Jul 18 00:34:59 UTC 2008


Author: pusling-guest
Date: 2008-07-18 00:34:58 +0000 (Fri, 18 Jul 2008)
New Revision: 11630

Added:
   trunk/packages/qt4-x11/debian/patches/81_hurd_more_max_path.diff
Modified:
   trunk/packages/qt4-x11/debian/changelog
   trunk/packages/qt4-x11/debian/patches/series
Log:
Apply patch from friendly hurd porters. (Closes: 485931)

Modified: trunk/packages/qt4-x11/debian/changelog
===================================================================
--- trunk/packages/qt4-x11/debian/changelog	2008-07-17 22:57:51 UTC (rev 11629)
+++ trunk/packages/qt4-x11/debian/changelog	2008-07-18 00:34:58 UTC (rev 11630)
@@ -4,6 +4,7 @@
 
   * Remove watchfile. it doesn't work.
   * mention qmake-qt4 in description of libqt4-dev. (Closes: 415816) 
+  * Apply patch from friendly hurd porters. (Closes: 485931)
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Fri, 18 Jul 2008 00:57:42 +0200
 

Added: trunk/packages/qt4-x11/debian/patches/81_hurd_more_max_path.diff
===================================================================
--- trunk/packages/qt4-x11/debian/patches/81_hurd_more_max_path.diff	                        (rev 0)
+++ trunk/packages/qt4-x11/debian/patches/81_hurd_more_max_path.diff	2008-07-18 00:34:58 UTC (rev 11630)
@@ -0,0 +1,15 @@
+define MAX_PATH if not defined.  This is needed on hurd.
+Patch by Michael Banck
+http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=485931
+
+--- a/src/3rdparty/clucene/src/CLucene/config/compiler.h
++++ b/src/3rdparty/clucene/src/CLucene/config/compiler.h
+@@ -147,7 +147,7 @@
+ #elif defined(_MAX_PATH)
+ #define CL_MAX_PATH _MAX_PATH
+ #else
+- #error "CL_MAX_PATH could not be determined"
++ #define CL_MAX_PATH 4096
+ #endif
+ 
+ //this is the max filename... for now its just the same,

Modified: trunk/packages/qt4-x11/debian/patches/series
===================================================================
--- trunk/packages/qt4-x11/debian/patches/series	2008-07-17 22:57:51 UTC (rev 11629)
+++ trunk/packages/qt4-x11/debian/patches/series	2008-07-18 00:34:58 UTC (rev 11630)
@@ -49,4 +49,5 @@
 72_generic_arch_atomic_header_fix.diff
 73_from4.4.1_no_AAAA_when_ipv6_disabled.diff
 80_hurd_max_path.diff
+81_hurd_more_max_path.diff
 90_gcc43.diff




More information about the pkg-kde-commits mailing list