Realy fix "link_elf: symbol ttyclose undefined" error and

one more time bump PORTREVISION.

Reset MAINTAINER field to ports@FreeBSD.org, because
Daniel O'Connor no longer have the hardware though.

Pointly hat:	osa
This commit is contained in:
Sergey A. Osokin 2004-07-23 07:05:19 +00:00
parent d0fb7ab1fe
commit 6cf0bb878e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=114468
2 changed files with 4 additions and 4 deletions

View file

@ -7,13 +7,13 @@
PORTNAME= ltmdm
PORTVERSION= 1.4
PORTREVISION= 9
PORTREVISION= 10
CATEGORIES= comms
MASTER_SITES= http://www.dons.net.au/~darius/ \
http://soupnazi.org/FreeBSD/ports/distfiles/
EXTRACT_SUFX= .tgz
MAINTAINER= darius@dons.net.au
MAINTAINER= ports@FreeBSD.org
COMMENT= Driver for the Lucent LT Winmodem chipset
ONLY_FOR_ARCHS= i386

View file

@ -164,7 +164,7 @@
disc_optim(tp, &tp->t_termios, com);
comstop(tp, FREAD | FWRITE);
comhardclose(com);
+#if __FreeBSD_version > 502122
+#if __FreeBSD_version < 502122
ttyclose(tp);
+#endif
}
@ -230,7 +230,7 @@
disc_optim(tp, &tp->t_termios, com);
comstop(tp, FREAD | FWRITE);
comhardclose(com);
+#if __FreeBSD_version > 502122
+#if __FreeBSD_version < 502122
ttyclose(tp);
+#endif
siosettimeout();