From owner-svn-ports-head@freebsd.org Sun Mar 20 15:19:37 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 68730AD77ED; Sun, 20 Mar 2016 15:19:37 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1AF8380F; Sun, 20 Mar 2016 15:19:37 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2KFJa5k059319; Sun, 20 Mar 2016 15:19:36 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2KFJak7059316; Sun, 20 Mar 2016 15:19:36 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201603201519.u2KFJak7059316@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sun, 20 Mar 2016 15:19:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r411453 - head/sysutils/fusefs-libs/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Mar 2016 15:19:37 -0000 Author: jbeich Date: Sun Mar 20 15:19:35 2016 New Revision: 411453 URL: https://svnweb.freebsd.org/changeset/ports/411453 Log: sysutils/fusefs-libs: reconnect r404898 changes with old history Added: head/sysutils/fusefs-libs/files/patch-lib_mount__bsd.c - copied, changed from r404897, head/sysutils/fusefs-libs/files/patch-lib_mount_bsd.c head/sysutils/fusefs-libs/files/patch-lib_mount__util.c - copied, changed from r404897, head/sysutils/fusefs-libs/files/patch-lib_mount_util.c head/sysutils/fusefs-libs/files/patch-lib_mount__util.h - copied, changed from r404897, head/sysutils/fusefs-libs/files/patch-lib_mount_util.h Copied and modified: head/sysutils/fusefs-libs/files/patch-lib_mount__bsd.c (from r404897, head/sysutils/fusefs-libs/files/patch-lib_mount_bsd.c) ============================================================================== --- head/sysutils/fusefs-libs/files/patch-lib_mount_bsd.c Thu Dec 31 01:41:55 2015 (r404897, copy source) +++ head/sysutils/fusefs-libs/files/patch-lib_mount__bsd.c Sun Mar 20 15:19:35 2016 (r411453) @@ -1,5 +1,5 @@ ---- lib/mount_bsd.c.orig 2013-07-01 09:40:53.000000000 +0200 -+++ lib/mount_bsd.c 2013-07-24 16:20:34.533073286 +0200 +--- lib/mount_bsd.c.orig 2015-05-22 09:24:02 UTC ++++ lib/mount_bsd.c @@ -10,6 +10,8 @@ #include "fuse_misc.h" #include "fuse_opt.h" @@ -17,7 +17,7 @@ /* options supported under both Linux and FBSD */ FUSE_DUAL_OPT_KEY("allow_other", KEY_KERN), FUSE_DUAL_OPT_KEY("default_permissions",KEY_KERN), -@@ -192,56 +194,12 @@ +@@ -192,56 +195,12 @@ void fuse_unmount_compat22(const char *m free(umount_cmd); } Copied and modified: head/sysutils/fusefs-libs/files/patch-lib_mount__util.c (from r404897, head/sysutils/fusefs-libs/files/patch-lib_mount_util.c) ============================================================================== --- head/sysutils/fusefs-libs/files/patch-lib_mount_util.c Thu Dec 31 01:41:55 2015 (r404897, copy source) +++ head/sysutils/fusefs-libs/files/patch-lib_mount__util.c Sun Mar 20 15:19:35 2016 (r411453) @@ -1,6 +1,6 @@ ---- lib/mount_util.c.orig 2008-02-04 00:23:30.000000000 -0500 -+++ lib/mount_util.c 2008-02-04 00:23:58.000000000 -0500 -@@ -224,20 +224,3 @@ +--- lib/mount_util.c.orig 2015-05-22 09:24:02 UTC ++++ lib/mount_util.c +@@ -344,20 +344,3 @@ int fuse_mnt_check_empty(const char *pro } return 0; } Copied and modified: head/sysutils/fusefs-libs/files/patch-lib_mount__util.h (from r404897, head/sysutils/fusefs-libs/files/patch-lib_mount_util.h) ============================================================================== --- head/sysutils/fusefs-libs/files/patch-lib_mount_util.h Thu Dec 31 01:41:55 2015 (r404897, copy source) +++ head/sysutils/fusefs-libs/files/patch-lib_mount__util.h Sun Mar 20 15:19:35 2016 (r411453) @@ -1,6 +1,6 @@ ---- lib/mount_util.h.orig 2008-02-04 00:24:07.000000000 -0500 -+++ lib/mount_util.h 2008-02-04 00:24:20.000000000 -0500 -@@ -14,4 +14,3 @@ +--- lib/mount_util.h.orig 2015-05-22 09:24:02 UTC ++++ lib/mount_util.h +@@ -16,4 +16,3 @@ int fuse_mnt_umount(const char *progname char *fuse_mnt_resolve_path(const char *progname, const char *orig); int fuse_mnt_check_empty(const char *progname, const char *mnt, mode_t rootmode, off_t rootsize);