From owner-svn-ports-all@freebsd.org Fri Jun 5 14:46:32 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 3FECD32D616; Fri, 5 Jun 2020 14:46:32 +0000 (UTC) (envelope-from bofh@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49dlpJ10h0z40TB; Fri, 5 Jun 2020 14:46:32 +0000 (UTC) (envelope-from bofh@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1D901128CA; Fri, 5 Jun 2020 14:46:32 +0000 (UTC) (envelope-from bofh@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 055EkW5U052496; Fri, 5 Jun 2020 14:46:32 GMT (envelope-from bofh@FreeBSD.org) Received: (from bofh@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 055EkVmW052495; Fri, 5 Jun 2020 14:46:31 GMT (envelope-from bofh@FreeBSD.org) Message-Id: <202006051446.055EkVmW052495@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bofh set sender to bofh@FreeBSD.org using -f From: Muhammad Moinur Rahman Date: Fri, 5 Jun 2020 14:46:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r538024 - in head/sysutils/fusefs-sshfs: . files X-SVN-Group: ports-head X-SVN-Commit-Author: bofh X-SVN-Commit-Paths: in head/sysutils/fusefs-sshfs: . files X-SVN-Commit-Revision: 538024 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Jun 2020 14:46:32 -0000 Author: bofh Date: Fri Jun 5 14:46:31 2020 New Revision: 538024 URL: https://svnweb.freebsd.org/changeset/ports/538024 Log: sysutils/fusefs-sshfs: Improve FreeBSD support - include posix_openpt() usage patch - add workaround for readdir() issue: #211 - fix few warnings - Add DOCS option - remove gettext dep Upstream patches: https://github.com/libfuse/sshfs/pull/212 https://github.com/libfuse/sshfs/issues/211 PR: 246325 Submitted by: rozhuk.im@gmail.com Deleted: head/sysutils/fusefs-sshfs/files/patch-sshfs.c Modified: head/sysutils/fusefs-sshfs/Makefile head/sysutils/fusefs-sshfs/distinfo Modified: head/sysutils/fusefs-sshfs/Makefile ============================================================================== --- head/sysutils/fusefs-sshfs/Makefile Fri Jun 5 14:45:09 2020 (r538023) +++ head/sysutils/fusefs-sshfs/Makefile Fri Jun 5 14:46:31 2020 (r538024) @@ -4,26 +4,33 @@ PORTNAME= sshfs PORTVERSION= 3.7.0 DISTVERSIONPREFIX= ${PORTNAME}- +PORTREVISION= 1 CATEGORIES= sysutils PKGNAMEPREFIX= fusefs- +PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ +PATCHFILES+= 952a9c3fda977bce61303ae3311a3adca3d338bf.patch:-p1 # https://github.com/libfuse/sshfs/pull/212 + MAINTAINER= bofh@FreeBSD.org COMMENT= Mount remote directories over ssh LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -BUILD_DEPENDS= rst2man:textproc/py-docutils +USES= compiler:c11 fuse:3 gnome meson pkgconfig +USE_GNOME= glib20 -USES= compiler:c11 fuse:3 gettext gnome meson pkgconfig - USE_GITHUB= yes GH_ACCOUNT= libfuse USE_GNOME= glib20 CFLAGS+= -DNDEBUG -PLIST_FILES= bin/sshfs \ - man/man1/sshfs.1.gz +PLIST_FILES= bin/sshfs + +OPTIONS_DEFINE= DOCS + +DOCS_BUILD_DEPENDS= rst2man:textproc/py-docutils +DOCS_PLIST_FILES= man/man1/sshfs.1.gz .include Modified: head/sysutils/fusefs-sshfs/distinfo ============================================================================== --- head/sysutils/fusefs-sshfs/distinfo Fri Jun 5 14:45:09 2020 (r538023) +++ head/sysutils/fusefs-sshfs/distinfo Fri Jun 5 14:46:31 2020 (r538024) @@ -1,3 +1,5 @@ -TIMESTAMP = 1580925910 +TIMESTAMP = 1589058688 SHA256 (libfuse-sshfs-sshfs-3.7.0_GH0.tar.gz) = 4037add37cfcd9bb4386c28d1eeed89b56ef5001bcbc3f001f73f38f41a40b73 SIZE (libfuse-sshfs-sshfs-3.7.0_GH0.tar.gz) = 62912 +SHA256 (952a9c3fda977bce61303ae3311a3adca3d338bf.patch) = 9b55c00a9b63715eeb836c253683240d78e23f824cbf07c07570e74ec2c6b507 +SIZE (952a9c3fda977bce61303ae3311a3adca3d338bf.patch) = 6826