diff options
author | alepulver <alepulver@FreeBSD.org> | 2007-10-26 08:10:37 +0800 |
---|---|---|
committer | alepulver <alepulver@FreeBSD.org> | 2007-10-26 08:10:37 +0800 |
commit | fc4de6200fb102e354e08e1d15d777849aa739e6 (patch) | |
tree | 8fc0d9d86be4119a5b1dbb3a162050a7e1c24fcf | |
parent | 11ce765f3a39e4ba79defe5b49a4269790ea3073 (diff) | |
download | freebsd-ports-gnome-fc4de6200fb102e354e08e1d15d777849aa739e6.tar.gz freebsd-ports-gnome-fc4de6200fb102e354e08e1d15d777849aa739e6.tar.zst freebsd-ports-gnome-fc4de6200fb102e354e08e1d15d777849aa739e6.zip |
- Update to version 1.1004.
- Improve pkg-message (note about using in /etc/fstab).
-rw-r--r-- | sysutils/fusefs-ntfs/Makefile | 2 | ||||
-rw-r--r-- | sysutils/fusefs-ntfs/distinfo | 6 | ||||
-rw-r--r-- | sysutils/fusefs-ntfs/files/pkg-message.in | 15 | ||||
-rw-r--r-- | sysutils/fusefs-ntfs/pkg-plist | 2 |
4 files changed, 15 insertions, 10 deletions
diff --git a/sysutils/fusefs-ntfs/Makefile b/sysutils/fusefs-ntfs/Makefile index 567ad9f73307..e4d389f2a7bd 100644 --- a/sysutils/fusefs-ntfs/Makefile +++ b/sysutils/fusefs-ntfs/Makefile @@ -5,7 +5,7 @@ # PORTNAME= ntfs -PORTVERSION= 1.913 +PORTVERSION= 1.1004 CATEGORIES= sysutils MASTER_SITES= http://www.ntfs-3g.org/ PKGNAMEPREFIX= fusefs- diff --git a/sysutils/fusefs-ntfs/distinfo b/sysutils/fusefs-ntfs/distinfo index cfa3e62ff1df..88765fb87986 100644 --- a/sysutils/fusefs-ntfs/distinfo +++ b/sysutils/fusefs-ntfs/distinfo @@ -1,3 +1,3 @@ -MD5 (ntfs-3g-1.913.tgz) = d8093ce011683b39a683a948f94ce33a -SHA256 (ntfs-3g-1.913.tgz) = 47701041d2bbdf6339eab19671831eff8ba8de33c5be0ae02c4d89f0ea6f5065 -SIZE (ntfs-3g-1.913.tgz) = 576174 +MD5 (ntfs-3g-1.1004.tgz) = 7630c7dc2879078df06ceff680cc04f5 +SHA256 (ntfs-3g-1.1004.tgz) = 5ba8e0b70f3a6d567ac56bcc8107a9d583b43426bb2de3f4996b72e2d8c533bd +SIZE (ntfs-3g-1.1004.tgz) = 576193 diff --git a/sysutils/fusefs-ntfs/files/pkg-message.in b/sysutils/fusefs-ntfs/files/pkg-message.in index 3c098398c9f8..130ea297f869 100644 --- a/sysutils/fusefs-ntfs/files/pkg-message.in +++ b/sysutils/fusefs-ntfs/files/pkg-message.in @@ -30,8 +30,12 @@ For example (improves performance over large files, but read below): # env UBLIO_BLOCKSIZE=2097152 ntfs-3g /dev/ad0s1 /mnt Alternatively these variables could be set in the shell startup file. For -example if you are using it in /etc/fstab add it to /etc/profile. In that -case, use "ntfs-3g" as the type. +example if you are using it in /etc/fstab add them to /etc/profile. In that +case, use "ntfs-3g" as the type and add the "late" parameter. Note that this +requires the "fuse" module to be loaded, that can be done either with: + +- Adding fusefs_enable="YES" to /etc/rc.conf. +- Adding fuse_load="YES" to /boot/loader.conf. It is also possible to enforce block aligned I/O on regular files by setting the FORCE_ALIGNED_IO variable (it will be set to 512 bytes), but this is only @@ -42,8 +46,9 @@ memory usage by their product in bytes. For example, if you set it to 1MB it would consume 64MB. To decrease it to 16MB you could set UBLIO_BLOCKSIZE to 256KB (currently this is the default). -When doing many simultaneous file operations sometimes one of them fails. The -greater UBLIO_BLOCKSIZE is, more chances this has to happen. Small values like -4096 can be used and also perform fine. +When doing many simultaneous file operations sometimes one of them fails. For +example, read(2) returns -1 and sets errno to EAGAIN. The greater +UBLIO_BLOCKSIZE is, more chances this has to happen. Small values like 4096 +can be used and also perform fine. This still has to be checked. ============================================================================== diff --git a/sysutils/fusefs-ntfs/pkg-plist b/sysutils/fusefs-ntfs/pkg-plist index 0c3a8048ba0c..4219c219bcfb 100644 --- a/sysutils/fusefs-ntfs/pkg-plist +++ b/sysutils/fusefs-ntfs/pkg-plist @@ -30,7 +30,7 @@ include/ntfs-3g/volume.h lib/libntfs-3g.a lib/libntfs-3g.la lib/libntfs-3g.so -lib/libntfs-3g.so.12 +lib/libntfs-3g.so.13 @dirrm include/ntfs-3g @cwd /usr sbin/mount_ntfs-3g |