sysutils/parallel: Fix fetch error
There is a checksum mismatch, so upstream must have re-rolled the
release. The signature on the tarball is valid, so update distinfo.
Approved by: portmgr (blanket build fix)
Sponsored by: The FreeBSD Foundation
devel/libmatthew: build for jdk target 8
- The single consumer (devel/dbus-java) of this port needs jdk 8.
- Remove java from run depends. This is a library and uses the jdk
of the application that includes the lib. No need to install extra
jdk versions.
PR: 272855
Approved-by: no maintainer
comms/xastir: Update to point release 2.2.2
From git repo:
This is another point release of Xastir.
It is largely a cleanup release, but a small number of improvements have been made since release 2.2.0:
A bug in the formatting of "altitude in comment" packets when PHG is specified was fixed.
the "get-NWSdata" script has been updated to download the most recent NWS shapefiles.
Xastir can now be built against Berkeley DB version 18.1. Previously it was limited to versions in the 5.x range, which are all long past end of life.
A higher quality PNG and SVG icon for Xastir has been added.
Deprecated autoconf macros have been removed so that autoreconf or bootstrap don't complain so loudly.
Local changes:
- Complete removal of ImageMagick on advice of xastir developer Tom Russo <russo at bogodyn.org>
- Addition of db18 support
Reviewed by: Tom Russo <russo at bogodyn.org>
graphics/processing: pin to openjdk8
Dependency comms/rxtx is tied to openjdk8 and installs jars in
PREFIX/openjdk8/jre/lib/ext. This directory is gone in jdk9+, but
processing expects it.
So pin processing to openjdk8 also.
If anybody wants this to be supported by jdk9+, patches are welcome.
PR: 292652
Approve-by: maintainer timeout