Date: Fri, 23 Sep 2005 16:07:16 +0000 (UTC) From: Martin Cracauer <cracauer@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/emacs20 Makefile ports/editors/emacs20/files patch-ch Message-ID: <200509231607.j8NG7GP1096602@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200509231607.j8NG7GP1096602>