From owner-svn-ports-head@freebsd.org Thu Mar 31 08:03:29 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 25641AE3AF8; Thu, 31 Mar 2016 08:03:29 +0000 (UTC) (envelope-from olivier@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EBDCE1343; Thu, 31 Mar 2016 08:03:28 +0000 (UTC) (envelope-from olivier@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2V83SIt098295; Thu, 31 Mar 2016 08:03:28 GMT (envelope-from olivier@FreeBSD.org) Received: (from olivier@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2V83SVf098294; Thu, 31 Mar 2016 08:03:28 GMT (envelope-from olivier@FreeBSD.org) Message-Id: <201603310803.u2V83SVf098294@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olivier set sender to olivier@FreeBSD.org using -f From: Olivier Cochard Date: Thu, 31 Mar 2016 08:03:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412210 - head/misc/ttyrec X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Mar 2016 08:03:29 -0000 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