openssl problem

DutchDaemon - FreeBSD Forums Administrator DutchDaemon at FreeBSD.org
Tue Oct 24 14:05:01 UTC 2017


On 24-10-2017 16:00, Ernie Luzar wrote:
> 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?
> _______________________________________________
> freebsd-ports at freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-ports
> To unsubscribe, send any mail to "freebsd-ports-unsubscribe at freebsd.org"

Just use something that looks like this:


DEFAULT_VERSIONS=  perl5=5.24 python=2.7 python2=2.7 php=56 apache=2.2
mysql=56 ssl=openssl



-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freebsd.org/pipermail/freebsd-ports/attachments/20171024/d34b98a7/attachment.sig>


More information about the freebsd-ports mailing list