Date: Sun, 22 Dec 2019 14:06:28 +0000 (UTC) From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r520627 - head/lang/erlang-runtime22 Message-ID: <201912221406.xBME6Sjq040609@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201912221406.xBME6Sjq040609>