svn commit: r343948 - in head/sysutils/fusefs-ntfs: . files

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Feb 12 18:08:20 UTC 2014


Author: amdmi3
Date: Wed Feb 12 18:08:19 2014
New Revision: 343948
URL: http://svnweb.freebsd.org/changeset/ports/343948
QAT: https://qat.redports.org/buildarchive/r343948/

Log:
  - Remove deprecated documentation bit related to FreeBSD 7.x

Modified:
  head/sysutils/fusefs-ntfs/Makefile
  head/sysutils/fusefs-ntfs/files/README.FreeBSD

Modified: head/sysutils/fusefs-ntfs/Makefile
==============================================================================
--- head/sysutils/fusefs-ntfs/Makefile	Wed Feb 12 18:00:16 2014	(r343947)
+++ head/sysutils/fusefs-ntfs/Makefile	Wed Feb 12 18:08:19 2014	(r343948)
@@ -3,6 +3,7 @@
 
 PORTNAME=	ntfs
 PORTVERSION=	2012.1.15
+PORTREVISION=	1
 CATEGORIES=	sysutils
 MASTER_SITES=	http://tuxera.com/opensource/
 PKGNAMEPREFIX=	fusefs-

Modified: head/sysutils/fusefs-ntfs/files/README.FreeBSD
==============================================================================
--- head/sysutils/fusefs-ntfs/files/README.FreeBSD	Wed Feb 12 18:00:16 2014	(r343947)
+++ head/sysutils/fusefs-ntfs/files/README.FreeBSD	Wed Feb 12 18:08:19 2014	(r343948)
@@ -56,19 +56,6 @@ instead of "ntfs", and the additional "l
 
 /dev/ad4s1		/wxp		ntfs-3g	rw,late		0	0
 
-Note that in FreeBSD 7.x, mount(8) has a fixed (hard coded) list of external
-mount_XXX programs that can be called, so to make this work you have to do one
-of the following:
-
-1. Rename /sbin/mount_ntfs, symlink ntfs-3g as the former, and use just "ntfs"
-   as the type in /etc/fstab.
-   $ mv /sbin/mount_ntfs /sbin/mount_ntfs-kern
-   $ ln -s /usr/sbin/mount_ntfs-3g /usr/sbin/mount_ntfs
-2. Apply a patch to src/sbin/mount/mount.c to add "ntfs-3g" as a valid type.
-3. Apply a patch to src/sbin/mount/mount.c to make it work like in 6.x (better
-   than the previous one as will allow any external type). It can be found at:
-   http://people.freebsd.org/~alepulver/current-7.0-mount.diff
-
 ==============================================================================
 4. Ublio configuration
 ==============================================================================


More information about the svn-ports-head mailing list