svn commit: r558885 - in head/lang: erlang-runtime21 erlang-runtime22

Mark Linimon linimon at FreeBSD.org
Tue Dec 22 03:09:13 UTC 2020


Author: linimon
Date: Tue Dec 22 03:09:12 2020
New Revision: 558885
URL: https://svnweb.freebsd.org/changeset/ports/558885

Log:
  On riscv64, disable DTRACE here by default, the same as on lang/erlang-
  runtime23.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/lang/erlang-runtime21/Makefile
  head/lang/erlang-runtime22/Makefile

Modified: head/lang/erlang-runtime21/Makefile
==============================================================================
--- head/lang/erlang-runtime21/Makefile	Tue Dec 22 03:05:41 2020	(r558884)
+++ head/lang/erlang-runtime21/Makefile	Tue Dec 22 03:09:12 2020	(r558885)
@@ -39,6 +39,7 @@ OPTIONS_DEFINE=	CORBA DIRTY DTRACE HIPE JAVA KQUEUE NA
 OPTIONS_DEFAULT=CORBA DIRTY DTRACE HIPE KQUEUE OPENSSL SCTP THREADS
 OPTIONS_EXCLUDE_powerpc64=	HIPE
 OPTIONS_EXCLUDE_powerpc64le=	HIPE
+OPTIONS_EXCLUDE_riscv64=	DTRACE
 
 CORBA_DESC=	Enable Corba support
 DIRTY_DESC=	Enable Dirty schedulers

Modified: head/lang/erlang-runtime22/Makefile
==============================================================================
--- head/lang/erlang-runtime22/Makefile	Tue Dec 22 03:05:41 2020	(r558884)
+++ head/lang/erlang-runtime22/Makefile	Tue Dec 22 03:09:12 2020	(r558885)
@@ -36,6 +36,7 @@ ERLANG_LIB=	${PORTNAME}${PORTVERSION:C/\..*//}
 OPTIONS_DEFINE=	CORBA DIRTY DTRACE HIPE JAVA KQUEUE NATIVE ODBC OPENSSL SCTP THREADS WX
 OPTIONS_DEFAULT=CORBA DIRTY DTRACE KQUEUE OPENSSL SCTP THREADS
 OPTIONS_EXCLUDE_powerpc64=	HIPE
+OPTIONS_EXCLUDE_riscv64=	DTRACE
 
 CORBA_DESC=	Enable Corba support
 DIRTY_DESC=	Enable Dirty schedulers


More information about the svn-ports-all mailing list