summaryrefslogtreecommitdiff
path: root/sysutils/ntfsprogs/files/patch-libntfs-device.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix mkntfsMax Brazhnikov2011-03-171-24/+123
| | | | | | | | | | | | Replace Vista's $UpCase file by a Windows XP one Pass maintainership to submitter Remove md5 sum while I'm here PR: ports/144852 Submitted by: Samuel Martin Moro <faust64 at gmail.com> Notes: svn path=/head/; revision=271142
* - Bump PORTREVISION.Alejandro Pulver2007-10-301-0/+56
| | | | | | | | | | | | | | | | | | | | | - Remove FreeBSD 4.x code (USE_GCC=3.4+, USE_GETOPT_LONG and BROKEN). - Use ARCH instead of MACHINE_ARCH for possible future cross-compilation support. - Add UBLIO option, which uses devel/libublio for greatly improved speed (when reading an NTFS volume). Also print a warning when disabling UBLIO. - Add pkg-message mentioning UBLIO and this port's limitations. - Change mount.ntfs-fuse -> mount_ntfs-fuse manpage link and symlink to the binary in /usr/sbin to allow using with 'mount -t ntfs-fuse' and in /etc/fstab after mounting /usr. - Add a note in pkg-descr about the fusefs driver and ntfs-3g split project. - Add LOCK option to avoid access to the device while it's mounted. PR: ports/116287 Submitted by: alepulver (myself) Approved by: miwi, farrokhi (implicitly to miwi) Notes: svn path=/head/; revision=202394
* - Fix mkntfs by providing device io module that always reads/writeMax Khon2006-12-131-15/+0
| | | | | | | | | | | blocksize-aligned blocks - Remove several now unnecessary hacks - Bump PORTREVISION Approved by: MAINTAINER Notes: svn path=/head/; revision=179674
* - Update to 1.13.0Pav Lucistnik2006-05-051-0/+15
PR: ports/96744 Submitted by: Martin Matuska <martin@matuska.org> Notes: svn path=/head/; revision=161395