summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorOlivier Cochard <olivier@FreeBSD.org>2016-03-31 08:03:27 +0000
committerOlivier Cochard <olivier@FreeBSD.org>2016-03-31 08:03:27 +0000
commit4a352c34058235a802c5dc3040f7c0147b694265 (patch)
tree283f93e46c755a1c5b5cba362994aa099f4727c5 /misc
parentDocument mutiple Botan vulnerabilities. (diff)
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
Notes
Notes: svn path=/head/; revision=412210
Diffstat (limited to 'misc')
-rw-r--r--misc/ttyrec/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/ttyrec/Makefile b/misc/ttyrec/Makefile
index bac11cd32684..05efdd5f7838 100644
--- a/misc/ttyrec/Makefile
+++ b/misc/ttyrec/Makefile
@@ -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