Page MenuHomeFreeBSD

sysutils/fusefs-sshfs: Use posix_openpt(2)
ClosedPublic

Authored by tobik on Apr 3 2017, 10:43 AM.
Tags
None
Referenced Files
Unknown Object (File)
Dec 5 2024, 1:36 AM
Unknown Object (File)
Nov 8 2024, 5:50 PM
Unknown Object (File)
Oct 2 2024, 8:44 PM
Unknown Object (File)
Oct 2 2024, 1:33 AM
Unknown Object (File)
Sep 14 2024, 4:25 PM
Unknown Object (File)
Sep 14 2024, 4:25 PM
Unknown Object (File)
Sep 14 2024, 4:25 PM
Unknown Object (File)
Sep 14 2024, 4:12 PM
Subscribers
None

Details

Summary
- 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:	??? (mentor), maintainer timeout (2 weeks+)
Differential Revision:	https://reviews.freebsd.org/D?????
Test Plan

poudriere testport 10.3/i386 ok
poudriere testport 11.0/amd64 ok

Diff Detail

Repository
rP FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 8450
Build 8747: arc lint + arc unit

Event Timeline

(note that you still have to wait for maintainer approval or timeout)

This revision is now accepted and ready to land.Apr 3 2017, 11:46 AM
In D10243#211795, @mat wrote:

(note that you still have to wait for maintainer approval or timeout)

It has been over 14 days already since I opened the PR (opened on 2017-03-17). I thought that was enough time for a timeout? How long do I have to wait?

Like I said, maintainer approval or timeout, if it has been 14 days since the PR was openned, then you can go ahead.

This revision was automatically updated to reflect the committed changes.