Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Nov 2018 14:17:44 +0000 (UTC)
From:      =?UTF-8?Q?Jean-S=c3=a9bastien_P=c3=a9dron?= <dumbbell@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r484292 - in head/lang: erlang-runtime15 erlang-runtime16 erlang-runtime17
Message-ID:  <201811061417.wA6EHiv7065243@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dumbbell
Date: Tue Nov  6 14:17:44 2018
New Revision: 484292
URL: https://svnweb.freebsd.org/changeset/ports/484292

Log:
  lang/erlang-runtime{15,16,17}: Remove redundant BROKEN_SSL
  
  The BROKEN_SSL variable is already filled in the case the OPENSSL option
  is checked. Those extra lines were left-over from a debugging session.
  
  No need to MFH this commit, the MFH of the initial change took care of
  not adding them in the first place.

Modified:
  head/lang/erlang-runtime15/Makefile
  head/lang/erlang-runtime16/Makefile
  head/lang/erlang-runtime17/Makefile

Modified: head/lang/erlang-runtime15/Makefile
==============================================================================
--- head/lang/erlang-runtime15/Makefile	Tue Nov  6 14:12:22 2018	(r484291)
+++ head/lang/erlang-runtime15/Makefile	Tue Nov  6 14:17:44 2018	(r484292)
@@ -19,9 +19,6 @@ EXTRACT_ONLY=	${DISTNAME}${EXTRACT_SUFX}
 MAINTAINER=	erlang@FreeBSD.org
 COMMENT=	Functional programming language from Ericsson
 
-BROKEN_SSL=	openssl111
-BROKEN_SSL_REASON_openssl111=	Does not support OpenSSL 1.1, use Erlang 19+
-
 WRKSRC=		${WRKDIR}/otp_src_R15B03
 
 ERLANG_LIB=	${PORTNAME}${PORTVERSION:C/\..*//}

Modified: head/lang/erlang-runtime16/Makefile
==============================================================================
--- head/lang/erlang-runtime16/Makefile	Tue Nov  6 14:12:22 2018	(r484291)
+++ head/lang/erlang-runtime16/Makefile	Tue Nov  6 14:17:44 2018	(r484292)
@@ -19,9 +19,6 @@ EXTRACT_ONLY=	${DISTNAME}${EXTRACT_SUFX}
 MAINTAINER=	erlang@FreeBSD.org
 COMMENT=	Functional programming language from Ericsson
 
-BROKEN_SSL=	openssl111
-BROKEN_SSL_REASON_openssl111=	Does not support OpenSSL 1.1, use Erlang 19+
-
 WRKSRC=		${WRKDIR}/otp_src_${ERLANG_REL}
 
 ERLANG_LIB=	${PORTNAME}${PORTVERSION:C/\..*//}

Modified: head/lang/erlang-runtime17/Makefile
==============================================================================
--- head/lang/erlang-runtime17/Makefile	Tue Nov  6 14:12:22 2018	(r484291)
+++ head/lang/erlang-runtime17/Makefile	Tue Nov  6 14:17:44 2018	(r484292)
@@ -28,9 +28,6 @@ PATCHFILES=	patch-otp-17.5.1 patch-otp-17.5.2 patch-ot
 MAINTAINER=	erlang@FreeBSD.org
 COMMENT=	Functional programming language from Ericsson
 
-BROKEN_SSL=	openssl111
-BROKEN_SSL_REASON_openssl111=	Does not support OpenSSL 1.1, use Erlang 19+
-
 WRKSRC=		${WRKDIR}/otp_src_${ERLANG_REL}
 
 ERLANG_LIB=	${PORTNAME}${PORTVERSION:C/\..*//}



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