Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Feb 2018 19:50:59 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r462631 - head/lang/python34
Message-ID:  <201802221950.w1MJox0A001250@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Feb 22 19:50:59 2018
New Revision: 462631
URL: https://svnweb.freebsd.org/changeset/ports/462631

Log:
  Mark BROKEN_SSL=openssl-devel
  
  We backported an upstream patch for NPN detection (bpo-30622) in r461919 but it is not enough.
  This port still fails to build with OpenSSL 1.1.0.
  
  Tested by:	brnrd, sunpoet (myself)

Modified:
  head/lang/python34/Makefile

Modified: head/lang/python34/Makefile
==============================================================================
--- head/lang/python34/Makefile	Thu Feb 22 19:50:54 2018	(r462630)
+++ head/lang/python34/Makefile	Thu Feb 22 19:50:59 2018	(r462631)
@@ -14,6 +14,8 @@ COMMENT=	Interpreted object-oriented programming langu
 
 LICENSE=	PSFL
 
+BROKEN_SSL=	openssl-devel
+
 USES=		cpe ncurses pathfix pkgconfig readline:port shebangfix ssl tar:xz
 PATHFIX_MAKEFILEIN=	Makefile.pre.in
 USE_LDCONFIG=	yes



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802221950.w1MJox0A001250>