Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Jul 2015 09:43:23 +0000 (UTC)
From:      Jimmy Olgeni <olgeni@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r391624 - in head/lang: erlang-runtime15 erlang-runtime16 erlang-runtime17
Message-ID:  <201507090943.t699hNxC039423@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: olgeni
Date: Thu Jul  9 09:43:22 2015
New Revision: 391624
URL: https://svnweb.freebsd.org/changeset/ports/391624

Log:
  Reduce diff with R18 ports:
  
  - Exclude HIPE with OPTIONS_EXCLUDE_DragonFly

Modified:
  head/lang/erlang-runtime15/Makefile
  head/lang/erlang-runtime16/Makefile
  head/lang/erlang-runtime17/Makefile

Modified: head/lang/erlang-runtime15/Makefile
==============================================================================
--- head/lang/erlang-runtime15/Makefile	Thu Jul  9 09:39:51 2015	(r391623)
+++ head/lang/erlang-runtime15/Makefile	Thu Jul  9 09:43:22 2015	(r391624)
@@ -39,7 +39,7 @@ SMP_DESC=	Enable SMP support
 WX_DESC=	Enable WX application
 
 OPTIONS_DEFAULT=KQUEUE OPENSSL SCTP SMP THREADS
-OPTIONS_EXCLUDE_DragonFly=	SCTP
+OPTIONS_EXCLUDE_DragonFly=	HIPE SCTP
 
 ERL_RELEASE=	R${PORTVERSION:S/.//g:tu:S/1$/-1/}
 

Modified: head/lang/erlang-runtime16/Makefile
==============================================================================
--- head/lang/erlang-runtime16/Makefile	Thu Jul  9 09:39:51 2015	(r391623)
+++ head/lang/erlang-runtime16/Makefile	Thu Jul  9 09:43:22 2015	(r391624)
@@ -39,7 +39,7 @@ SMP_DESC=	Enable SMP support
 WX_DESC=	Enable WX application
 
 OPTIONS_DEFAULT=KQUEUE OPENSSL SCTP SMP THREADS
-OPTIONS_EXCLUDE_DragonFly=	SCTP
+OPTIONS_EXCLUDE_DragonFly=	HIPE SCTP
 
 ERL_RELEASE=	R${PORTVERSION:S/.//g:tu:S/1$/-1/}
 

Modified: head/lang/erlang-runtime17/Makefile
==============================================================================
--- head/lang/erlang-runtime17/Makefile	Thu Jul  9 09:39:51 2015	(r391623)
+++ head/lang/erlang-runtime17/Makefile	Thu Jul  9 09:43:22 2015	(r391624)
@@ -45,7 +45,7 @@ SMP_DESC=	Enable SMP support
 WX_DESC=	Enable WX application
 
 OPTIONS_DEFAULT=KQUEUE OPENSSL SCTP SMP THREADS
-OPTIONS_EXCLUDE_DragonFly=	SCTP
+OPTIONS_EXCLUDE_DragonFly=	HIPE SCTP
 
 ERL_RELEASE=	17.5
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201507090943.t699hNxC039423>