Date: Thu, 26 Mar 2015 20:55:02 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r382344 - in head/lang: erlang erlang-runtime15 erlang-runtime16 erlang-runtime17 Message-ID: <201503262055.t2QKt23L085919@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201503262055.t2QKt23L085919>