Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 31 Mar 2016 08:03:28 +0000 (UTC)
From:      Olivier Cochard <olivier@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r412210 - head/misc/ttyrec
Message-ID:  <201603310803.u2V83SVf098294@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201603310803.u2V83SVf098294>