Solved Synth and dns/bind-tools

Hi,

I have a strange issue with dns/bind-tools and Synth 2.02 (no other ports are affected). The port is marked as N, but being ignored to just-build for some reason:

synth status dns/bind-tools

Code:
[noparse]Scanning existing packages.
These are the ports that would be built ([N]ew, [R]ebuild, [U]pgrade):
  N => dns/bind-tools
Total packages that would be built: 1
The complete build list can also be found at:
/var/synth/synth_status_results.txt[/noparse]

synth just-build dns/bind-tools

Code:
Scanning existing packages.
After inspection, it has been determined that there are no packages that
require rebuilding; the task is therefore complete.

Not a big deal, but I'm just curious to know why this is happening. I tried to redo make -C /usr/ports/dns/bind-tools config, but it didn't seem to help.

Thanks.
 
Thank you marino !

Code:
00:00:02 dns/bind-tools: is marked as broken: OpenSSL from the base system does not support GOST, add  DEFAULT_VERSIONS+=ssl=openssl to your /etc/make.conf and rebuild everything  that needs SSL.
 
Back
Top