From owner-freebsd-questions@freebsd.org Tue Oct 24 14:16:04 2017 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E1189E4E652; Tue, 24 Oct 2017 14:16:04 +0000 (UTC) (envelope-from adamw@adamw.org) Received: from apnoea.adamw.org (apnoea.adamw.org [104.225.5.94]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "apnoea.adamw.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 80609CE2; Tue, 24 Oct 2017 14:16:04 +0000 (UTC) (envelope-from adamw@adamw.org) Received: by apnoea.adamw.org (OpenSMTPD) with ESMTPSA id 8f34efea TLS version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO; Tue, 24 Oct 2017 08:15:57 -0600 (MDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 10.3 \(3273\)) Subject: Re: openssl problem From: Adam Weinberger In-Reply-To: <59EF4775.40009@gmail.com> Date: Tue, 24 Oct 2017 08:15:55 -0600 Cc: "ports@FreeBSD.org" , freebsd-questions@FreeBSD.org Content-Transfer-Encoding: quoted-printable Message-Id: <8A81AECC-858E-442B-93B2-99D71491BA7D@adamw.org> References: <59EF4775.40009@gmail.com> To: Ernie Luzar X-Mailer: Apple Mail (2.3273) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Oct 2017 14:16:05 -0000 > On 24 Oct, 2017, at 8:00, Ernie Luzar wrote: >=20 > I do "pkg install openssl" that works ok. >=20 > But from that point I get 2 different messages at port make time = depending on the port being installed. >=20 > /usr/ports/sysutils/qjail >make install clean > /!\ WARNING /!\ >=20 > You have security/openssl installed but do not have > DEFAULT_VERSIONS+=3Dssl=3Dopenssl set in your make.conf >=20 > Which stops if I add DEFAULT_VERSIONS+=3Dssl=3Dopenssl to = /etc/make.conf >=20 >=20 > Get this error all the time, even with /etc/make.com populated with = DEFAULT_VERSIONS+=3Dssl=3Dopenssl >=20 > /usr/ports/www/links >make install clean > make: "/usr/ports/Mk/Uses/ssl.mk" line 77: You are using > an unsupported SSL provider openssl >=20 > I see this needing 2 solutions. >=20 > 1. The openssl port needs to be changes so it populates /etc/make.conf = with DEFAULT_VERSIONS+=3Dssl=3Dopenssl That is unlikely ever to happen. The workflow isn't "install openssl, = make.conf is updated", it's "make.conf is updated (by you), now when you = install things openssl is brought in automatically." No port should ever = be touching things in /etc without a tremendously good reason. > 2. The /usr/ports/Mk/Uses/ssl.mk" line 77 needs to be changed to = resolve this bogus error message. I'm not sure how you're getting this message, as openssl is definitely a = valid value. Is this on quarterly or HEAD? How old is your ports tree? = What else is in your make.conf? # Adam --=20 Adam Weinberger adamw@adamw.org https://www.adamw.org