commenting of ttyclose() for __FreeBSD_version >= 502122.
First symptom.
# kldunload ltmdm.ko
kldunload: can't unload file: Device busy
Second symptom.
If ppp(8) used for connect /dev/cual0 and it was
disconnected, the new ppp session return the
following error in ppp.log:
tun0: Warning: deflink: /dev/cual0: Bad file descriptor
Bump PORTREVISION one more time.
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
2) Correct filename for patch, now it name is patch-sys-dev-ltmdm-ltmdmsio.c
3) Fix run on recent -CURRENT by removing ttyclose() calls
Symptoms:
# kldload ltmdm.ko
kldload: can't load ltmdm.ko: No such file or directory
# dmesg | head -1
link_elf: symbol ttyclose underfined
4) Move PORTDOCS from pkg-plist to Makefile
5) Utilize DATADIR macro
5) Reorganize install target for PORTDOCS
6) Bump ${PORTREVISION}
Symptoms:
1) kldload ltmdm.ko
kldload: can't load ltmdm.ko: No such file or directory
2) dmesg | head -1
link_elf: symbol ttyclose underfined
Bump PORTREVISION.
----- Transcript of session follows -----
451 4.4.1 reply: read error from mix.premierbank.dp.ua.
<kot@premierbank.dp.ua>... Deferred
Message could not be delivered for 1 week
Message will be deleted from queue
For two consecutive weeks.
Testing of both the bluetooth stack and this port (and the related openobex one) on non i386 machines are encouraged. Please report any problems.
PR: ports/68912
Submitted by: Guido Falsi (maintainer)
the libtoolX ports instead of the one included with each port. Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version. To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version.
For example, to use the ports version of libtool-1.5, add the following to
your Makefile:
USE_LIBTOOL_VER= 15
To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:
USE_INC_LIBTOOL_VER= 15
With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).
PR: 63944
Based on work by:eik and marcus
Approved by: ade (autotools maintainer)
Tested by: kris on pointyhat
Bound to be hidden problems: You bet
APRS is Amateur Position Reporting System. It's a system for handling
real time information across radio and internet links.
PR: ports/68655
Submitted by: Carl Makin <carl@stagecraft.cx>