Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Oct 2017 10:00:21 -0400
From:      Ernie Luzar <luzar722@gmail.com>
To:        "ports@FreeBSD.org" <ports@freebsd.org>,  freebsd-questions@FreeBSD.org
Subject:   openssl problem
Message-ID:  <59EF4775.40009@gmail.com>

next in thread | raw e-mail | index | archive | help
I do "pkg install openssl" that works ok.

But from that point I get 2 different messages at port make time 
depending on the port being installed.

/usr/ports/sysutils/qjail >make install clean
/!\ WARNING /!\

You have security/openssl installed but do not have
DEFAULT_VERSIONS+=ssl=openssl set in your make.conf

Which stops if I add DEFAULT_VERSIONS+=ssl=openssl to /etc/make.conf


Get this error all the time, even with /etc/make.com populated with 
DEFAULT_VERSIONS+=ssl=openssl

/usr/ports/www/links >make install clean
make: "/usr/ports/Mk/Uses/ssl.mk" line 77: You are using
an unsupported SSL provider openssl

I see this needing 2 solutions.

1. The openssl port needs to be changes so it populates /etc/make.conf 
with DEFAULT_VERSIONS+=ssl=openssl

2. The /usr/ports/Mk/Uses/ssl.mk" line 77 needs to be changed to resolve 
this bogus error message.

Any thoughts on these solutions?



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?59EF4775.40009>