View | Details | Raw Unified | Return to bug 239171
Collapse All | Expand All

(-)lang/perl5-devel/Makefile (-2 / +4 lines)
Lines 150-157 Link Here
150
.if !exists(/usr/sbin/dtrace)
150
.if !exists(/usr/sbin/dtrace)
151
OPTIONS_EXCLUDE=	DTRACE
151
OPTIONS_EXCLUDE=	DTRACE
152
.endif
152
.endif
153
.for a in aarch64 arm armeb armv6 armv7 mips mips64 mips64el mipsel mipsn32 powerpc \
153
.for a in aarch64 arm armv6 armv7 \
154
	powerpc64 sparc64
154
	mips mips64 mips64el mips64elhf mips64hf mipsel mipselhf mipshf mipsn32 \
155
	powerpc powerpc64 powerpcspe \
156
	sparc64
155
OPTIONS_EXCLUDE_${a}=	DTRACE
157
OPTIONS_EXCLUDE_${a}=	DTRACE
156
.endfor
158
.endfor
157
159
(-)lang/perl5.26/Makefile (-2 / +4 lines)
Lines 29-36 Link Here
29
.if !exists(/usr/sbin/dtrace)
29
.if !exists(/usr/sbin/dtrace)
30
OPTIONS_EXCLUDE+=	DTRACE
30
OPTIONS_EXCLUDE+=	DTRACE
31
.endif
31
.endif
32
.for a in aarch64 arm armeb armv6 armv7 mips mips64 mips64el mipsel mipsn32 powerpc \
32
.for a in aarch64 arm armv6 armv7 \
33
	powerpc64 sparc64
33
	mips mips64 mips64el mips64elhf mips64hf mipsel mipselhf mipshf mipsn32 \
34
	powerpc powerpc64 powerpcspe \
35
	sparc64
34
OPTIONS_EXCLUDE_${a}=	DTRACE
36
OPTIONS_EXCLUDE_${a}=	DTRACE
35
.endfor
37
.endfor
36
38
(-)lang/perl5.28/Makefile (-2 / +4 lines)
Lines 29-36 Link Here
29
.if !exists(/usr/sbin/dtrace)
29
.if !exists(/usr/sbin/dtrace)
30
OPTIONS_EXCLUDE+=	DTRACE
30
OPTIONS_EXCLUDE+=	DTRACE
31
.endif
31
.endif
32
.for a in aarch64 arm armeb armv6 armv7 mips mips64 mips64el mipsel mipsn32 powerpc \
32
.for a in aarch64 arm armv6 armv7 \
33
	powerpc64 sparc64
33
	mips mips64 mips64el mips64elhf mips64hf mipsel mipselhf mipshf mipsn32 \
34
	powerpc powerpc64 powerpcspe \
35
	sparc64
34
OPTIONS_EXCLUDE_${a}=	DTRACE
36
OPTIONS_EXCLUDE_${a}=	DTRACE
35
.endfor
37
.endfor
36
38
(-)lang/perl5.30/Makefile (-2 / +4 lines)
Lines 127-134 Link Here
127
.if !exists(/usr/sbin/dtrace)
127
.if !exists(/usr/sbin/dtrace)
128
OPTIONS_EXCLUDE=	DTRACE
128
OPTIONS_EXCLUDE=	DTRACE
129
.endif
129
.endif
130
.for a in aarch64 arm armeb armv6 armv7 mips mips64 mips64el mipsel mipsn32 powerpc \
130
.for a in aarch64 arm armv6 armv7 \
131
	powerpc64 sparc64
131
	mips mips64 mips64el mips64elhf mips64hf mipsel mipselhf mipshf mipsn32 \
132
	powerpc powerpc64 powerpcspe \
133
	sparc64
132
OPTIONS_EXCLUDE_${a}=	DTRACE
134
OPTIONS_EXCLUDE_${a}=	DTRACE
133
.endfor
135
.endfor
134
136

Return to bug 239171