From owner-cvs-all@FreeBSD.ORG Sat Feb 16 18:05:39 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1A83216A419; Sat, 16 Feb 2008 18:05:39 +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 00F0E13C4D1; Sat, 16 Feb 2008 18:05:39 +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 m1GI5cPv021598; Sat, 16 Feb 2008 18:05:38 GMT (envelope-from alepulver@repoman.freebsd.org) Received: (from alepulver@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1GI5c18021597; Sat, 16 Feb 2008 18:05:38 GMT (envelope-from alepulver) Message-Id: <200802161805.m1GI5c18021597@repoman.freebsd.org> From: Alejandro Pulver Date: Sat, 16 Feb 2008 18:05:38 +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-kmod Makefile distinfo ports/sysutils/fusefs-kmod/files fusefs.in patch-fuse_io.c patch-fuse_module_Makefile patch-fuse_module_fuse.h patch-fuse_vfsops.c patch-fuse_vnops.c patch-mount_fusefs-mount_fusefs.c pkg-message.in ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 Feb 2008 18:05:39 -0000 alepulver 2008-02-16 18:05:38 UTC FreeBSD ports repository Modified files: sysutils/fusefs-kmod Makefile distinfo sysutils/fusefs-kmod/files fusefs.in pkg-message.in Added files: sysutils/fusefs-kmod/files setup.sh.in Removed files: sysutils/fusefs-kmod/files patch-fuse_io.c patch-fuse_module_Makefile patch-fuse_module_fuse.h patch-fuse_vfsops.c patch-fuse_vnops.c patch-mount_fusefs-mount_fusefs.c setup.sh Log: From [1]: - Update to version 0.3.9-pre1.20080208 (agreed with author). - Download directly from the Mercurial reposirory (as tarball), to ease maintainence. - Remove all local patches as they were integrated. - Convert setup.sh into setup.sh.in, and use SUB_FILES instead of manual replacement. - Use kldload instead of rc.d script in setup.sh.in because the latter gives an error. - Remove "sleep 1" from rc.d script as now the FUSE daemon makes umount wait until disks are synced (synchronous unmount). - Update pkg-message. From [2]: - Pass SRC_BASE to the actual build (previously was only used by the port to detect if the source was installed, but not passed to the internal Makefile). PR: ports/120420 [1], ports/118112 [2] Submitted by: alepulver [1], Yuri Pankov [2] Approved by: maintainer (timeout) [1], maintainer [2] Revision Changes Path 1.19 +17 -16 ports/sysutils/fusefs-kmod/Makefile 1.6 +3 -3 ports/sysutils/fusefs-kmod/distinfo 1.6 +4 -4 ports/sysutils/fusefs-kmod/files/fusefs.in 1.3 +0 -35 ports/sysutils/fusefs-kmod/files/patch-fuse_io.c (dead) 1.5 +0 -18 ports/sysutils/fusefs-kmod/files/patch-fuse_module_Makefile (dead) 1.4 +0 -36 ports/sysutils/fusefs-kmod/files/patch-fuse_module_fuse.h (dead) 1.3 +0 -108 ports/sysutils/fusefs-kmod/files/patch-fuse_vfsops.c (dead) 1.3 +0 -211 ports/sysutils/fusefs-kmod/files/patch-fuse_vnops.c (dead) 1.3 +0 -21 ports/sysutils/fusefs-kmod/files/patch-mount_fusefs-mount_fusefs.c (dead) 1.3 +2 -3 ports/sysutils/fusefs-kmod/files/pkg-message.in 1.3 +0 -52 ports/sysutils/fusefs-kmod/files/setup.sh (dead) 1.1 +52 -0 ports/sysutils/fusefs-kmod/files/setup.sh.in (new)