[27641] trunk/dports/fuse/ntfs-3g

source_changes at macosforge.org source_changes at macosforge.org
Fri Aug 10 23:39:24 PDT 2007


Revision: 27641
          http://trac.macosforge.org/projects/macports/changeset/27641
Author:   eridius at macports.org
Date:     2007-08-10 23:39:23 -0700 (Fri, 10 Aug 2007)

Log Message:
-----------
Bump ntfs-3g to 1.710, thanks Simon Ruderich.
Fix ntfs-3g installing in /bin and /lib.
Fixes ticket #12406.

Modified Paths:
--------------
    trunk/dports/fuse/ntfs-3g/Portfile
    trunk/dports/fuse/ntfs-3g/files/patch-ntfs-3g.c

Modified: trunk/dports/fuse/ntfs-3g/Portfile
===================================================================
--- trunk/dports/fuse/ntfs-3g/Portfile	2007-08-11 06:02:12 UTC (rev 27640)
+++ trunk/dports/fuse/ntfs-3g/Portfile	2007-08-11 06:39:23 UTC (rev 27641)
@@ -3,8 +3,7 @@
 PortSystem 1.0
 
 name                ntfs-3g
-version             1.616
-revision            1
+version             1.710
 categories          fuse
 platforms           darwin
 maintainers         eridius at macports.org
@@ -20,14 +19,16 @@
 extract.suffix      .tgz
 
 master_sites        $homepage
-checksums           $distfiles md5 fdb1c55f00263c962a52d0707a6d075e \
-                               sha1 abf89d14aaeb6dbe27630c3ef275fabc02f940b0
+checksums           $distfiles md5 d42e8d59daca61f5725ea97a08a12142 \
+                               sha1 d30ed61c895c5bc6f5459165f0dd23d1b938d8e9
 
 livecheck.check     regex
 livecheck.regex     {<a href="ntfs-3g-(.+?)\.tgz">}
 
 depends_lib         port:libfuse port:pkgconfig
 
+configure.args      --exec-prefix=${prefix}
+
 platform darwin {
     depends_run         port:fusefs
     # patch_sites         http://macfuse.googlecode.com/svn/tags/macfuse-0.2.2/filesystems/ntfs-3g/
@@ -46,6 +47,6 @@
     # ntfs-3g symlinks /sbin/mount.ntfs-3g to ${prefix}/bin/ntfs-3g
     # but on darwin mount wants mount_* instead of mount.*
     file rename -- ${destroot}/sbin/mount.ntfs-3g ${destroot}/sbin/mount_ntfs-3g
-    file rename -- ${destroot}${prefix}/man/man8/mount.ntfs-3g.8 \
-                   ${destroot}${prefix}/man/man8/mount_ntfs-3g.8
+    file rename -- ${destroot}${prefix}/share/man/man8/mount.ntfs-3g.8 \
+                   ${destroot}${prefix}/share/man/man8/mount_ntfs-3g.8
 }

Modified: trunk/dports/fuse/ntfs-3g/files/patch-ntfs-3g.c
===================================================================
--- trunk/dports/fuse/ntfs-3g/files/patch-ntfs-3g.c	2007-08-11 06:02:12 UTC (rev 27640)
+++ trunk/dports/fuse/ntfs-3g/files/patch-ntfs-3g.c	2007-08-11 06:39:23 UTC (rev 27641)
@@ -1,15 +1,15 @@
---- src/ntfs-3g.c.old	2007-06-20 00:20:09.000000000 -0700
-+++ src/ntfs-3g.c	2007-06-20 00:21:06.000000000 -0700
-@@ -2157,7 +2157,11 @@
- 	fstype = get_fuse_fstype();
- 	if (fstype == FSTYPE_NONE || fstype == FSTYPE_UNKNOWN)
+--- src/ntfs-3g.c.old	2007-07-10 00:25:15.000000000 +0200
++++ src/ntfs-3g.c	2007-08-09 14:58:09.000000000 +0200
+@@ -2170,7 +2170,11 @@
  		fstype = load_fuse_module();
+ 	
+ 	create_dev_fuse();
 -#endif	
 +#else
 +#if (__FreeBSD__ >= 10)
 +	fstype = FSTYPE_FUSE;
 +#endif
 +#endif
- 	create_dev_fuse();
  	
  	if (stat(opts.device, &sbuf)) {
+ 		ntfs_log_perror("Failed to access '%s'", opts.device);

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070810/6ab57d2c/attachment.html


More information about the macports-changes mailing list