svn commit: r412210 - head/misc/ttyrec

Olivier Cochard olivier at FreeBSD.org
Thu Mar 31 08:03:29 UTC 2016


Author: olivier
Date: Thu Mar 31 08:03:27 2016
New Revision: 412210
URL: https://svnweb.freebsd.org/changeset/ports/412210

Log:
  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

Modified:
  head/misc/ttyrec/Makefile

Modified: head/misc/ttyrec/Makefile
==============================================================================
--- head/misc/ttyrec/Makefile	Thu Mar 31 08:01:08 2016	(r412209)
+++ head/misc/ttyrec/Makefile	Thu Mar 31 08:03:27 2016	(r412210)
@@ -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


More information about the svn-ports-all mailing list