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>
math/manifold: Improve port
* Use upstream release archive
* Define LICENSE_FILE
* Clean up "make test" related parts
* Only extract samples dir on request (reduces I/O)
* Respect C/CXX flags set by framework
* Adjust Makefile layout to follow Porters Handbook more closely
and the tree overall
PR: 292089
Approved by: blanket (just fix it)
editors/micro: Update to 2.0.15
* Remove pre-build section
* Adjust passed build related strings so final binary is more likely
to match for reproducible builds
Changelog: https://github.com/zyedidia/micro/releases/tag/v2.0.15
PR: 292107
Approved by: maintainer timeout, 2+ weeks