mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
The arch definitions used in the test for DTRACE functionality are
missing the definition for powerpcspe, as well as some obscure mips* definitions. This patch fixes that. There should be no need to bump PORTREVISION, because only those archs are affected, and we do not build packages for any of them in any case. PR: 239171 Approved by: mat
This commit is contained in:
parent
3f8327acdb
commit
63cec5a9d3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=513794
@ -150,8 +150,10 @@ OPTIONS_DEFAULT= PERL_64BITINT THREADS MULTIPLICITY DTRACE
|
||||
.if !exists(/usr/sbin/dtrace)
|
||||
OPTIONS_EXCLUDE= DTRACE
|
||||
.endif
|
||||
.for a in aarch64 arm armeb armv6 armv7 mips mips64 mips64el mipsel mipsn32 powerpc \
|
||||
powerpc64 sparc64
|
||||
.for a in aarch64 arm armv6 armv7 \
|
||||
mips mips64 mips64el mips64elhf mips64hf mipsel mipselhf mipshf mipsn32 \
|
||||
powerpc powerpc64 powerpcspe \
|
||||
sparc64
|
||||
OPTIONS_EXCLUDE_${a}= DTRACE
|
||||
.endfor
|
||||
|
||||
|
@ -29,8 +29,10 @@ OPTIONS_DEFAULT= PERL_64BITINT THREADS MULTIPLICITY DTRACE
|
||||
.if !exists(/usr/sbin/dtrace)
|
||||
OPTIONS_EXCLUDE+= DTRACE
|
||||
.endif
|
||||
.for a in aarch64 arm armeb armv6 armv7 mips mips64 mips64el mipsel mipsn32 powerpc \
|
||||
powerpc64 sparc64
|
||||
.for a in aarch64 arm armv6 armv7 \
|
||||
mips mips64 mips64el mips64elhf mips64hf mipsel mipselhf mipshf mipsn32 \
|
||||
powerpc powerpc64 powerpcspe \
|
||||
sparc64
|
||||
OPTIONS_EXCLUDE_${a}= DTRACE
|
||||
.endfor
|
||||
|
||||
|
@ -29,8 +29,10 @@ OPTIONS_DEFAULT= PERL_64BITINT THREADS MULTIPLICITY DTRACE
|
||||
.if !exists(/usr/sbin/dtrace)
|
||||
OPTIONS_EXCLUDE+= DTRACE
|
||||
.endif
|
||||
.for a in aarch64 arm armeb armv6 armv7 mips mips64 mips64el mipsel mipsn32 powerpc \
|
||||
powerpc64 sparc64
|
||||
.for a in aarch64 arm armv6 armv7 \
|
||||
mips mips64 mips64el mips64elhf mips64hf mipsel mipselhf mipshf mipsn32 \
|
||||
powerpc powerpc64 powerpcspe \
|
||||
sparc64
|
||||
OPTIONS_EXCLUDE_${a}= DTRACE
|
||||
.endfor
|
||||
|
||||
|
@ -127,8 +127,10 @@ OPTIONS_DEFAULT= PERL_64BITINT THREADS MULTIPLICITY DTRACE
|
||||
.if !exists(/usr/sbin/dtrace)
|
||||
OPTIONS_EXCLUDE= DTRACE
|
||||
.endif
|
||||
.for a in aarch64 arm armeb armv6 armv7 mips mips64 mips64el mipsel mipsn32 powerpc \
|
||||
powerpc64 sparc64
|
||||
.for a in aarch64 arm armv6 armv7 \
|
||||
mips mips64 mips64el mips64elhf mips64hf mipsel mipselhf mipshf mipsn32 \
|
||||
powerpc powerpc64 powerpcspe \
|
||||
sparc64
|
||||
OPTIONS_EXCLUDE_${a}= DTRACE
|
||||
.endfor
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user