pkgsrc-Bulk archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkgsrc and DragonFly current DragonFly 2.9/x86_64 2011-03-11 15:00



> sysutils/mc                                  vle%gmx.net@localhost

Please apply the patch in attachement.
It solves the problem.

Index: distinfo
===================================================================
RCS file: /cvsroot/pkgsrc/sysutils/mc/distinfo,v
retrieving revision 1.20
diff -u -r1.20 distinfo
--- distinfo    23 Jan 2011 14:36:10 -0000      1.20
+++ distinfo    27 Mar 2011 18:11:32 -0000
@@ -9,3 +9,4 @@
 SHA1 (patch-ad) = 4484b91511cf5bac73f4ae940988d46239e2cd95
 SHA1 (patch-ae) = b25734f82e46a92eb2a6d6590b0f7524f63040b3
 SHA1 (patch-af) = cff069eb20a5df7095805e800a141f8bb1d94c7d
+SHA1 (patch-lib_vfs_mc-vfs_vfs.c) = fba1051dc6935444207d1ca7ff49460c5ba8150e
Index: patches/patch-lib_vfs_mc-vfs_vfs.c
===================================================================
RCS file: patches/patch-lib_vfs_mc-vfs_vfs.c
diff -N patches/patch-lib_vfs_mc-vfs_vfs.c
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ patches/patch-lib_vfs_mc-vfs_vfs.c  27 Mar 2011 18:11:32 -0000
@@ -0,0 +1,16 @@
+$NetBSD$
+
+http://www.midnight-commander.org/ticket/2516
+--- lib/vfs/mc-vfs/vfs.c.orig  2010-11-08 11:46:13 +0000
++++ lib/vfs/mc-vfs/vfs.c
+@@ -74,6 +74,10 @@
+ #  define NAME_MAX FILENAME_MAX
+ #endif
+ 
++#ifndef MAXNAMLEN
++#define MAXNAMLEN PATH_MAX
++#endif
++
+ /** They keep track of the current directory */
+ static struct vfs_class *current_vfs;
+ static char *current_dir;
-- 
Best regards, Aleksey Cheusov.


Home | Main Index | Thread Index | Old Index