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
h h
2011-09-28 02:50:10 UTC
Responsible Changed From-To: freebsd-ports-bugs->lippe Over to maintainer (via the GNATS Auto Assign Tool) Responsible Changed From-To: lippe->pgollucci committer&maintainer timeout (lippe ; 140 days) / last commit: 198 days ago Responsible Changed From-To: pgollucci->lippe I'll take it. 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" State Changed From-To: open->closed Committed. Thanks! 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 |