aboutsummaryrefslogtreecommitdiff
path: root/sysutils/fusefs-ntfs
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2014-02-12 18:08:19 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2014-02-12 18:08:19 +0000
commitf4ef5f71452188b389897e95deb3f239df7a242a (patch)
tree64e24c65e6d2ca8b76202265c740d8827963a905 /sysutils/fusefs-ntfs
parent0eb3cba9371c3afc1f083451d7ae4a834a74df88 (diff)
Notes
Diffstat (limited to 'sysutils/fusefs-ntfs')
-rw-r--r--sysutils/fusefs-ntfs/Makefile1
-rw-r--r--sysutils/fusefs-ntfs/files/README.FreeBSD13
2 files changed, 1 insertions, 13 deletions
diff --git a/sysutils/fusefs-ntfs/Makefile b/sysutils/fusefs-ntfs/Makefile
index af6b92fd0d8c..75de4e0ac0ed 100644
--- a/sysutils/fusefs-ntfs/Makefile
+++ b/sysutils/fusefs-ntfs/Makefile
@@ -3,6 +3,7 @@
PORTNAME= ntfs
PORTVERSION= 2012.1.15
+PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= http://tuxera.com/opensource/
PKGNAMEPREFIX= fusefs-
diff --git a/sysutils/fusefs-ntfs/files/README.FreeBSD b/sysutils/fusefs-ntfs/files/README.FreeBSD
index 840eebafcbad..121ae9f66664 100644
--- a/sysutils/fusefs-ntfs/files/README.FreeBSD
+++ b/sysutils/fusefs-ntfs/files/README.FreeBSD
@@ -56,19 +56,6 @@ instead of "ntfs", and the additional "late" parameter is required. Example:
/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
==============================================================================