svn commit: r520627 - head/lang/erlang-runtime22

Piotr Kubaj pkubaj at FreeBSD.org
Sun Dec 22 14:06:29 UTC 2019


Author: pkubaj
Date: Sun Dec 22 14:06:28 2019
New Revision: 520627
URL: https://svnweb.freebsd.org/changeset/ports/520627

Log:
  lang/erlang-runtime22: disable DTRACE on powerpc64 elfv2
  
  Similarly to other erlang ports, disable DTRACE on powerpc64 for elfv2 which head will soon switch to.
  
  PR:             242718
  Approved by:    dch (maintainer)

Modified:
  head/lang/erlang-runtime22/Makefile

Modified: head/lang/erlang-runtime22/Makefile
==============================================================================
--- head/lang/erlang-runtime22/Makefile	Sun Dec 22 13:56:59 2019	(r520626)
+++ head/lang/erlang-runtime22/Makefile	Sun Dec 22 14:06:28 2019	(r520627)
@@ -35,7 +35,8 @@ 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_powerpc64=	HIPE ${OPTIONS_EXCLUDE_${ARCH}_${OSREL:R}}
+OPTIONS_EXCLUDE_powerpc64_13=	DTRACE
 
 CORBA_DESC=	Enable Corba support
 DIRTY_DESC=	Enable Dirty schedulers


More information about the svn-ports-all mailing list