From owner-freebsd-ports@freebsd.org Tue Oct 24 14:05:01 2017 Return-Path: Delivered-To: freebsd-ports@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 2B8F6E4E0F6 for ; Tue, 24 Oct 2017 14:05:01 +0000 (UTC) (envelope-from DutchDaemon@FreeBSD.org) Received: from offshore.bengrimm.net (offshore.bengrimm.net [84.22.108.242]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "offshore.bengrimm.net", Issuer "offshore.bengrimm.net" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id D12E11BB for ; Tue, 24 Oct 2017 14:05:00 +0000 (UTC) (envelope-from DutchDaemon@FreeBSD.org) X-H2O-MailScanner-Watermark: 1509458681.57757@wv/Q2RY35RyFS2YR5ZETWg X-Offshore-MailScanner-From: dutchdaemon@freebsd.org X-Offshore-MailScanner-SpamCheck: not spam (whitelisted), SpamAssassin (not cached, score=-1, required 4, autolearn=not spam, ALL_TRUSTED -1.00) X-Offshore-MailScanner: Not scanned: please contact your Internet E-Mail Service Provider for details X-Offshore-MailScanner-ID: v9OE4XCL015342 X-Offshore-MailScanner-Information: Please contact the ISP for more information Received: from [10.190.10.116] (D57C4972.static.ziggozakelijk.nl [213.124.73.114]) (authenticated bits=0) by offshore.bengrimm.net (8.15.2/8.15.2) with ESMTPSA id v9OE4XCL015342 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Tue, 24 Oct 2017 16:04:34 +0200 (CEST) (envelope-from DutchDaemon@FreeBSD.org) DKIM-Filter: OpenDKIM Filter v2.10.3 offshore.bengrimm.net v9OE4XCL015342 X-Authentication-Warning: offshore.bengrimm.net: Host D57C4972.static.ziggozakelijk.nl [213.124.73.114] claimed to be [10.190.10.116] Subject: Re: openssl problem To: freebsd-ports@freebsd.org References: <59EF4775.40009@gmail.com> From: DutchDaemon - FreeBSD Forums Administrator Organization: The FreeBSD Forums Message-ID: <416e8b03-43ee-93b4-c135-dcf237d167f8@FreeBSD.org> Date: Tue, 24 Oct 2017 16:04:26 +0200 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 In-Reply-To: <59EF4775.40009@gmail.com> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="5kkPUbQfGDNapR1fWkcs06aXkxGsktj4j" X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.6.2 (offshore.bengrimm.net [84.22.108.242]); Tue, 24 Oct 2017 16:04:34 +0200 (CEST) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Oct 2017 14:05:01 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --5kkPUbQfGDNapR1fWkcs06aXkxGsktj4j Content-Type: multipart/mixed; boundary="b4ox0PW6qFWmJoWGqohsfpNj5F3UppX1R"; protected-headers="v1" From: DutchDaemon - FreeBSD Forums Administrator To: freebsd-ports@freebsd.org Message-ID: <416e8b03-43ee-93b4-c135-dcf237d167f8@FreeBSD.org> Subject: Re: openssl problem References: <59EF4775.40009@gmail.com> In-Reply-To: <59EF4775.40009@gmail.com> --b4ox0PW6qFWmJoWGqohsfpNj5F3UppX1R Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Content-Language: nl 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+=3Dssl=3Dopenssl set in your make.conf > > Which stops if I add DEFAULT_VERSIONS+=3Dssl=3Dopenssl to /etc/make.con= f > > > Get this error all the time, even with /etc/make.com populated with > DEFAULT_VERSIONS+=3Dssl=3Dopenssl > > /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+=3Dssl=3Dopenssl > > 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@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org= " Just use something that looks like this: DEFAULT_VERSIONS=3D=C2=A0 perl5=3D5.24 python=3D2.7 python2=3D2.7 php=3D5= 6 apache=3D2.2 mysql=3D56 ssl=3Dopenssl --b4ox0PW6qFWmJoWGqohsfpNj5F3UppX1R-- --5kkPUbQfGDNapR1fWkcs06aXkxGsktj4j Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAEBCAAGBQJZ70huAAoJEOihpd08uSnEy44P/2kybH3Ubjzh3EFvIL1mEyFz lXa97c0GMO/zFuQQOMUCFN81H2Vmt7QyQaA0oEWtv/02mA9u0od1yJ0AsPXqAZjZ lj2jUV3KptQClG3Kv6Jx86wMKwOs1Mrw3Sc4o9b4VLZPdqU01VOFx0aSXhwGj8/p Yz1SQiI3MC8O665wh+4baGpr0R4JSC+ZVU4HhkBfqTZdRi3wBqaVrHqSteX87YB/ dYBfK40QOAMYw6jOmuEa1nOMIpW4N7b5AKQnNqkd+bpe+asVkbG++aV8PuihG5mj 4zl5wB3Z9NRwraN1Qq0OlEavi8CpY7vdTTMwNslhKyZo++4Shb/krmUidcAYcqNX UANQI8EIfs2RWHWV1gxwq7BfnmcpjU1tAtZkBd03svnNjIp+zkzOx8zDMgKff7br wEbncTv4DSfF+DYqbroigDf5JRPoxW6TKPhMWYptTPAkKm8VAlJ3WR62DxRGQv5x c3/HFLWZyQUVgyEPoxiFk2B6LKdnTHt8VjUwG2yNXY/d9zXVzGLraZ1Jgu5nm4Am D2chXyHpPU+Uuql/S3NWHUx1oMnvrjspk+K4KkcaDwyzi8A3dsmvTSYOvhi+26j5 Hoi5GYY6Zg2ZyHb/UOeADG6y2b+uOkNCy1vIsQ46iAfkrgPJQ09so4O3SwuZUCee ZjzwB9epmacQcTnjEO6n =8lNh -----END PGP SIGNATURE----- --5kkPUbQfGDNapR1fWkcs06aXkxGsktj4j--