*/*: Remove riscv64sf Support
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -57,7 +57,7 @@ SNMP_RUN_DEPENDS= nmap:security/nmap \
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user