cvs commit: ports/editors/beav Makefile ports/editors/beav/files patch-tcap.c patch-termio.c

Ed Schouten ed at FreeBSD.org
Thu Jun 19 08:07:27 UTC 2008


ed          2008-06-19 08:07:27 UTC

  FreeBSD ports repository (src committer)

  Modified files:
    editors/beav         Makefile 
    editors/beav/files   patch-tcap.c patch-termio.c 
  Log:
  Make editors/beav use termios instead of sgtty.
  
  The editors/beav port got broken on -CURRENT by the removal of the sgtty
  programming interface. Patch this port to use termios. The source code
  already contained support for termios, but was mistakenly covered by
  #ifdef __GLIBC__.
  
  Approved by:    philip (mentor)
  
  Revision  Changes    Path
  1.30      +1 -0      ports/editors/beav/Makefile
  1.2       +9 -9      ports/editors/beav/files/patch-tcap.c
  1.2       +88 -4     ports/editors/beav/files/patch-termio.c


More information about the cvs-ports mailing list