Bug 161087 - [patch] misc/ttyrec: don't depend on pty(4), use openpty(3)
Summary: [patch] misc/ttyrec: don't depend on pty(4), use openpty(3)
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Felippe de Meirelles Motta
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-28 02:50 UTC by h h
Modified: 2012-06-02 11:30 UTC (History)
0 users

See Also:


Attachments
a.diff (540 bytes, patch)
2011-09-28 02:50 UTC, h h
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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