From owner-cvs-ports@FreeBSD.ORG Tue Sep 11 17:58:24 2007 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C282616A51A; Tue, 11 Sep 2007 17:58:24 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E493B13C581; Tue, 11 Sep 2007 17:58:15 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8BHw6wE040976; Tue, 11 Sep 2007 17:58:06 GMT (envelope-from alepulver@repoman.freebsd.org) Received: (from alepulver@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8BHw6Op040975; Tue, 11 Sep 2007 17:58:06 GMT (envelope-from alepulver) Message-Id: <200709111758.l8BHw6Op040975@repoman.freebsd.org> From: Alejandro Pulver Date: Tue, 11 Sep 2007 17:58:05 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/fusefs-ntfs Makefile distinfo pkg-plist ports/sysutils/fusefs-ntfs/files extra-patch-ublio patch-libntfs-3g__unix_io.c patch-src-Makefile.in pkg-message.in X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Sep 2007 17:58:24 -0000 alepulver 2007-09-11 17:58:05 UTC FreeBSD ports repository Modified files: sysutils/fusefs-ntfs Makefile distinfo pkg-plist sysutils/fusefs-ntfs/files extra-patch-ublio patch-libntfs-3g__unix_io.c patch-src-Makefile.in pkg-message.in Log: - Bump PORTREVISION. - Depend on devel/libublio instead of fetching sources and integrating them. - Install symlink in /usr/sbin/mount_ntfs-3g, to allow using with 'mount -t ntfs-3g' and in /etc/fstab, after mounting /usr. - Change default UBLIO_BLOCKSIZE value to 262144. - Update pkg-message, with notes about the mount_ntfs-3g symlink, and about problems with many simultaneous operations (not ublio's problem, but incremented when used with a larger blocksize). Revision Changes Path 1.19 +6 -12 ports/sysutils/fusefs-ntfs/Makefile 1.10 +0 -3 ports/sysutils/fusefs-ntfs/distinfo 1.2 +11 -55 ports/sysutils/fusefs-ntfs/files/extra-patch-ublio 1.4 +1 -1 ports/sysutils/fusefs-ntfs/files/patch-libntfs-3g__unix_io.c 1.4 +14 -6 ports/sysutils/fusefs-ntfs/files/patch-src-Makefile.in 1.3 +9 -1 ports/sysutils/fusefs-ntfs/files/pkg-message.in 1.5 +2 -0 ports/sysutils/fusefs-ntfs/pkg-plist