devel/py-mpremote: Add new port
mpremote is the MicroPython remote control
who provides an integrated set of utilities
to remotely interact with and automate a
MicroPython device over a serial connection.
security/p5-Digest-SipHash: new port
Perl XS interface to the SipHash algorithm.
This module does only one thing - calculates the SipHash value
of the given string.
net/ptpd2: Fix build with net-snmp
net-snmp-config --cflags injects -Werror=declaration-after-statement
which causes builds to fail as the source has variable declarations
after statements (valid in C99 but not C89).
Downgrade this from a fatal error to a warning
net-mgmt/cacti-spine: Fix build with net-snmp
net-snmp-config --cflags injects -Werror=declaration-after-statement
which causes builds to fail as the source has variable declarations
after statements (valid in C99 but not C89).
Downgrade this from a fatal error to a warning
PR: ports/292340
Reported by: Robert Blayzor <rblayzor at inoc.net>