Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Dec 2020 13:56:58 +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: r556735 - in head/lang: php72 php73
Message-ID:  <202012011356.0B1DuwcV087176@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Tue Dec  1 13:56:58 2020
New Revision: 556735
URL: https://svnweb.freebsd.org/changeset/ports/556735

Log:
  Disable dtrace on riscv64 for now to unbreak build.
  
  Approved by:	portmgr (tier-2 blanket)
  Obtained from:	lonesome.com build testing

Modified:
  head/lang/php72/Makefile
  head/lang/php73/Makefile

Modified: head/lang/php72/Makefile
==============================================================================
--- head/lang/php72/Makefile	Tue Dec  1 13:29:20 2020	(r556734)
+++ head/lang/php72/Makefile	Tue Dec  1 13:56:58 2020	(r556735)
@@ -46,6 +46,8 @@ OPTIONS_EXCLUDE_armv7=		DTRACE
 # Bug 197128:  No ASM code for MIPS/MIPS64, disable FPM
 OPTIONS_EXCLUDE_mips=		DTRACE FPM
 OPTIONS_EXCLUDE_mips64=		DTRACE FPM
+# dt_modtext:opensolaris/ib/libdtrace/common/dt_link.c: RISC-V implementation required
+OPTIONS_EXCLUDE_riscv64=	DTRACE
 OPTIONS_EXCLUDE_sparc64=	DTRACE
 OPTIONS_SUB=	yes
 

Modified: head/lang/php73/Makefile
==============================================================================
--- head/lang/php73/Makefile	Tue Dec  1 13:29:20 2020	(r556734)
+++ head/lang/php73/Makefile	Tue Dec  1 13:56:58 2020	(r556735)
@@ -47,6 +47,8 @@ OPTIONS_EXCLUDE_armv7=		DTRACE
 # Bug 197128:  No ASM code for MIPS/MIPS64, disable FPM
 OPTIONS_EXCLUDE_mips=		DTRACE FPM
 OPTIONS_EXCLUDE_mips64=		DTRACE FPM
+# dt_modtext:opensolaris/ib/libdtrace/common/dt_link.c: RISC-V implementation required
+OPTIONS_EXCLUDE_riscv64=	DTRACE
 OPTIONS_EXCLUDE_sparc64=	DTRACE
 OPTIONS_SUB=	yes
 



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