mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
Mark these ports broken on aarch64 (and, where appropriate, armv6/7).
While here, pet portlint. Approved by: portmgr (tier-2 blanket)
This commit is contained in:
parent
2dce04dd2a
commit
fad36c0b53
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=457513
@ -12,6 +12,10 @@ COMMENT= Parametric equalizer LV2 audio plugin
|
||||
LICENSE= GPLv3
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
BROKEN_aarch64= fails to compile: unknown FP unit 'sse'
|
||||
BROKEN_armv6= fails to compile: unknown FP unit 'sse'
|
||||
BROKEN_mips64= fails to compile: unknown FP unit 'sse'
|
||||
|
||||
BUILD_DEPENDS= lv2>0:audio/lv2
|
||||
LIB_DEPENDS= libfftw3.so:math/fftw3 \
|
||||
libfontconfig.so:x11-fonts/fontconfig \
|
||||
|
@ -13,6 +13,8 @@ COMMENT= Gigasampler file loader library
|
||||
LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
BROKEN_aarch64= fails to compile: DLS.cpp:526:9: unknown type name 'uuid_t'; did you mean 'uid_t'?
|
||||
|
||||
LIB_DEPENDS= libsndfile.so:audio/libsndfile \
|
||||
libuuid.so:misc/e2fsprogs-libuuid
|
||||
|
||||
|
@ -14,6 +14,8 @@ COMMENT= Cross-platform game SDK
|
||||
|
||||
LICENSE= ZLIB
|
||||
|
||||
BROKEN_aarch64= fails to compile: X11/x11_window.cpp:1626:40: use of undeclared identifier 'malloc'; did you mean 'valloc'?
|
||||
|
||||
LIB_DEPENDS= libpng.so:graphics/png \
|
||||
libmikmod.so:audio/libmikmod \
|
||||
libvorbis.so:audio/libvorbis \
|
||||
|
@ -6,14 +6,16 @@ PORTVERSION= 2016
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://downloads.dragonlace.net/src/
|
||||
DISTNAME= gps-gpl-${PORTVERSION}-src
|
||||
PKGNAMESUFFIX= -ide
|
||||
DISTNAME= gps-gpl-${PORTVERSION}-src
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= GNAT Programming Studio - IDE for Ada and many other languages
|
||||
|
||||
LICENSE= GPLv3
|
||||
|
||||
BROKEN_aarch64= fails to compile: No rule to make target 'default'
|
||||
|
||||
BUILD_DEPENDS= gprbuild:devel/gprbuild \
|
||||
xmlada>=4.4:textproc/xmlada \
|
||||
gnatcoll>=2016:devel/gnatcoll \
|
||||
|
@ -12,6 +12,10 @@ COMMENT= Simulation of the HP-42S scientific calculator and HP-82240 printer
|
||||
LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
BROKEN_aarch64= fails to link: c++: error: no such file or directory: 'gcc111libbid.a'
|
||||
BROKEN_armv6= fails to link: c++: error: no such file or directory: 'gcc111libbid.a'
|
||||
BROKEN_mips64= fails to link: c++: error: no such file or directory: 'gcc111libbid.a'
|
||||
|
||||
LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
|
||||
libfreetype.so:print/freetype2
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user