r20987 - in /desktop/unstable/yelp/debian: changelog patches/10_hurd_path-max.patch patches/series

joss at users.alioth.debian.org joss at users.alioth.debian.org
Tue Aug 18 16:48:20 UTC 2009


Author: joss
Date: Tue Aug 18 16:48:20 2009
New Revision: 20987

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=20987
Log:
10_hurd_path-max.patch: new patch. Fix build on hurd.
Closes: #531073.

Added:
    desktop/unstable/yelp/debian/patches/10_hurd_path-max.patch
Modified:
    desktop/unstable/yelp/debian/changelog
    desktop/unstable/yelp/debian/patches/series

Modified: desktop/unstable/yelp/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/yelp/debian/changelog?rev=20987&op=diff
==============================================================================
--- desktop/unstable/yelp/debian/changelog [utf-8] (original)
+++ desktop/unstable/yelp/debian/changelog [utf-8] Tue Aug 18 16:48:20 2009
@@ -1,3 +1,10 @@
+yelp (2.26.0-3) UNRELEASED; urgency=low
+
+  * 10_hurd_path-max.patch: new patch. Fix build on hurd.
+    Closes: #531073.
+
+ -- Josselin Mouette <joss at debian.org>  Tue, 18 Aug 2009 18:48:00 +0200
+
 yelp (2.26.0-2) unstable; urgency=low
 
   * 04_use_doc-base.patch: disable for now, it’s really too slow to be 

Added: desktop/unstable/yelp/debian/patches/10_hurd_path-max.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/yelp/debian/patches/10_hurd_path-max.patch?rev=20987&op=file
==============================================================================
--- desktop/unstable/yelp/debian/patches/10_hurd_path-max.patch (added)
+++ desktop/unstable/yelp/debian/patches/10_hurd_path-max.patch [utf-8] Tue Aug 18 16:48:20 2009
@@ -1,0 +1,16 @@
+Index: yelp-2.26.0/src/yelp-gecko-utils.cpp
+===================================================================
+--- yelp-2.26.0.orig/src/yelp-gecko-utils.cpp	2009-08-18 18:47:23.409541197 +0200
++++ yelp-2.26.0/src/yelp-gecko-utils.cpp	2009-08-18 18:47:48.157538432 +0200
+@@ -216,7 +216,11 @@ yelp_gecko_init (void)
+     "1.9a", PR_TRUE,
+     "2", PR_TRUE
+     };
++#ifdef PATH_MAX
+     char xpcomLocation[PATH_MAX];
++#else
++    char xpcomLocation[4096];
++#endif
+     rv = GRE_GetGREPathWithProperties(&greVersion, 1, nsnull, 0, xpcomLocation, sizeof (xpcomLocation));
+     NS_ENSURE_SUCCESS (rv, FALSE);
+ 

Modified: desktop/unstable/yelp/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/yelp/debian/patches/series?rev=20987&op=diff
==============================================================================
--- desktop/unstable/yelp/debian/patches/series [utf-8] (original)
+++ desktop/unstable/yelp/debian/patches/series [utf-8] Tue Aug 18 16:48:20 2009
@@ -2,4 +2,5 @@
 03_info_crasher.patch
 #04_use_doc-base.patch
 06_text_plain.patch
+10_hurd_path-max.patch
 70_autotools.patch




More information about the pkg-gnome-commits mailing list