where lld fails with:
LLVM ERROR: Function Import: link error: linking module flags 'SmallDataLimit': IDs have conflicting values in
'extcap/CMakeFiles/extcap-base.dir/extcap-base.c.o' and 'extcap/CMakeFiles/sshdump.dir/sshdump.c.o
Error already spotted in games/arx-libertatis. ok sthen@ (maintainer)
- Enable the SSE support on X86; there is run-time detection
- Disable NEON on arm
- The ALSOFT_CONFIG option has been deprecated
- The QSA backend was removed with the 1.21.0 release
- Sort the list of options
The rust configure script errors out if it has more than one possible
rust candidate target to choose from. Which happens on riscv64 because
of a patch kept in our rust port (for now). Just pick the first target
listed instead of bailing out.
Input from semarie@, ok ajacoutot@ (maintainer)
build, it is no longer necessary to use ports OpenSSL for this now that
LibreSSL has EVP Ed25519 support.
Earlier version ok tb@, plus I tweaked README slightly during testing.
The coloredlogs package enables colored terminal output for Python's
logging module. The ColoredFormatter class inherits from logging.Formatter
and uses ANSI escape sequences to render your logging messages in color.
The functions and classes in the humanfriendly package can be used to
make text interfaces more user friendly. Some example features:
- Parsing and formatting numbers, file sizes, pathnames and timespans in
simple, human friendly formats.
- Easy to use timers for long running operations, with human friendly
formatting of the resulting timespans.
- Prompting the user to select a choice from a list of options by typing
the option's number or a unique substring of the option.
- Terminal interaction including text styling (ANSI escape sequences),
user friendly rendering of usage messages and querying the terminal for
its size.
OTP part of the yubikey, there is now upstream support for FreeBSD's
uhid(4) (as well as more modern uhidraw) so it seems a bit closer to
what we need, but still doesn't work directly with our uhid(4).
Better way of handling alpha release version numbers from landry@.
Add back Xrandr to WANTLIB; based on email from Josh Grosse.
Testing and further WANTLIB tweaks by sdk@.
OK landry@ sdk@