Index: databases/libmemcached/Makefile =================================================================== --- databases/libmemcached/Makefile (revision 472607) +++ databases/libmemcached/Makefile (working copy) @@ -29,6 +29,11 @@ OPTIONS_DEFINE= DEBUG MEMASLAP SASL OPTIONS_DEFAULT= MEMASLAP SASL MURMUR FNV64 +# ld(1) fails to link probes: Relocations in generic ELF (EM: 0) +OPTIONS_EXCLUDE_aarch64= DTRACE +# dt_modtext:opensolaris/lib/libdtrace/common/dt_link.c: arm not implemented +OPTIONS_EXCLUDE_armv6= DTRACE +OPTIONS_EXCLUDE_armv7= DTRACE OPTIONS_GROUP= HASH OPTIONS_GROUP_HASH= FNV64 HSIEH MURMUR Index: lang/erlang-runtime15/Makefile =================================================================== --- lang/erlang-runtime15/Makefile (revision 472607) +++ lang/erlang-runtime15/Makefile (working copy) @@ -32,6 +32,12 @@ OPTIONS_DEFINE= DTRACE GS HIPE JAVA KQUEUE ODBC OPENSSL SCTP SMP THREADS WX OPTIONS_DEFAULT=KQUEUE OPENSSL SCTP SMP THREADS +# ld(1) fails to link probes: Relocations in generic ELF (EM: 0) +OPTIONS_EXCLUDE_aarch64= DTRACE +# dt_modtext:opensolaris/lib/libdtrace/common/dt_link.c: arm not implemented +OPTIONS_EXCLUDE_armv6= DTRACE +OPTIONS_EXCLUDE_armv7= DTRACE + GS_DESC= Enable GS application (deprecated) HIPE_DESC= Build native HiPE compiler KQUEUE_DESC= Enable Kernel Poll (kqueue) support Index: lang/erlang-runtime16/Makefile =================================================================== --- lang/erlang-runtime16/Makefile (revision 472607) +++ lang/erlang-runtime16/Makefile (working copy) @@ -32,6 +32,12 @@ OPTIONS_DEFINE= DTRACE GS HIPE JAVA KQUEUE ODBC OPENSSL SCTP SMP THREADS WX OPTIONS_DEFAULT=KQUEUE OPENSSL SCTP SMP THREADS +# ld(1) fails to link probes: Relocations in generic ELF (EM: 0) +OPTIONS_EXCLUDE_aarch64= DTRACE +# dt_modtext:opensolaris/lib/libdtrace/common/dt_link.c: arm not implemented +OPTIONS_EXCLUDE_armv6= DTRACE +OPTIONS_EXCLUDE_armv7= DTRACE + GS_DESC= Enable GS application (deprecated) HIPE_DESC= Build native HiPE compiler KQUEUE_DESC= Enable Kernel Poll (kqueue) support Index: lang/php56/Makefile =================================================================== --- lang/php56/Makefile (revision 472607) +++ lang/php56/Makefile (working copy) @@ -37,6 +37,11 @@ # Bug 197128: No ASM code for MIPS/MIPS64, disable FPM OPTIONS_EXCLUDE_mips=FPM OPTIONS_EXCLUDE_mips64=FPM +# ld(1) fails to link probes: Relocations in generic ELF (EM: 0) +OPTIONS_EXCLUDE_aarch64= DTRACE +# dt_modtext:opensolaris/lib/libdtrace/common/dt_link.c: arm not implemented +OPTIONS_EXCLUDE_armv6= DTRACE +OPTIONS_EXCLUDE_armv7= DTRACE OPTIONS_SUB= yes CLI_DESC= Build CLI version Index: www/firefox/Makefile.options =================================================================== --- www/firefox/Makefile.options (revision 472607) +++ www/firefox/Makefile.options (working copy) @@ -21,6 +21,9 @@ # ld(1) fails to link probes: Relocations in generic ELF (EM: 0) OPTIONS_EXCLUDE_aarch64= DTRACE +# dt_modtext:opensolaris/lib/libdtrace/common/dt_link.c: arm not implemented +OPTIONS_EXCLUDE_armv6= DTRACE +OPTIONS_EXCLUDE_armv7= DTRACE BUNDLED_CAIRO_DESC?= Use bundled fork of cairo-1.9.5 CANBERRA_DESC?= Sound theme alerts Index: www/node6/Makefile =================================================================== --- www/node6/Makefile (revision 472607) +++ www/node6/Makefile (working copy) @@ -27,6 +27,8 @@ .endif OPTIONS_EXCLUDE_FreeBSD_10= DTRACE +# ld(1) fails to link probes: Relocations in generic ELF (EM: 0) +OPTIONS_EXCLUDE_aarch64= DTRACE # dt_modtext:/usr/src/cddl/contrib/opensolaris/lib/libdtrace/common/dt_link.c(820): arm not implemented OPTIONS_EXCLUDE_armv6= DTRACE OPTIONS_EXCLUDE_armv7= DTRACE