svn commit: r391624 - in head/lang: erlang-runtime15 erlang-runtime16 erlang-runtime17

Jimmy Olgeni olgeni at FreeBSD.org
Thu Jul 9 09:43:24 UTC 2015


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
 


More information about the svn-ports-all mailing list