From 1111fce6cd8d7ff4dd5217a829889d475632bdf0 Mon Sep 17 00:00:00 2001 From: Muhammad Moinur Rahman Date: Sat, 12 Apr 2025 23:53:00 +0200 Subject: [PATCH] */*: Remove riscv64sf Support --- lang/perl5.36/Makefile | 2 +- lang/perl5.38/Makefile | 2 +- lang/perl5.40/Makefile | 2 +- net-mgmt/ocsinventory-agent/Makefile | 2 +- net-mgmt/p5-FusionInventory-Agent/Makefile | 1 - net/tcplog_dumper/Makefile | 2 +- sysutils/dmidecode/Makefile | 2 +- sysutils/nut/Makefile | 1 - 8 files changed, 6 insertions(+), 8 deletions(-) diff --git a/lang/perl5.36/Makefile b/lang/perl5.36/Makefile index 2584900944ad..83551e90f358 100644 --- a/lang/perl5.36/Makefile +++ b/lang/perl5.36/Makefile @@ -135,7 +135,7 @@ OPTIONS_EXCLUDE= DTRACE .endif .for a in aarch64 armv6 armv7 \ mips mips64 mips64el mips64elhf mips64hf mipsel mipselhf mipshf mipsn32 \ - riscv64 riscv64sf + riscv64 OPTIONS_EXCLUDE_${a}= DTRACE .endfor OPTIONS_SUB= yes diff --git a/lang/perl5.38/Makefile b/lang/perl5.38/Makefile index c4cfcd4f93ed..6314d0ba987e 100644 --- a/lang/perl5.38/Makefile +++ b/lang/perl5.38/Makefile @@ -133,7 +133,7 @@ OPTIONS_EXCLUDE= DTRACE .endif .for a in aarch64 armv6 armv7 \ mips mips64 mips64el mips64elhf mips64hf mipsel mipselhf mipshf mipsn32 \ - riscv64 riscv64sf + riscv64 OPTIONS_EXCLUDE_${a}= DTRACE .endfor OPTIONS_SUB= yes diff --git a/lang/perl5.40/Makefile b/lang/perl5.40/Makefile index 58e97279b9f1..ba2dda1bb98b 100644 --- a/lang/perl5.40/Makefile +++ b/lang/perl5.40/Makefile @@ -133,7 +133,7 @@ OPTIONS_EXCLUDE= DTRACE .endif .for a in aarch64 armv6 armv7 \ mips mips64 mips64el mips64elhf mips64hf mipsel mipselhf mipshf mipsn32 \ - riscv64 riscv64sf + riscv64 OPTIONS_EXCLUDE_${a}= DTRACE .endfor OPTIONS_SUB= yes diff --git a/net-mgmt/ocsinventory-agent/Makefile b/net-mgmt/ocsinventory-agent/Makefile index 0572ca8f9a90..63ce26b5ae82 100644 --- a/net-mgmt/ocsinventory-agent/Makefile +++ b/net-mgmt/ocsinventory-agent/Makefile @@ -57,7 +57,7 @@ SNMP_RUN_DEPENDS= nmap:security/nmap \ .include -.if ${ARCH} == aarch64 || ${ARCH} == amd64 || ${ARCH} == armv6 || ${ARCH} == armv7 || ${ARCH} == i386 || ${ARCH} == riscv64 || ${ARCH} == riscv64sf +.if ${ARCH} == aarch64 || ${ARCH} == amd64 || ${ARCH} == armv6 || ${ARCH} == armv7 || ${ARCH} == i386 || ${ARCH} == riscv64 RUN_DEPENDS+= dmidecode:sysutils/dmidecode .endif diff --git a/net-mgmt/p5-FusionInventory-Agent/Makefile b/net-mgmt/p5-FusionInventory-Agent/Makefile index 7be17121f659..30152589f726 100644 --- a/net-mgmt/p5-FusionInventory-Agent/Makefile +++ b/net-mgmt/p5-FusionInventory-Agent/Makefile @@ -50,7 +50,6 @@ OPTIONS_DEFAULT_armv6= DMIDECODE OPTIONS_DEFAULT_armv7= DMIDECODE OPTIONS_DEFAULT_i386= DMIDECODE OPTIONS_DEFAULT_riscv64= DMIDECODE -OPTIONS_DEFAULT_riscv64sf= DMIDECODE OPTIONS_SUB= yes DAEMON_DESC= Daemon mode, with opt. web interface diff --git a/net/tcplog_dumper/Makefile b/net/tcplog_dumper/Makefile index c352b1420019..cf4a473f3faa 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 mips64elhf mips64hf powerpc64 powerpc64le riscv64 riscv64sf +ONLY_FOR_ARCHS= aarch64 amd64 mips64 mips64el mips64elhf mips64hf powerpc64 powerpc64le riscv64 ONLY_FOR_ARCHS_REASON= only 64-bit platforms are supported USE_GITHUB= yes diff --git a/sysutils/dmidecode/Makefile b/sysutils/dmidecode/Makefile index c82f711e5574..633439dc9a06 100644 --- a/sysutils/dmidecode/Makefile +++ b/sysutils/dmidecode/Makefile @@ -10,7 +10,7 @@ WWW= https://www.nongnu.org/dmidecode/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE -ONLY_FOR_ARCHS= aarch64 amd64 armv6 armv7 i386 riscv64 riscv64sf +ONLY_FOR_ARCHS= aarch64 amd64 armv6 armv7 i386 riscv6 USES= tar:xz diff --git a/sysutils/nut/Makefile b/sysutils/nut/Makefile index 5300855588ea..03ea0bcb1164 100644 --- a/sysutils/nut/Makefile +++ b/sysutils/nut/Makefile @@ -37,7 +37,6 @@ OPTIONS_DEFAULT_powerpc= FREEIPMI OPTIONS_DEFAULT_powerpc64= FREEIPMI OPTIONS_DEFAULT_powerpc64le= FREEIPMI OPTIONS_DEFAULT_riscv64= FREEIPMI -OPTIONS_DEFAULT_riscv64sf= FREEIPMI OPTIONS_DEFINE= SERIAL USB SNMP NEON PDU MODBUS CGI BASH AVAHI IPMIPSU FREEIPMI DOCS MANPAGES DEV OPTIONS_SINGLE= IPMI SSL OPTIONS_SINGLE_SSL= SSL_OFF OPENSSL NSS