cvs commit: ports/mail/metamail Makefile ports/mail/metamail/files patch-metamail_metamail.c

Ed Schouten ed at FreeBSD.org
Thu Jun 19 08:43:39 UTC 2008


ed          2008-06-19 08:43:39 UTC

  FreeBSD ports repository (src committer)

  Modified files:
    mail/metamail        Makefile 
    mail/metamail/files  patch-metamail_metamail.c 
  Log:
  Make metamail compile after the sgtty removal.
  
  The metamail port was patched to use termios a long time ago.
  Unforunately, the patch left some calls to stty() and gtty(). Change
  these calls to tcgetattr() and tcsetattr().
  
  PR:             124462
  Approved by:    philip (mentor)
  
  Revision  Changes    Path
  1.33      +1 -1      ports/mail/metamail/Makefile
  1.4       +27 -0     ports/mail/metamail/files/patch-metamail_metamail.c


More information about the cvs-all mailing list