Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Nov 2016 13:31:47 +0000 (UTC)
From:      David Naylor <dbn@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r426824 - head/lang/pypy
Message-ID:  <201611221331.uAMDVlrW054492@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dbn
Date: Tue Nov 22 13:31:47 2016
New Revision: 426824
URL: https://svnweb.freebsd.org/changeset/ports/426824

Log:
  lang/pypy: unbreak with libressl
  
  PyPy now supports libressl (aka openssl 1.1).
  
  Submitted by:   benjamin@bureaucracy.de

Modified:
  head/lang/pypy/Makefile

Modified: head/lang/pypy/Makefile
==============================================================================
--- head/lang/pypy/Makefile	Tue Nov 22 13:10:10 2016	(r426823)
+++ head/lang/pypy/Makefile	Tue Nov 22 13:31:47 2016	(r426824)
@@ -61,10 +61,6 @@ PLIST=		${.CURDIR}/pkg-plist
 .include "${MASTERDIR}/bsd.pypy.mk"
 .include <bsd.port.pre.mk>
 
-.if ${SSL_DEFAULT:Mlibressl*}
-IGNORE=	Detected LibreSSL which is interpreted as unsupported OpenSSL > v1.1
-.endif
-
 .if ${ARCH} == "i386" || ${ARCH} == "armv6"
 PYPY_BITS=	32
 .elif ${ARCH} == "amd64" || ${ARCH} == "powerpc64"



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