databases/fastdb: fix build
This port does some strange stuff, like undefining BYTE_ORDER macro,
because of which it fails to build:
In file included from src/unisock.cpp:28:
/usr/include/netinet/tcp.h: In function 'uint16_t __tcp_get_flags(const tcphdr*)':
/usr/include/netinet/tcp.h:85:32: error: 'const struct tcphdr' has no member named 'th_x2'
85 | return (((uint16_t)th->th_x2 << 8) | th->th_flags);
| ^~~~~
/usr/include/netinet/tcp.h: In function 'void __tcp_set_flags(tcphdr*, uint16_t)':
/usr/include/netinet/tcp.h:91:13: error: 'struct tcphdr' has no member named 'th_x2'
91 | th->th_x2 = (flags >> 8) & 0x0f;
| ^~~~~
databases/jrrd: belatedly bump portrevision for deprecation
Extend the expiration_date with a month to give (unexpected) users
some more time to give feedback.
Approved-by: no maintainer
sysutils/podman: Revert "Allow setting ownership on auto-created socket"
This works functionally, but is being managed by the incorrect daemon.
Podman alone simply ensures auto-start of containers; podman_service
provides the API. This will be corrected in an upcoming commit.
This reverts commit 2c53428ae117108d41eb4e19935ed98b478f4f7f.
sysutils/tmate: Mark DEPRECATED
- Upstreaam unmaintained
- WWW unavailable
- Set EXPIRATION_DATE 2026-03-31
If someone needs this port feel free to undeprecate and takeover
maintainership.
x11/mrxvt: Mark DEPRECATED
- Upstream unmaintained
- Known vulnerabilities [1]
- Set EXPIRATION_DATE 2026-03-31
1. https://nvd.nist.gov/vuln/detail/CVE-2021-33477
If someone needs this port feel free to undeprecate and takeover
maintainership.
sysutils/tmate-ssh-server: Mark DEPRECATED
- Upstreaam unmaintained
- WWW unavailable
- Set EXPIRATION_DATE 2026-03-30
If someone needs this port feel free to undeprecate and takeover
maintainership.
net/libzmq3: Mark DEPRECATED
- Upstream unmaintained version. Use net/libzmq4
- Multiple vulnerabilities which are unfixed for this version
- Set EXPIRATION_DATE to 2026-03-31