Date: Tue, 30 Oct 2007 03:22:04 +0000 (UTC) From: Alejandro Pulver <alepulver@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/ntfsprogs Makefile pkg-descr pkg-plist ports/sysutils/ntfsprogs/files patch-libntfs-device.c patch-libntfs-device_io.c patch-libntfs-unix_io.c patch-ntfsprogs-Makefile.in pkg-message.in unix_io_raw.c Message-ID: <200710300322.l9U3M4eH094765@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
alepulver 2007-10-30 03:22:04 UTC
FreeBSD ports repository
Modified files:
sysutils/ntfsprogs Makefile pkg-descr pkg-plist
Added files:
sysutils/ntfsprogs/files patch-libntfs-device.c
patch-libntfs-unix_io.c
patch-ntfsprogs-Makefile.in
pkg-message.in
Removed files:
sysutils/ntfsprogs/files patch-libntfs-device_io.c
unix_io_raw.c
Log:
- Bump PORTREVISION.
- 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)
Revision Changes Path
1.31 +45 -19 ports/sysutils/ntfsprogs/Makefile
1.3 +56 -0 ports/sysutils/ntfsprogs/files/patch-libntfs-device.c (new)
1.2 +0 -14 ports/sysutils/ntfsprogs/files/patch-libntfs-device_io.c (dead)
1.1 +624 -0 ports/sysutils/ntfsprogs/files/patch-libntfs-unix_io.c (new)
1.1 +19 -0 ports/sysutils/ntfsprogs/files/patch-ntfsprogs-Makefile.in (new)
1.1 +13 -0 ports/sysutils/ntfsprogs/files/pkg-message.in (new)
1.2 +0 -593 ports/sysutils/ntfsprogs/files/unix_io_raw.c (dead)
1.3 +3 -0 ports/sysutils/ntfsprogs/pkg-descr
1.12 +2 -1 ports/sysutils/ntfsprogs/pkg-plist
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200710300322.l9U3M4eH094765>
