diff options
author | Jean-Sébastien Pédron <dumbbell@FreeBSD.org> | 2018-11-06 14:17:44 +0000 |
---|---|---|
committer | Jean-Sébastien Pédron <dumbbell@FreeBSD.org> | 2018-11-06 14:17:44 +0000 |
commit | 3be6f9ab387b96e1ddf24b8726165787e002400c (patch) | |
tree | 7bc571e831cd233dade9823fd5b188acb48276eb | |
parent | 2574c7ee9d5c1bb92be6cd9a68362c8a0be8705e (diff) | |
download | freebsd-ports-3be6f9ab387b96e1ddf24b8726165787e002400c.zip |
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.
-rw-r--r-- | lang/erlang-runtime15/Makefile | 3 | ||||
-rw-r--r-- | lang/erlang-runtime16/Makefile | 3 | ||||
-rw-r--r-- | lang/erlang-runtime17/Makefile | 3 |
3 files changed, 0 insertions, 9 deletions
diff --git a/lang/erlang-runtime15/Makefile b/lang/erlang-runtime15/Makefile index 64e8d27060ff..d71404f4d7f7 100644 --- a/lang/erlang-runtime15/Makefile +++ b/lang/erlang-runtime15/Makefile @@ -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/\..*//} diff --git a/lang/erlang-runtime16/Makefile b/lang/erlang-runtime16/Makefile index 0585c9fd1078..449a79e62c15 100644 --- a/lang/erlang-runtime16/Makefile +++ b/lang/erlang-runtime16/Makefile @@ -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/\..*//} diff --git a/lang/erlang-runtime17/Makefile b/lang/erlang-runtime17/Makefile index 5f05e2a5f341..8f21a9e8e2cc 100644 --- a/lang/erlang-runtime17/Makefile +++ b/lang/erlang-runtime17/Makefile @@ -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/\..*//} |