svn commit: r474267 - head/lang/python37

Mathieu Arnold mat at FreeBSD.org
Mon Jul 9 15:55:17 UTC 2018


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
> 
> Log:
>   - Added a warning for FBSD10
>   
>   PR:		229640
>   Sponsored by:	iXsystems Inc.
> 
> Modified:
>   head/lang/python37/Makefile
> 
> Modified: head/lang/python37/Makefile
> ==============================================================================
> --- 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+=	nis
>  PLIST_SUB+=	NO_NIS=""
>  .endif
>  
> -# python37 fail build ssl module on FreeBSD10, because X509_VERIFY_PARAM_set1_host check fails.
> -.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1100000
> +# python37 fails to build ssl module on FreeBSD10 with base SSL because X509_VERIFY_PARAM_set1_host check fails.
> +.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1100000 && ${SSL_DEFAULT} == base
>  PLIST_SUB+=	NO_SSL="@comment "
> +WARNING+=	"No SSL support for FreeBSD ${OSREL} with base SSL! OpenSSL must be greater than/equal to 1.0.2"
>  .else
>  PLIST_SUB+=	NO_SSL=""
>  .endif

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.


-- 
Mathieu Arnold
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 949 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20180709/22214dd0/attachment.sig>


More information about the svn-ports-all mailing list