Bug 217880 - sysutils/fusefs-sshfs: Use posix_openpt(2) instead of using /dev/ptmx
Summary: sysutils/fusefs-sshfs: Use posix_openpt(2) instead of using /dev/ptmx
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Muhammad Moinur Rahman
URL:
Keywords: patch
Depends on:
Blocks:
 
Reported: 2017-03-17 21:34 UTC by Tobias Kortkamp
Modified: 2017-04-03 15:38 UTC (History)
1 user (show)

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


Attachments
sysutils___fusefs-sshfs.diff (1.37 KB, patch)
2017-03-17 21:34 UTC, Tobias Kortkamp
tobik: maintainer-approval? (bofh)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Tobias Kortkamp freebsd_committer freebsd_triage 2017-03-17 21:34:10 UTC
Created attachment 180915 [details]
sysutils___fusefs-sshfs.diff

- Use posix_openpt(2) instead of relying on /dev/ptmx which requires
  loading the pty kernel module
- Add LICENSE_FILE
- Removes the old unnecessary KMODDIR setting
Comment 1 commit-hook freebsd_committer freebsd_triage 2017-04-03 15:38:26 UTC
A commit references this bug:

Author: tobik
Date: Mon Apr  3 15:37:21 UTC 2017
New revision: 437664
URL: https://svnweb.freebsd.org/changeset/ports/437664

Log:
  - Use posix_openpt(2) instead of opening /dev/ptmx which requires
    loading an extra kernel module on FreeBSD 10.0+
  - Add LICENSE_FILE
  - Remove the unnecessary KMODDIR knob

  PR:		217880
  Approved by:	mat (mentor), maintainer timeout (2 weeks+)
  Differential Revision:	https://reviews.freebsd.org/D10243

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