diff options
author | Alejandro Pulver <alepulver@FreeBSD.org> | 2007-12-17 17:25:30 +0000 |
---|---|---|
committer | Alejandro Pulver <alepulver@FreeBSD.org> | 2007-12-17 17:25:30 +0000 |
commit | 23e5f60e39cc1a4eb1d4edaaa57b9ee30e3a382a (patch) | |
tree | bba3edf24b036471167680ab1259243e8b85b7a6 /sysutils/fusefs-ntfs | |
parent | b9e3656f2ed3937677980f8fe73ea96080fcd238 (diff) | |
download | ports-23e5f60e39cc1a4eb1d4edaaa57b9ee30e3a382a.tar.gz ports-23e5f60e39cc1a4eb1d4edaaa57b9ee30e3a382a.zip |
Notes
Diffstat (limited to 'sysutils/fusefs-ntfs')
-rw-r--r-- | sysutils/fusefs-ntfs/Makefile | 5 | ||||
-rw-r--r-- | sysutils/fusefs-ntfs/distinfo | 6 | ||||
-rw-r--r-- | sysutils/fusefs-ntfs/files/pkg-message.in | 16 | ||||
-rw-r--r-- | sysutils/fusefs-ntfs/pkg-plist | 6 |
4 files changed, 14 insertions, 19 deletions
diff --git a/sysutils/fusefs-ntfs/Makefile b/sysutils/fusefs-ntfs/Makefile index e4d389f2a7bd..8f903b6f0c43 100644 --- a/sysutils/fusefs-ntfs/Makefile +++ b/sysutils/fusefs-ntfs/Makefile @@ -5,7 +5,7 @@ # PORTNAME= ntfs -PORTVERSION= 1.1004 +PORTVERSION= 1.1120 CATEGORIES= sysutils MASTER_SITES= http://www.ntfs-3g.org/ PKGNAMEPREFIX= fusefs- @@ -56,7 +56,4 @@ pre-everything:: @${ECHO_MSG} .endif -post-patch: - @${REINPLACE_CMD} -e 's|,nonempty||' ${WRKSRC}/src/ntfs-3g.c - .include <bsd.port.post.mk> diff --git a/sysutils/fusefs-ntfs/distinfo b/sysutils/fusefs-ntfs/distinfo index 88765fb87986..b089f337db71 100644 --- a/sysutils/fusefs-ntfs/distinfo +++ b/sysutils/fusefs-ntfs/distinfo @@ -1,3 +1,3 @@ -MD5 (ntfs-3g-1.1004.tgz) = 7630c7dc2879078df06ceff680cc04f5 -SHA256 (ntfs-3g-1.1004.tgz) = 5ba8e0b70f3a6d567ac56bcc8107a9d583b43426bb2de3f4996b72e2d8c533bd -SIZE (ntfs-3g-1.1004.tgz) = 576193 +MD5 (ntfs-3g-1.1120.tgz) = 9561f07a6a5faa0fb6615727c0003b26 +SHA256 (ntfs-3g-1.1120.tgz) = ebd934dc538fd2bc343bfdc6a1e7748fb5d2f472afa4df10b733b514d4b77a9c +SIZE (ntfs-3g-1.1120.tgz) = 577005 diff --git a/sysutils/fusefs-ntfs/files/pkg-message.in b/sysutils/fusefs-ntfs/files/pkg-message.in index 130ea297f869..dca459bd96cd 100644 --- a/sysutils/fusefs-ntfs/files/pkg-message.in +++ b/sysutils/fusefs-ntfs/files/pkg-message.in @@ -32,10 +32,7 @@ For example (improves performance over large files, but read below): Alternatively these variables could be set in the shell startup file. For 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. +requires fusefs_enable="YES" to be present in /etc/rc.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 @@ -44,11 +41,12 @@ useful for testing purposes and in practice has no use. Note that higher values for UBLIO_BLOCKSIZE and UBLIO_ITEMS increase the 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). +256KB (currently this is the default). 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. +When doing many simultaneous file operations on FUSE and native (not FUSE) +filesystems sometimes one of them fails: read(2) returns -1 and sets errno to +EAGAIN. The greater UBLIO_BLOCKSIZE is, more chances this has to happen (this +still has to be clarified). ============================================================================== diff --git a/sysutils/fusefs-ntfs/pkg-plist b/sysutils/fusefs-ntfs/pkg-plist index 4219c219bcfb..64d172ef2d70 100644 --- a/sysutils/fusefs-ntfs/pkg-plist +++ b/sysutils/fusefs-ntfs/pkg-plist @@ -1,4 +1,6 @@ bin/ntfs-3g +@exec ln -fs %D/%F /usr/sbin/mount_ntfs-3g +@unexec rm -f /usr/sbin/mount_ntfs-3g include/ntfs-3g/attrib.h include/ntfs-3g/attrlist.h include/ntfs-3g/bitmap.h @@ -30,7 +32,5 @@ include/ntfs-3g/volume.h lib/libntfs-3g.a lib/libntfs-3g.la lib/libntfs-3g.so -lib/libntfs-3g.so.13 +lib/libntfs-3g.so.16 @dirrm include/ntfs-3g -@cwd /usr -sbin/mount_ntfs-3g |