The commit r203862 indirectly broke mythtv because until
that time the missing include of <sys/types.h> caused
that mythtv used gettimeofday(2) instead of ftime(3) and
nobody noticed that building with ftime is broken in
mythtv.
So instead of repairing the deprecated ftime usage I've
removed it and use the gettimeofday fallback as it was
until now but by pure intention now.
Approved by: beat (co-mentor)
Reported by: pointyhat via erwin
- Fixed user handling
- Added entry to UPDATING for 0.21 to 0.21 version upgrade
- Enable build on amd64
- Unbreak, undeprecate, and unexpire
PR: ports/126343
Submitted by: Anders Troback <freebsd at troback dot com>
This is necessary to maintain protocol compatibility with Linux
distributions, on which we're generally dependent for tuner
functionality. Unfortunately, there's no distribution for this
version, and it's already been overtaken. Watch this space.
Submitted by: dmlb
This also fixes a build error reported by pointyhat.
KEYWORD: FreeBSD scourge. We have ignored this keyword
for a long time now, so this is a non-functional change
(therefore no PORTREVISION bumps).
Insert a $FreeBSD tag where needed, and adjust a comment
in mail/milter-regex to match reality.