svn commit: r382344 - in head/lang: erlang erlang-runtime15 erlang-runtime16 erlang-runtime17
John Marino
marino at FreeBSD.org
Thu Mar 26 20:55:03 UTC 2015
Author: marino
Date: Thu Mar 26 20:55:01 2015
New Revision: 382344
URL: https://svnweb.freebsd.org/changeset/ports/382344
QAT: https://qat.redports.org/buildarchive/r382344/
Log:
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
Modified:
head/lang/erlang-runtime15/Makefile
head/lang/erlang-runtime16/Makefile
head/lang/erlang-runtime17/Makefile
head/lang/erlang/Makefile
Modified: head/lang/erlang-runtime15/Makefile
==============================================================================
--- head/lang/erlang-runtime15/Makefile Thu Mar 26 20:51:52 2015 (r382343)
+++ head/lang/erlang-runtime15/Makefile Thu Mar 26 20:55:01 2015 (r382344)
@@ -41,6 +41,7 @@ GS_DESC= Enable GS application (deprecat
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/}
Modified: head/lang/erlang-runtime16/Makefile
==============================================================================
--- head/lang/erlang-runtime16/Makefile Thu Mar 26 20:51:52 2015 (r382343)
+++ head/lang/erlang-runtime16/Makefile Thu Mar 26 20:55:01 2015 (r382344)
@@ -41,6 +41,7 @@ GS_DESC= Enable GS application (deprecat
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/}
Modified: head/lang/erlang-runtime17/Makefile
==============================================================================
--- head/lang/erlang-runtime17/Makefile Thu Mar 26 20:51:52 2015 (r382343)
+++ head/lang/erlang-runtime17/Makefile Thu Mar 26 20:55:01 2015 (r382344)
@@ -40,6 +40,7 @@ GS_DESC= Enable GS application (deprecat
DTRACE_DESC= Enable DTrace support
OPTIONS_DEFAULT=KQUEUE OPENSSL SCTP SMP THREADS
+OPTIONS_EXCLUDE_DragonFly= SCTP
ERL_RELEASE= 17.4
Modified: head/lang/erlang/Makefile
==============================================================================
--- head/lang/erlang/Makefile Thu Mar 26 20:51:52 2015 (r382343)
+++ head/lang/erlang/Makefile Thu Mar 26 20:55:01 2015 (r382344)
@@ -45,6 +45,7 @@ GS_DESC= Enable GS application (deprecat
DTRACE_DESC= Enable DTrace support
OPTIONS_DEFAULT=KQUEUE OPENSSL SCTP SMP THREADS
+OPTIONS_EXCLUDE_DragonFly= SCTP
ERL_RELEASE= 17.4
More information about the svn-ports-all
mailing list