From owner-cvs-ports@FreeBSD.ORG Thu Aug 23 14:41:40 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 A206A16A46C; Thu, 23 Aug 2007 14:41:40 +0000 (UTC) (envelope-from fjoe@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 8DE3013C45D; Thu, 23 Aug 2007 14:41:40 +0000 (UTC) (envelope-from fjoe@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 l7NEfeee017925; Thu, 23 Aug 2007 14:41:40 GMT (envelope-from fjoe@repoman.freebsd.org) Received: (from fjoe@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l7NEfeXV017924; Thu, 23 Aug 2007 14:41:40 GMT (envelope-from fjoe) Message-Id: <200708231441.l7NEfeXV017924@repoman.freebsd.org> From: Max Khon Date: Thu, 23 Aug 2007 14:41:39 +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 ports/sysutils/fusefs-ntfs/files patch-libntfs-3g__unix_io.c 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: Thu, 23 Aug 2007 14:41:40 -0000 fjoe 2007-08-23 14:41:39 UTC FreeBSD ports repository Modified files: sysutils/fusefs-ntfs Makefile sysutils/fusefs-ntfs/files patch-libntfs-3g__unix_io.c pkg-message.in Log: - Remove ONLY_FOR_ARCHS to see what happens (they say in the website it's more portable now). - Install manpages into ${MANPREFIX}/man, not ${PREFIX}/share/man. - Bring back IGNORE for FreeBSD < 600000 (all fusefs-* ports have it, and the build would succeed but installation of dependencies would fail). - Add a note in pkg-message about memory usage, and make a gramatical correction. - Avoid calling fsync() twice. PR: 115088 Submitted by: alepulver@ Revision Changes Path 1.14 +5 -2 ports/sysutils/fusefs-ntfs/Makefile 1.3 +16 -16 ports/sysutils/fusefs-ntfs/files/patch-libntfs-3g__unix_io.c 1.2 +6 -3 ports/sysutils/fusefs-ntfs/files/pkg-message.in