Solved security/sslscan fails to build/install

I removed security/sslscan, adjusted some build options ( make config) and now I am unable to install it again.

Any ideas where to go from here?

Code:
$ sudo synth force security/sslscan
After inspection, it has been determined that there are no packages that
require rebuilding; the task is therefore complete.
Would you like to rebuild the local repository (Y/N)? y
Stand by, recursively scanning 1 port serially.
Packages validated, rebuilding local repository.
Local repository successfully rebuilt
Would you like to upgrade your system with the new packages now (Y/N)? y
Updating Synth repository catalogue...
Fetching meta.conf: 100%    163 B   0.2kB/s    00:01   
Fetching packagesite.txz: 100%   56 KiB  57.3kB/s    00:01   
Processing entries: 100%
Synth repository update completed. 179 packages processed.
All repositories are up to date.
pkg: No packages available to install matching 'sslscan-1.11.12_1' have been found in the repositories
Unfortunately, the system upgraded failed.
 
If you are wanting to build it from ports, can't you
Code:
cd /usr/ports/security/sslscan/
make install
To make it take notice of your config options? I don't know synth.
 
Solved.

Synth really should output the error message to console instead of just logging it to a file.

Code:
$ more /var/log/synth/00_last_results.log
00:00:01 security/sslscan has been ignored: is marked as broken: Does not build with openssl
 
Back
Top