cvs commit: ports/editors/emacs20 Makefile ports/editors/emacs20/files patch-ch

Martin Cracauer cracauer at FreeBSD.org
Fri Sep 23 09:07:17 PDT 2005


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


More information about the cvs-ports mailing list