mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Enable openpty by default (pty is no more enabled by default in kernel since 4 years)
Approved by: jadawin Differential Revision: https://reviews.freebsd.org/D5785
This commit is contained in:
parent
e7123f753d
commit
4a352c3405
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=412210
1 changed files with 2 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= ttyrec
|
||||
PORTVERSION= 1.0.8
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= misc
|
||||
MASTER_SITES= http://0xcc.net/ttyrec/
|
||||
|
||||
|
@ -14,6 +14,7 @@ LICENSE= BSD4CLAUSE
|
|||
|
||||
OPTIONS_DEFINE= OPENPTY
|
||||
OPENPTY_DESC= Use openpty instead
|
||||
OPTIONS_DEFAULT= OPENPTY
|
||||
|
||||
PLIST_FILES= bin/ttyplay bin/ttyrec bin/ttytime \
|
||||
man/man1/ttyplay.1.gz man/man1/ttyrec.1.gz
|
||||
|
|
Loading…
Add table
Reference in a new issue