svn commit: r556735 - in head/lang: php72 php73
Mark Linimon
linimon at FreeBSD.org
Tue Dec 1 13:56:59 UTC 2020
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
More information about the svn-ports-head
mailing list