Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Jul 2018 00:44:53 +0800
From:      Martin Wilke <miwi@FreeBSD.org>
To:        Mathieu Arnold <mat@FreeBSD.org>
Cc:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r474267 - head/lang/python37
Message-ID:  <843A01A7-21AD-4415-9A37-ECDD5D3B8B2A@FreeBSD.org>
In-Reply-To: <20180709155512.fwlzde7buxrhwwgb@ogg.in.absolight.net>
References:  <201807091511.w69FBfXR077059@repo.freebsd.org> <20180709155512.fwlzde7buxrhwwgb@ogg.in.absolight.net>

next in thread | previous in thread | raw e-mail | index | archive | help
Done, thanks for pointing that out.

> On 9 Jul 2018, at 11:55 PM, Mathieu Arnold <mat@FreeBSD.org> wrote:
>=20
> On Mon, Jul 09, 2018 at 03:11:41PM +0000, Martin Wilke wrote:
>> Author: miwi
>> Date: Mon Jul  9 15:11:41 2018
>> New Revision: 474267
>> URL: https://svnweb.freebsd.org/changeset/ports/474267
>>=20
>> Log:
>>  - Added a warning for FBSD10
>>=20
>>  PR:		229640
>>  Sponsored by:	iXsystems Inc.
>>=20
>> Modified:
>>  head/lang/python37/Makefile
>>=20
>> Modified: head/lang/python37/Makefile
>> =
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D
>> --- head/lang/python37/Makefile	Mon Jul  9 15:09:37 2018	=
(r474266)
>> +++ head/lang/python37/Makefile	Mon Jul  9 15:11:41 2018	=
(r474267)
>> @@ -118,9 +118,10 @@ DISABLED_EXTENSIONS+=3D	nis
>> PLIST_SUB+=3D	NO_NIS=3D""
>> .endif
>>=20
>> -# python37 fail build ssl module on FreeBSD10, because =
X509_VERIFY_PARAM_set1_host check fails.
>> -.if ${OPSYS} =3D=3D FreeBSD && ${OSVERSION} < 1100000
>> +# python37 fails to build ssl module on FreeBSD10 with base SSL =
because X509_VERIFY_PARAM_set1_host check fails.
>> +.if ${OPSYS} =3D=3D FreeBSD && ${OSVERSION} < 1100000 && =
${SSL_DEFAULT} =3D=3D base
>> PLIST_SUB+=3D	NO_SSL=3D"@comment "
>> +WARNING+=3D	"No SSL support for FreeBSD ${OSREL} with base SSL! =
OpenSSL must be greater than/equal to 1.0.2"
>> .else
>> PLIST_SUB+=3D	NO_SSL=3D""
>> .endif
>=20
> This is unclear, but it seems like it will change the package if the
> default SSL is not the base system one, right?  In which case, bumping
> PORTREVISION would be nice.
>=20
>=20
> --=20
> Mathieu Arnold




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?843A01A7-21AD-4415-9A37-ECDD5D3B8B2A>