Page MenuHomeFreeBSD

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

Authored by tobik on Apr 3 2017, 10:43 AM.
Tags
None
Referenced Files
F172359947: D10243.id26946.diff
Thu, Sep 17, 11:02 PM
Unknown Object (File)
Thu, Aug 27, 1:59 PM
Unknown Object (File)
Tue, Aug 25, 1:01 PM
Unknown Object (File)
Mon, Aug 24, 10:05 AM
Unknown Object (File)
Mon, Aug 24, 6:17 AM
Unknown Object (File)
Fri, Aug 21, 6:15 PM
Unknown Object (File)
Fri, Aug 21, 3:25 PM
Unknown Object (File)
Thu, Aug 20, 7:34 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.