FreeBSD Bugzilla – Attachment 92482 Details for
Bug 130142
[PATCH] sysutils/mtpfs: update to 0.9
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
mtpfs-0.9.patch
mtpfs-0.9.patch (text/plain), 2.34 KB, created by
chinsan
on 2009-01-03 20:00:12 UTC
(
hide
)
Description:
mtpfs-0.9.patch
Filename:
MIME Type:
Creator:
chinsan
Created:
2009-01-03 20:00:12 UTC
Size:
2.34 KB
patch
obsolete
>diff -ruN --exclude=CVS /usr/ports/sysutils/mtpfs/Makefile /usr/home/tinderbox/portstrees/FreeBSD/ports/sysutils/mtpfs/Makefile >--- /usr/ports/sysutils/mtpfs/Makefile 2008-06-09 22:49:27.000000000 +0800 >+++ /usr/home/tinderbox/portstrees/FreeBSD/ports/sysutils/mtpfs/Makefile 2009-01-04 03:02:46.000000000 +0800 >@@ -6,8 +6,7 @@ > # > > PORTNAME= mtpfs >-PORTVERSION= 0.6 >-PORTREVISION= 4 >+PORTVERSION= 0.9 > CATEGORIES= sysutils > MASTER_SITES= http://www.adebenham.com/mtpfs/ > >diff -ruN --exclude=CVS /usr/ports/sysutils/mtpfs/distinfo /usr/home/tinderbox/portstrees/FreeBSD/ports/sysutils/mtpfs/distinfo >--- /usr/ports/sysutils/mtpfs/distinfo 2007-09-08 13:11:27.000000000 +0800 >+++ /usr/home/tinderbox/portstrees/FreeBSD/ports/sysutils/mtpfs/distinfo 2009-01-04 03:02:51.000000000 +0800 >@@ -1,3 +1,3 @@ >-MD5 (mtpfs-0.6.tar.gz) = d81202b04b621334952d42527ee1c8e7 >-SHA256 (mtpfs-0.6.tar.gz) = be5245d779aaa8dbec6844ae3f62dfa236957c3444607f7387528ad5125a61a3 >-SIZE (mtpfs-0.6.tar.gz) = 91014 >+MD5 (mtpfs-0.9.tar.gz) = 70adfdbef3b228f7f6db4c01a08cf29a >+SHA256 (mtpfs-0.9.tar.gz) = 828e82955232155380b243348eb16cb5f6acfe02ddbf97222308b2fc2dcb1d09 >+SIZE (mtpfs-0.9.tar.gz) = 95038 >diff -ruN --exclude=CVS /usr/ports/sysutils/mtpfs/files/patch-mtpfs.h /usr/home/tinderbox/portstrees/FreeBSD/ports/sysutils/mtpfs/files/patch-mtpfs.h >--- /usr/ports/sysutils/mtpfs/files/patch-mtpfs.h 2007-09-08 13:10:39.000000000 +0800 >+++ /usr/home/tinderbox/portstrees/FreeBSD/ports/sysutils/mtpfs/files/patch-mtpfs.h 2009-01-04 03:05:35.000000000 +0800 >@@ -1,22 +1,23 @@ >---- mtpfs.h.orig Sun Jul 1 11:45:49 2007 >-+++ mtpfs.h Sun Jul 1 11:46:22 2007 >-@@ -18,7 +18,9 @@ >+--- mtpfs.h.orig 2009-01-04 03:03:56.000000000 +0800 >++++ mtpfs.h 2009-01-04 03:05:16.000000000 +0800 >+@@ -18,8 +18,9 @@ > #include <fcntl.h> > #include <dirent.h> > #include <errno.h> > -#include <sys/statfs.h> >+- > +#include <sys/param.h> > +#include <sys/mount.h> > +#include <sys/statvfs.h> >- > #include <libmtp.h> > #include <glib.h> >-@@ -48,7 +50,7 @@ >+ #include <id3tag.h> >+@@ -49,7 +50,7 @@ > static int mtpfs_unlink (const gchar * path); > static int mtpfs_mkdir (const char *path, mode_t mode); > static int mtpfs_rmdir (const char *path); > -static int mtpfs_statfs (const char *path, struct statfs *stbuf); > +static int mtpfs_statfs (const char *path, struct statvfs *stbuf); >+ int calc_length(int f); > > >- static LIBMTP_mtpdevice_t *device;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 130142
: 92482