Bug 161087

Summary: [patch] misc/ttyrec: don't depend on pty(4), use openpty(3)
Product: Ports & Packages Reporter: h h <aakuusta>
Component: Individual Port(s)Assignee: Felippe de Meirelles Motta <lippe>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
a.diff none

Description h h 2011-09-28 02:50:10 UTC
idea from http://gnats.netbsd.org/cgi-bin/query-pr-single.pl?number=43209

How-To-Repeat: 1. compile kernel without pty(4)
2. run the app

  $ ttyrec
  Out of pty's

  $ ls -d /dev/pt*
  /dev/pts
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-09-28 02:50:22 UTC
Responsible Changed
From-To: freebsd-ports-bugs->lippe

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Philip M. Gollucci freebsd_committer freebsd_triage 2012-02-15 04:43:11 UTC
Responsible Changed
From-To: lippe->pgollucci

committer&maintainer timeout (lippe ; 140 days) / last commit: 198 days 
ago
Comment 3 Felippe de Meirelles Motta freebsd_committer freebsd_triage 2012-04-05 21:46:16 UTC
Responsible Changed
From-To: pgollucci->lippe

I'll take it.
Comment 4 dfilter service freebsd_committer freebsd_triage 2012-05-24 17:12:34 UTC
lippe       2012-05-24 16:12:25 UTC

  FreeBSD ports repository

  Modified files:
    misc/ttyrec          Makefile 
  Log:
  - Add OPTIONS to use openpty instead.
  - Bump PORTREVISION.
  
  PR:     ports/161087
  Submitted by:   aakuusta@gmail.com
  
  Revision  Changes    Path
  1.16      +10 -2     ports/misc/ttyrec/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 5 Felippe de Meirelles Motta freebsd_committer freebsd_triage 2012-05-24 17:12:41 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 6 Jan Beich freebsd_committer freebsd_triage 2012-06-02 11:26:59 UTC
On newer FreeBSD pty(4) won't be enabled by default
so the option just delays the switch.

http://svnweb.freebsd.org/base?view=revision&revision=233271