From owner-cvs-all@FreeBSD.ORG Fri Oct 6 01:47:57 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B4ADC16A40F; Fri, 6 Oct 2006 01:47:57 +0000 (UTC) (envelope-from shaun@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7151143D45; Fri, 6 Oct 2006 01:47:57 +0000 (GMT) (envelope-from shaun@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k961lvLm092458; Fri, 6 Oct 2006 01:47:57 GMT (envelope-from shaun@repoman.freebsd.org) Received: (from shaun@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k961lvXb092451; Fri, 6 Oct 2006 01:47:57 GMT (envelope-from shaun) Message-Id: <200610060147.k961lvXb092451@repoman.freebsd.org> From: Shaun Amott Date: Fri, 6 Oct 2006 01:47:56 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/lang/expect Makefile ports/lang/expect/files patch-pty_termios.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Oct 2006 01:47:57 -0000 shaun 2006-10-06 01:47:56 UTC FreeBSD ports repository Modified files: lang/expect Makefile Added files: lang/expect/files patch-pty_termios.c Log: - Allow expect to utilise 256 pty's as supported by FreeBSD. The current code arbitrarily limits us to 64 at a time. - Bump PORTREVISION. Patch provided by "Cybil". Revision Changes Path 1.70 +1 -0 ports/lang/expect/Makefile 1.1 +20 -0 ports/lang/expect/files/patch-pty_termios.c (new)