rev 16911 - in trunk/packages/kdepimlibs/debian: . patches

Pino Toscano pino-guest at alioth.debian.org
Sat Feb 13 14:20:08 UTC 2010


Author: pino-guest
Date: 2010-02-13 14:20:06 +0000 (Sat, 13 Feb 2010)
New Revision: 16911

Added:
   trunk/packages/kdepimlibs/debian/patches/01_hurd_support.diff
Modified:
   trunk/packages/kdepimlibs/debian/changelog
   trunk/packages/kdepimlibs/debian/patches/series
Log:
add patch 01_hurd_support.diff to hopefully fix (even if not in the most elegant way) the compilation on GNU/Hurd


Modified: trunk/packages/kdepimlibs/debian/changelog
===================================================================
--- trunk/packages/kdepimlibs/debian/changelog	2010-02-13 14:08:40 UTC (rev 16910)
+++ trunk/packages/kdepimlibs/debian/changelog	2010-02-13 14:20:06 UTC (rev 16911)
@@ -1,6 +1,8 @@
 kdepimlibs (4:4.4.0-0r1) UNRELEASED; urgency=low
 
   * New upstream release.
+ 
+  [ George Kiagiadakis ]
   * Bump kdelibs5-dev build-dependency to >= 4:4.4.0.
   * Bump libakonadi-dev build-dependency to >= 1.3.0.
   * Drop patch 01_imap4_kioslave_cpu_eater.diff. Included upstream.
@@ -9,10 +11,14 @@
     kdepimlibs5 a transitional package and kill kdepimlibs-data.
   * Adjust descriptions to match KDE's new branding.
 
+  [ Pino Toscano ]
+  * Add patch 01_hurd_support.diff to hopefully fix (even if not in the most
+    elegant way) the compilation on GNU/Hurd.
+
   * TODO: find out what else needs to depend on the kioslaves
     apart from the transitional package.
 
- -- George Kiagiadakis <gkiagiad at csd.uoc.gr>  Mon, 08 Feb 2010 12:47:40 +0200
+ -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Sat, 13 Feb 2010 15:16:59 +0100
 
 kdepimlibs (4:4.3.4-2) unstable; urgency=low
 

Added: trunk/packages/kdepimlibs/debian/patches/01_hurd_support.diff
===================================================================
--- trunk/packages/kdepimlibs/debian/patches/01_hurd_support.diff	                        (rev 0)
+++ trunk/packages/kdepimlibs/debian/patches/01_hurd_support.diff	2010-02-13 14:20:06 UTC (rev 16911)
@@ -0,0 +1,26 @@
+--- a/kholidays/parseholiday.c
++++ b/kholidays/parseholiday.c
+@@ -170,6 +170,10 @@
+ 
+ #include <limits.h>
+ 
++#ifndef PATH_MAX
++# define PATH_MAX 1024
++#endif
++
+ /*** Macro definitions and constants ***/
+ /*
+  * Before you mail and complain that the following macro is incorrect,
+--- a/kholidays/parseholiday.y
++++ b/kholidays/parseholiday.y
+@@ -49,6 +49,10 @@
+ 
+ #include <limits.h>
+ 
++#ifndef PATH_MAX
++# define PATH_MAX 1024
++#endif
++
+ /*** Macro definitions and constants ***/
+ /*
+  * Before you mail and complain that the following macro is incorrect,

Modified: trunk/packages/kdepimlibs/debian/patches/series
===================================================================
--- trunk/packages/kdepimlibs/debian/patches/series	2010-02-13 14:08:40 UTC (rev 16910)
+++ trunk/packages/kdepimlibs/debian/patches/series	2010-02-13 14:20:06 UTC (rev 16911)
@@ -0,0 +1 @@
+01_hurd_support.diff




More information about the pkg-kde-commits mailing list