ports/69168: Broken ltmdm port on recent -current

Slawek sgp at telsatgp.com.pl
Tue Jul 20 21:50:12 UTC 2004


The following reply was made to PR ports/69168; it has been noted by GNATS.

From: "Slawek" <sgp at telsatgp.com.pl>
To: <freebsd-gnats-submit at FreeBSD.org>, <vladimir at math.uic.edu>
Cc:  
Subject: ports/69168: Broken ltmdm port on recent -current
Date: Tue, 20 Jul 2004 23:45:32 +0200

 This is a multi-part message in MIME format.
 
 ------=_NextPart_000_0005_01C46EB3.A5326080
 Content-Type: text/plain;
 	charset="iso-8859-2"
 Content-Transfer-Encoding: 7bit
 
 Hello!
 
 Ok, I've tried to deal with that and here is the result.
 
 Place attached file as /usr/ports/comms/ltmdm/files/patch-ad and reinstall
 the port.
 
 Hope this helps
 
 -- 
 Slawek Piotrowski
 
 ------=_NextPart_000_0005_01C46EB3.A5326080
 Content-Type: application/octet-stream;
 	name="patch-ad"
 Content-Transfer-Encoding: quoted-printable
 Content-Disposition: attachment;
 	filename="patch-ad"
 
 --- sys/dev/ltmdm/ltmdmsio.c.orig	Tue Jul 20 23:29:32 2004=0A=
 +++ sys/dev/ltmdm/ltmdmsio.c	Tue Jul 20 23:31:55 2004=0A=
 @@ -1492,7 +1492,7 @@=0A=
          disc_optim(tp, &tp->t_termios, com);=0A=
          comstop(tp, FREAD | FWRITE);=0A=
          comhardclose(com);=0A=
 -        ttyclose(tp);=0A=
 +        tty_close(tp);=0A=
      }=0A=
      vxdPortClose();=0A=
      siosettimeout();=0A=
 @@ -1733,7 +1733,7 @@=0A=
      disc_optim(tp, &tp->t_termios, com);=0A=
      comstop(tp, FREAD | FWRITE);=0A=
      comhardclose(com);=0A=
 -    ttyclose(tp);=0A=
 +    tty_close(tp);=0A=
      siosettimeout();=0A=
      splx(s);=0A=
      if (com->gone) {=0A=
 
 ------=_NextPart_000_0005_01C46EB3.A5326080--
 
 



More information about the freebsd-ports-bugs mailing list