diff --git a/lang/perl5.36/Makefile b/lang/perl5.36/Makefile index fd0a101a2ace..24e72b31f109 100644 --- a/lang/perl5.36/Makefile +++ b/lang/perl5.36/Makefile @@ -134,7 +134,7 @@ OPTIONS_DEFAULT= DTRACE MULTIPLICITY PERL_64BITINT THREADS OPTIONS_EXCLUDE= DTRACE .endif .for a in aarch64 armv6 armv7 \ - mips mips64 mips64el mips64hf mipsel mipselhf mipshf mipsn32 \ + mips mips64 mips64el mipsel mipselhf mipshf mipsn32 \ riscv64 OPTIONS_EXCLUDE_${a}= DTRACE .endfor diff --git a/lang/perl5.38/Makefile b/lang/perl5.38/Makefile index 817caa415053..273d4007488b 100644 --- a/lang/perl5.38/Makefile +++ b/lang/perl5.38/Makefile @@ -132,7 +132,7 @@ OPTIONS_DEFAULT= DTRACE MULTIPLICITY PERL_64BITINT THREADS OPTIONS_EXCLUDE= DTRACE .endif .for a in aarch64 armv6 armv7 \ - mips mips64 mips64el mips64hf mipsel mipselhf mipshf mipsn32 \ + mips mips64 mips64el mipsel mipselhf mipshf mipsn32 \ riscv64 OPTIONS_EXCLUDE_${a}= DTRACE .endfor diff --git a/lang/perl5.40/Makefile b/lang/perl5.40/Makefile index b2cbaf3ba4a9..f565369ca002 100644 --- a/lang/perl5.40/Makefile +++ b/lang/perl5.40/Makefile @@ -132,7 +132,7 @@ OPTIONS_DEFAULT= DTRACE MULTIPLICITY PERL_64BITINT THREADS OPTIONS_EXCLUDE= DTRACE .endif .for a in aarch64 armv6 armv7 \ - mips mips64 mips64el mips64hf mipsel mipselhf mipshf mipsn32 \ + mips mips64 mips64el mipsel mipselhf mipshf mipsn32 \ riscv64 OPTIONS_EXCLUDE_${a}= DTRACE .endfor diff --git a/net/tcplog_dumper/Makefile b/net/tcplog_dumper/Makefile index 5eb8e6da82f0..93167b6d905f 100644 --- a/net/tcplog_dumper/Makefile +++ b/net/tcplog_dumper/Makefile @@ -11,7 +11,7 @@ WWW= https://github.com/Netflix/tcplog_dumper LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -ONLY_FOR_ARCHS= aarch64 amd64 mips64 mips64el mips64hf powerpc64 powerpc64le riscv64 +ONLY_FOR_ARCHS= aarch64 amd64 mips64 mips64el powerpc64 powerpc64le riscv64 ONLY_FOR_ARCHS_REASON= only 64-bit platforms are supported USE_GITHUB= yes diff --git a/sysutils/zidrav/Makefile b/sysutils/zidrav/Makefile index 60e953e41e44..4652dac6fd1c 100644 --- a/sysutils/zidrav/Makefile +++ b/sysutils/zidrav/Makefile @@ -28,7 +28,7 @@ CFLAGS+= -Dcrc32_type=long CFLAGS+= -Dcrc32_type=int .endif -.if ${ARCH} == mips || ${ARCH} == mipshf || ${ARCH} == mipsn32 || ${ARCH} == mips64 || ${ARCH} == mips64hf || ${ARCH} == powerpc || ${ARCH} == powerpc64 +.if ${ARCH} == mips || ${ARCH} == mipshf || ${ARCH} == mipsn32 || ${ARCH} == mips64 || ${ARCH} == powerpc || ${ARCH} == powerpc64 CFLAGS+= -DCPU_BIGENDIAN .endif