From f713b44f75798d0b039fbac252d6d2242bda77e6 Mon Sep 17 00:00:00 2001 From: marino Date: Thu, 26 Mar 2015 20:55:01 +0000 Subject: lang/erlang* : Use OPTIONS_EXCLUDE_DragonFly to block SCTP option DragonFly no longer has SCPT in base and when it did, it was ancient. Approved by: DragonFly blanket --- lang/erlang-runtime15/Makefile | 1 + lang/erlang-runtime16/Makefile | 1 + lang/erlang-runtime17/Makefile | 1 + lang/erlang/Makefile | 1 + 4 files changed, 4 insertions(+) (limited to 'lang') diff --git a/lang/erlang-runtime15/Makefile b/lang/erlang-runtime15/Makefile index 4a483902f5fc..7c3b5ea2145d 100644 --- a/lang/erlang-runtime15/Makefile +++ b/lang/erlang-runtime15/Makefile @@ -41,6 +41,7 @@ GS_DESC= Enable GS application (deprecated) DTRACE_DESC= Enable DTrace support OPTIONS_DEFAULT=KQUEUE OPENSSL SCTP SMP THREADS +OPTIONS_EXCLUDE_DragonFly= SCTP ERL_RELEASE= R${PORTVERSION:S/.//g:tu:S/1$/-1/} diff --git a/lang/erlang-runtime16/Makefile b/lang/erlang-runtime16/Makefile index a48ee238fcaf..6a334f13eb84 100644 --- a/lang/erlang-runtime16/Makefile +++ b/lang/erlang-runtime16/Makefile @@ -41,6 +41,7 @@ GS_DESC= Enable GS application (deprecated) DTRACE_DESC= Enable DTrace support OPTIONS_DEFAULT=KQUEUE OPENSSL SCTP SMP THREADS +OPTIONS_EXCLUDE_DragonFly= SCTP ERL_RELEASE= R${PORTVERSION:S/.//g:tu:S/1$/-1/} diff --git a/lang/erlang-runtime17/Makefile b/lang/erlang-runtime17/Makefile index 0adf47b813e6..e9294d94abc2 100644 --- a/lang/erlang-runtime17/Makefile +++ b/lang/erlang-runtime17/Makefile @@ -40,6 +40,7 @@ GS_DESC= Enable GS application (deprecated) DTRACE_DESC= Enable DTrace support OPTIONS_DEFAULT=KQUEUE OPENSSL SCTP SMP THREADS +OPTIONS_EXCLUDE_DragonFly= SCTP ERL_RELEASE= 17.4 diff --git a/lang/erlang/Makefile b/lang/erlang/Makefile index 5a15167710d0..fb8a86ceda0a 100644 --- a/lang/erlang/Makefile +++ b/lang/erlang/Makefile @@ -45,6 +45,7 @@ GS_DESC= Enable GS application (deprecated) DTRACE_DESC= Enable DTrace support OPTIONS_DEFAULT=KQUEUE OPENSSL SCTP SMP THREADS +OPTIONS_EXCLUDE_DragonFly= SCTP ERL_RELEASE= 17.4 -- cgit