Bug 217880

Summary: sysutils/fusefs-sshfs: Use posix_openpt(2) instead of using /dev/ptmx
Product: Ports & Packages Reporter: Tobias Kortkamp <tobik>
Component: Individual Port(s)Assignee: Muhammad Moinur Rahman <bofh>
Status: Closed FIXED    
Severity: Affects Only Me CC: bofh
Priority: --- Keywords: patch
Version: LatestFlags: bugzilla: maintainer-feedback? (bofh)
Hardware: Any   
OS: Any   
Attachments:
Description Flags
sysutils___fusefs-sshfs.diff tobik: maintainer-approval? (bofh)

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