mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
Mark as BROKEN on riscv64.
While here, pet portlint (Makevar order). Approved by: portmgr (tier-2 blanket) Obtained from: lonesome.com build testing
This commit is contained in:
parent
e598f2ff2c
commit
4748c79acf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=557201
@ -14,6 +14,14 @@ COMMENT= Amateur Radio DSP utility (SDR)
|
||||
LICENSE= BSD2CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BROKEN_aarch64= fails to compile: implicit declaration of function outb
|
||||
BROKEN_armv6= fails to configure: cannot find /nxb-bin/usr/bin/cc
|
||||
BROKEN_armv7= fails to configure: cannot find /nxb-bin/usr/bin/cc
|
||||
BROKEN_powerpc64= fails to compile: implicit declaration of function outb
|
||||
BROKEN_powerpc64le= fails to compile: implicit declaration of function outb
|
||||
BROKEN_riscv64= fails to build: gmake: No rule to make target 'Makefile'
|
||||
BROKEN_sparc64= fails to compile: implicit declaration of function outb
|
||||
|
||||
LIB_DEPENDS= librtlsdr.so:comms/rtl-sdr \
|
||||
libportaudio.so:audio/portaudio \
|
||||
libftdi.so:devel/libftdi
|
||||
@ -35,13 +43,6 @@ LINRAD_DOCFILES= z_APM.txt z_BUFFERS.txt z_CALIBRATE.txt \
|
||||
z_PARALLEL_PORT.txt z_SETTINGS.txt \
|
||||
z_USERS_EXTRA.txt z_USERS_HWARE.txt
|
||||
|
||||
BROKEN_aarch64= fails to compile: implicit declaration of function outb
|
||||
BROKEN_armv6= fails to configure: cannot find /nxb-bin/usr/bin/cc
|
||||
BROKEN_armv7= fails to configure: cannot find /nxb-bin/usr/bin/cc
|
||||
BROKEN_powerpc64= fails to compile: implicit declaration of function outb
|
||||
BROKEN_powerpc64le= fails to compile: implicit declaration of function outb
|
||||
BROKEN_sparc64= fails to compile: implicit declaration of function outb
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
.if ${ARCH} == "i386"
|
||||
BINFILE= xlinrad
|
||||
|
Loading…
Reference in New Issue
Block a user