Bug 246325 - [PATCH] sysutils/fusefs-sshfs: improve FreeBSD support
Summary: [PATCH] sysutils/fusefs-sshfs: improve FreeBSD support
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Muhammad Moinur Rahman
URL: https://github.com/libfuse/sshfs/pull...
Keywords:
Depends on:
Blocks:
 
Reported: 2020-05-09 10:45 UTC by Ivan Rozhuk
Modified: 2020-06-05 14:51 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (bofh)


Attachments
patch (1.75 KB, patch)
2020-05-09 10:45 UTC, Ivan Rozhuk
no flags Details | Diff
patch (2.29 KB, patch)
2020-05-09 21:35 UTC, Ivan Rozhuk
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ivan Rozhuk 2020-05-09 10:45:47 UTC
Created attachment 214304 [details]
patch

- include posix_openpt() usage patch
- add workaround for readdir() issue: #211
- fix few warnings
Comment 1 Ivan Rozhuk 2020-05-09 10:46:32 UTC
Fix: https://github.com/libfuse/sshfs/issues/211
Comment 2 Ivan Rozhuk 2020-05-09 21:35:57 UTC
Created attachment 214324 [details]
patch

Add DOCS option, remove gettext dep, update patch.
Comment 3 commit-hook freebsd_committer freebsd_triage 2020-06-05 14:47:14 UTC
A commit references this bug:

Author: bofh
Date: Fri Jun  5 14:46:32 UTC 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

Changes:
  head/sysutils/fusefs-sshfs/Makefile
  head/sysutils/fusefs-sshfs/distinfo
  head/sysutils/fusefs-sshfs/files/patch-sshfs.c