From owner-cvs-all@FreeBSD.ORG Fri Sep 23 16:07:17 2005 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 3711F16A41F; Fri, 23 Sep 2005 16:07:17 +0000 (GMT) (envelope-from cracauer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 330B943D45; Fri, 23 Sep 2005 16:07:16 +0000 (GMT) (envelope-from cracauer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8NG7GjC096603; Fri, 23 Sep 2005 16:07:16 GMT (envelope-from cracauer@repoman.freebsd.org) Received: (from cracauer@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8NG7GP1096602; Fri, 23 Sep 2005 16:07:16 GMT (envelope-from cracauer) Message-Id: <200509231607.j8NG7GP1096602@repoman.freebsd.org> From: Martin Cracauer Date: Fri, 23 Sep 2005 16:07:16 +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/editors/emacs20 Makefile ports/editors/emacs20/files patch-ch 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, 23 Sep 2005 16:07:17 -0000 cracauer 2005-09-23 16:07:16 UTC FreeBSD ports repository Modified files: editors/emacs20 Makefile editors/emacs20/files patch-ch Log: Fix allocation of pty for shell-mode. This was broken for newer FreeBSDs which give out pty names /dev/pty[pqrsPQRS][0123456789abcdefghijklmnopqrstuv] emacs, manually searching, stopped at a gap of 3 entries. But the new naming scheme allows a gap of 28. Set to 30 just in case. Actually there's no good reason not to set that to 256, it's not that 512 system calls kill us everytime someone opens a shell in emacs. Bump portsrevision so that it gets picked up by portupgrade. I wonder whether other emacsens are affected, too... Revision Changes Path 1.72 +1 -1 ports/editors/emacs20/Makefile 1.2 +11 -2 ports/editors/emacs20/files/patch-ch