- Remove unneeded checks of OSVERSION since they are in the corresponding dependencies. - Add OPTIONS: LOCK and UBLIO. See my mail to freebsd-ports@ entitled "[HEADS UP] ntfs-3g: better performance with libublio". Also, is "ONLY_FOR_ARCHS=i386 amd64" needed? In that case, please add ONLY_FOR_ARCHS_REASON saying why.
Responsible Changed From-To: freebsd-ports-bugs->fjoe Over to maintainer
alepulver 2007-06-07 04:01:33 UTC FreeBSD ports repository Modified files: sysutils/fusefs-ntfs Makefile distinfo Added files: sysutils/fusefs-ntfs/files extra-patch-ublio patch-libntfs-3g__device.c patch-libntfs-3g__unix_io.c pkg-message.in Removed files: sysutils/fusefs-ntfs/files patch-libntfs-3g-device_io.c patch-src-ntfs-3g.c unix_io_raw.c Log: - Bump PORTREVISION. - Remove unneeded checks of OSVERSION since they are in the corresponding dependencies. - Add OPTIONS: LOCK and UBLIO. See: www.mail-archive.com/ macfuse-devel@googlegroups.com/msg00053.html PR: ports/112402 Submitted by: alepulver (myself) Approved by: fjoe (maintainer, timeout: 1 month) Revision Changes Path 1.11 +37 -11 ports/sysutils/fusefs-ntfs/Makefile 1.7 +3 -0 ports/sysutils/fusefs-ntfs/distinfo 1.1 +69 -0 ports/sysutils/fusefs-ntfs/files/extra-patch-ublio (new) 1.2 +0 -14 ports/sysutils/fusefs-ntfs/files/patch-libntfs-3g-device_io.c (dead) 1.1 +56 -0 ports/sysutils/fusefs-ntfs/files/patch-libntfs-3g__device.c (new) 1.1 +631 -0 ports/sysutils/fusefs-ntfs/files/patch-libntfs-3g__unix_io.c (new) 1.2 +0 -11 ports/sysutils/fusefs-ntfs/files/patch-src-ntfs-3g.c (dead) 1.1 +37 -0 ports/sysutils/fusefs-ntfs/files/pkg-message.in (new) 1.4 +0 -587 ports/sysutils/fusefs-ntfs/files/unix_io_raw.c (dead) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!