ecn(9): Update ecn tunneling functions to RFC 6040
Update ECN tunneling functions from obsolete RFC 3168 to
newer RFC 6040.
Also, add ECN_COMPLETE to support dangerous packet reporting
without causing extra costs to existing caller functions.
Finally, return values are specified as macro to reduce
confusion, considering extra return values for ECN_WARN
and ECN_ALARM were added.
Reviewed By: glebius, tuexen
Differential Revision: https://reviews.freebsd.org/D53516
x11/xfce4-terminal: Fix unsafe paste confirmation dialog functionality
Reverting upstream change that causes the unsafe paste confirmation
dialog to not show up when pasting multi line selection with the
middle mouse button.
Issue reported upstream here: https://gitlab.xfce.org/apps/xfce4-terminal/-/issues/385
Reported by: Marek Zarychta (via irc, nick mzar)
devel/wasi-libcxx: cosmetic changes to prepare for devel/wasi-libc update
Use ${TRIPLE} more:
- reference <stdlib.h> from ${WASI_SYSROOT} for the devel/wasi-libc line
- add PLIST_SUB
x11-wm/xfce4-panel-profiles: Fix python executable path, add missing dependency
- Fix python executable path, avoiding to embed WORKDIR path in command
- Add RUN_DEPENDS on required python library
While here:
- Remove unneded patch, port now uses meson to build, so patching
the Makefile is not needed
PR: 293751
devel/wasi-compiler-rt: drop devel/wasi-libc BUILD_DEPENDS
std{arg,def}.h are shipped in the LLVM ports and the build references
them there rather than the mechanical copies in devel/wasi-libc.
Also needed to reverse the dependency order for newer devel/wasi-libc.