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: | Latest | Flags: | bugzilla:
maintainer-feedback?
(bofh) |
||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
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 |
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