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>
lang/kawa: pin to java 8 and 11
Although the gitlab repo has some activity, the latest release is
old (2020) and does not compile with java 17+.
PR: 292151
Approved-By: maintainer timeout
graphics/cairomm: Various improvements
- Add USES=xorg, otherwise USE_XORG has no effect
- Add DOCS option
- Add testing support
Differential Revision: https://reviews.freebsd.org/D33939
Co-authored-by: Charlie Li <vishwin at FreeBSD.org>