Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Dec 2020 13:51:44 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r556822 - in head/lang: erlang erlang-runtime20 erlang-runtime23
Message-ID:  <202012021351.0B2DpiQR086761@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Wed Dec  2 13:51:43 2020
New Revision: 556822
URL: https://svnweb.freebsd.org/changeset/ports/556822

Log:
  Disable DTRACE option on riscv64 to allow build.
  
  Approved by:	portmgr (tier-2 blanket)
  Obtained from:	lonesome.com build testing

Modified:
  head/lang/erlang-runtime20/Makefile
  head/lang/erlang-runtime23/Makefile
  head/lang/erlang/Makefile

Modified: head/lang/erlang-runtime20/Makefile
==============================================================================
--- head/lang/erlang-runtime20/Makefile	Wed Dec  2 13:44:03 2020	(r556821)
+++ head/lang/erlang-runtime20/Makefile	Wed Dec  2 13:51:43 2020	(r556822)
@@ -33,6 +33,7 @@ OPTIONS_DEFINE=	DIRTY DTRACE HIPE JAVA KQUEUE NATIVE O
 OPTIONS_DEFAULT=DIRTY DTRACE HIPE KQUEUE OPENSSL SCTP THREADS
 OPTIONS_EXCLUDE_powerpc64=	HIPE ${OPTIONS_EXCLUDE_${ARCH}_${OSREL:R}}
 OPTIONS_EXCLUDE_powerpc64_13=	DTRACE
+OPTIONS_EXCLUDE_riscv64=	DTRACE
 
 DIRTY_DESC=	Enable Dirty schedulers
 HIPE_DESC=	Build native HiPE compiler

Modified: head/lang/erlang-runtime23/Makefile
==============================================================================
--- head/lang/erlang-runtime23/Makefile	Wed Dec  2 13:44:03 2020	(r556821)
+++ head/lang/erlang-runtime23/Makefile	Wed Dec  2 13:51:43 2020	(r556822)
@@ -37,6 +37,7 @@ OPTIONS_DEFINE=	CORBA DIRTY DTRACE HIPE JAVA KQUEUE NA
 OPTIONS_DEFAULT=CORBA DIRTY DTRACE KQUEUE OPENSSL SCTP THREADS
 OPTIONS_EXCLUDE_powerpc64=	HIPE ${OPTIONS_EXCLUDE_${ARCH}_${OSREL:R}}
 OPTIONS_EXCLUDE_powerpc64_13=	DTRACE
+OPTIONS_EXCLUDE_riscv64=	DTRACE
 
 CORBA_DESC=	Enable Corba support
 DIRTY_DESC=	Enable Dirty schedulers

Modified: head/lang/erlang/Makefile
==============================================================================
--- head/lang/erlang/Makefile	Wed Dec  2 13:44:03 2020	(r556821)
+++ head/lang/erlang/Makefile	Wed Dec  2 13:51:43 2020	(r556822)
@@ -71,6 +71,7 @@ OPTIONS_EXCLUDE_aarch64=	DTRACE
 OPTIONS_EXCLUDE_armv6=		DTRACE
 OPTIONS_EXCLUDE_armv7=		DTRACE
 OPTIONS_EXCLUDE_i386=		DTRACE NATIVE HIPE
+OPTIONS_EXCLUDE_riscv64=	DTRACE
 
 # If you run Erlang and get a message resembling "WARNING: number of
 # probes fixed does not match the number of defined probes (54 != 132,



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