View | Details | Raw Unified | Return to bug 224271 | Differences between
and this patch

Collapse All | Expand All

(-)databases/libmemcached/Makefile (+5 lines)
Lines 29-34 Link Here
29
29
30
OPTIONS_DEFINE=		DEBUG MEMASLAP SASL
30
OPTIONS_DEFINE=		DEBUG MEMASLAP SASL
31
OPTIONS_DEFAULT=	MEMASLAP SASL MURMUR FNV64
31
OPTIONS_DEFAULT=	MEMASLAP SASL MURMUR FNV64
32
# ld(1) fails to link probes: Relocations in generic ELF (EM: 0)
33
OPTIONS_EXCLUDE_aarch64=	DTRACE
34
# dt_modtext:opensolaris/lib/libdtrace/common/dt_link.c: arm not implemented
35
OPTIONS_EXCLUDE_armv6=	DTRACE
36
OPTIONS_EXCLUDE_armv7=	DTRACE
32
OPTIONS_GROUP=		HASH
37
OPTIONS_GROUP=		HASH
33
OPTIONS_GROUP_HASH=	FNV64 HSIEH MURMUR
38
OPTIONS_GROUP_HASH=	FNV64 HSIEH MURMUR
34
39
(-)lang/erlang-runtime15/Makefile (+6 lines)
Lines 32-37 Link Here
32
OPTIONS_DEFINE=	DTRACE GS HIPE JAVA KQUEUE ODBC OPENSSL SCTP SMP THREADS WX
32
OPTIONS_DEFINE=	DTRACE GS HIPE JAVA KQUEUE ODBC OPENSSL SCTP SMP THREADS WX
33
OPTIONS_DEFAULT=KQUEUE OPENSSL SCTP SMP THREADS
33
OPTIONS_DEFAULT=KQUEUE OPENSSL SCTP SMP THREADS
34
34
35
# ld(1) fails to link probes: Relocations in generic ELF (EM: 0)
36
OPTIONS_EXCLUDE_aarch64=	DTRACE
37
# dt_modtext:opensolaris/lib/libdtrace/common/dt_link.c: arm not implemented
38
OPTIONS_EXCLUDE_armv6=	DTRACE
39
OPTIONS_EXCLUDE_armv7=	DTRACE
40
35
GS_DESC=	Enable GS application (deprecated)
41
GS_DESC=	Enable GS application (deprecated)
36
HIPE_DESC=	Build native HiPE compiler
42
HIPE_DESC=	Build native HiPE compiler
37
KQUEUE_DESC=	Enable Kernel Poll (kqueue) support
43
KQUEUE_DESC=	Enable Kernel Poll (kqueue) support
(-)lang/erlang-runtime16/Makefile (+6 lines)
Lines 32-37 Link Here
32
OPTIONS_DEFINE=	DTRACE GS HIPE JAVA KQUEUE ODBC OPENSSL SCTP SMP THREADS WX
32
OPTIONS_DEFINE=	DTRACE GS HIPE JAVA KQUEUE ODBC OPENSSL SCTP SMP THREADS WX
33
OPTIONS_DEFAULT=KQUEUE OPENSSL SCTP SMP THREADS
33
OPTIONS_DEFAULT=KQUEUE OPENSSL SCTP SMP THREADS
34
34
35
# ld(1) fails to link probes: Relocations in generic ELF (EM: 0)
36
OPTIONS_EXCLUDE_aarch64=	DTRACE
37
# dt_modtext:opensolaris/lib/libdtrace/common/dt_link.c: arm not implemented
38
OPTIONS_EXCLUDE_armv6=	DTRACE
39
OPTIONS_EXCLUDE_armv7=	DTRACE
40
35
GS_DESC=	Enable GS application (deprecated)
41
GS_DESC=	Enable GS application (deprecated)
36
HIPE_DESC=	Build native HiPE compiler
42
HIPE_DESC=	Build native HiPE compiler
37
KQUEUE_DESC=	Enable Kernel Poll (kqueue) support
43
KQUEUE_DESC=	Enable Kernel Poll (kqueue) support
(-)lang/php56/Makefile (+5 lines)
Lines 37-42 Link Here
37
# Bug 197128:  No ASM code for MIPS/MIPS64, disable FPM
37
# Bug 197128:  No ASM code for MIPS/MIPS64, disable FPM
38
OPTIONS_EXCLUDE_mips=FPM
38
OPTIONS_EXCLUDE_mips=FPM
39
OPTIONS_EXCLUDE_mips64=FPM
39
OPTIONS_EXCLUDE_mips64=FPM
40
# ld(1) fails to link probes: Relocations in generic ELF (EM: 0)
41
OPTIONS_EXCLUDE_aarch64=	DTRACE
42
# dt_modtext:opensolaris/lib/libdtrace/common/dt_link.c: arm not implemented
43
OPTIONS_EXCLUDE_armv6=	DTRACE
44
OPTIONS_EXCLUDE_armv7=	DTRACE
40
OPTIONS_SUB=	yes
45
OPTIONS_SUB=	yes
41
46
42
CLI_DESC=	Build CLI version
47
CLI_DESC=	Build CLI version
(-)www/firefox/Makefile.options (+3 lines)
Lines 21-26 Link Here
21
21
22
# ld(1) fails to link probes: Relocations in generic ELF (EM: 0)
22
# ld(1) fails to link probes: Relocations in generic ELF (EM: 0)
23
OPTIONS_EXCLUDE_aarch64=	DTRACE
23
OPTIONS_EXCLUDE_aarch64=	DTRACE
24
# dt_modtext:opensolaris/lib/libdtrace/common/dt_link.c: arm not implemented
25
OPTIONS_EXCLUDE_armv6=	DTRACE
26
OPTIONS_EXCLUDE_armv7=	DTRACE
24
27
25
BUNDLED_CAIRO_DESC?=	Use bundled fork of cairo-1.9.5
28
BUNDLED_CAIRO_DESC?=	Use bundled fork of cairo-1.9.5
26
CANBERRA_DESC?=		Sound theme alerts
29
CANBERRA_DESC?=		Sound theme alerts
(-)www/node6/Makefile (+2 lines)
Lines 27-32 Link Here
27
.endif
27
.endif
28
28
29
OPTIONS_EXCLUDE_FreeBSD_10=	DTRACE
29
OPTIONS_EXCLUDE_FreeBSD_10=	DTRACE
30
# ld(1) fails to link probes: Relocations in generic ELF (EM: 0)
31
OPTIONS_EXCLUDE_aarch64=	DTRACE
30
# dt_modtext:/usr/src/cddl/contrib/opensolaris/lib/libdtrace/common/dt_link.c(820): arm not implemented
32
# dt_modtext:/usr/src/cddl/contrib/opensolaris/lib/libdtrace/common/dt_link.c(820): arm not implemented
31
OPTIONS_EXCLUDE_armv6=		DTRACE
33
OPTIONS_EXCLUDE_armv6=		DTRACE
32
OPTIONS_EXCLUDE_armv7=		DTRACE
34
OPTIONS_EXCLUDE_armv7=		DTRACE

Return to bug 224271