r9643 - in packages/trunk/libphysfs/debian: . patches

Patrick Matthäi pmatthaei at alioth.debian.org
Sat Apr 25 11:46:03 UTC 2009


Author: pmatthaei
Date: 2009-04-25 11:46:03 +0000 (Sat, 25 Apr 2009)
New Revision: 9643

Added:
   packages/trunk/libphysfs/debian/patches/03_hurd-ftbfs.diff
Modified:
   packages/trunk/libphysfs/debian/changelog
Log:
* Experimental patch to fix #493916.


Modified: packages/trunk/libphysfs/debian/changelog
===================================================================
--- packages/trunk/libphysfs/debian/changelog	2009-04-24 21:29:40 UTC (rev 9642)
+++ packages/trunk/libphysfs/debian/changelog	2009-04-25 11:46:03 UTC (rev 9643)
@@ -1,8 +1,9 @@
 libphysfs (2.0.0-3) UNRELEASED; urgency=low
 
   * Change my email address.
+  * Experimental patch to fix #493916.
 
- -- Patrick Matthäi <pmatthaei at debian.org>  Mon, 20 Apr 2009 19:32:32 +0200
+ -- Patrick Matthäi <pmatthaei at debian.org>  Sat, 25 Apr 2009 13:45:25 +0200
 
 libphysfs (2.0.0-2) unstable; urgency=low
 
@@ -10,7 +11,7 @@
   * Upload new upstream to unstable.
     + New binaries for testing physfs added to -dev package.
   * Add Provides, Conflicts, and Replaces for libphysfs-1.0-0.
-    + ABI compatible with previous version so symlink libphysfs-1.0-0 
+    + ABI compatible with previous version so symlink libphysfs-1.0-0
       to the new library.
   * Drop 02_soname.patch, no longer needed.
 

Added: packages/trunk/libphysfs/debian/patches/03_hurd-ftbfs.diff
===================================================================
--- packages/trunk/libphysfs/debian/patches/03_hurd-ftbfs.diff	                        (rev 0)
+++ packages/trunk/libphysfs/debian/patches/03_hurd-ftbfs.diff	2009-04-25 11:46:03 UTC (rev 9643)
@@ -0,0 +1,14 @@
+diff -Naur libphysfs-2.0.0.orig/platform/unix.c libphysfs-2.0.0/platform/unix.c
+--- libphysfs-2.0.0.orig/platform/unix.c	2009-04-25 13:37:08.000000000 +0200
++++ libphysfs-2.0.0/platform/unix.c	2009-04-25 13:39:33.000000000 +0200
+@@ -6,6 +6,10 @@
+  *  This file written by Ryan C. Gordon.
+  */
+ 
++#ifndef MAXPATHLEN
++	#define MAXPATHLEN 1024
++#endif
++
+ #define __PHYSICSFS_INTERNAL__
+ #include "physfs_platforms.h"
+ 




More information about the Pkg-games-commits mailing list