mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
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.
This commit is contained in:
parent
2574c7ee9d
commit
3be6f9ab38
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=484292
3 changed files with 0 additions and 9 deletions
|
@ -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/\..*//}
|
||||
|
|
|
@ -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/\..*//}
|
||||
|
|
|
@ -28,9 +28,6 @@ PATCHFILES= patch-otp-17.5.1 patch-otp-17.5.2 patch-otp-17.5.3 \
|
|||
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/\..*//}
|
||||
|
|
Loading…
Add table
Reference in a new issue