mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 01:09:24 -04:00
Mark some ports failing on armv6, for errors classified as "???".
While here, pet portlint. Approved by: portmgr (tier-2 blanket)
This commit is contained in:
parent
d63a4cfa1b
commit
c095cd43d0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=441814
32 changed files with 77 additions and 19 deletions
|
@ -25,6 +25,8 @@ LICENSE= APACHE20
|
|||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/share/java/maven3/bin/mvn:devel/maven3
|
||||
|
||||
BROKEN_armv6= fails to build: maven-assembly-plugin: Failed to retrieve numeric file attributes
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= xerial
|
||||
GH_PROJECT= snappy-java
|
||||
|
|
|
@ -19,6 +19,8 @@ BUILD_DEPENDS= ${LOCALBASE}/include/fftw3.h:math/fftw3 \
|
|||
RUN_DEPENDS= boinc_client:net/boinc-client
|
||||
LIB_DEPENDS= libfftw3f.so:math/fftw3-float
|
||||
|
||||
BROKEN_armv6= fails to compile: call to abs is ambiguous
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USES= autoreconf gmake libtool pkgconfig tar:xz
|
||||
WRKSRC_SUBDIR= client
|
||||
|
|
|
@ -22,7 +22,10 @@ MAKE_ARGS= EXTRA_LDFLAGS="-lpthread"
|
|||
PORTDOCS= INSTALL
|
||||
PLIST_FILES= bin/funkgold
|
||||
|
||||
BROKEN_powerpc64= Does not build: error: nested functions are disabled, use -fnested-functions to re-enable
|
||||
BROKEN_armv6= fails to compile: function definition is not allowed here
|
||||
BROKEN_mips= fails to compile: nested functions are disabled, use -fnested-functions to re-enable
|
||||
BROKEN_mips64= fails to compile: nested functions are disabled, use -fnested-functions to re-enable
|
||||
BROKEN_powerpc64= fails to compile: nested functions are disabled, use -fnested-functions to re-enable
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/funkgold ${STAGEDIR}${PREFIX}/bin
|
||||
|
|
|
@ -12,6 +12,8 @@ COMMENT= Generic sound synthesizer for Java
|
|||
LICENSE= GPLv2 # only
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BROKEN_armv6= fails to package: find: *: No such file or directory
|
||||
|
||||
USES= zip
|
||||
USE_JAVA= yes
|
||||
JAVA_VERSION= 1.6+
|
||||
|
|
|
@ -11,8 +11,11 @@ COMMENT= Burrows-Wheeler sequence aligner
|
|||
|
||||
LICENSE= GPLv3
|
||||
|
||||
BROKEN_aarch64= fails to compile: error: invalid conversion between vector type and integer type
|
||||
BROKEN_powerpc64= fails to compile: ksw.c: error: emmintrin.h: No such file or directory
|
||||
BROKEN_aarch64= fails to compile: invalid conversion between vector type and integer type
|
||||
BROKEN_armv6= fails to compile: invalid conversion between vector type and integer type
|
||||
BROKEN_mips= fails to compile: cc1: unrecognized command line option "-msse2"
|
||||
BROKEN_mips64= fails to compile: cc1: unrecognized command line option "-msse2"
|
||||
BROKEN_powerpc64= fails to compile: ksw.c: emmintrin.h: No such file or directory
|
||||
|
||||
USES= perl5 shebangfix tar:bzip2
|
||||
SHEBANG_FILES= qualfa2fq.pl xa2multi.pl
|
||||
|
|
|
@ -14,7 +14,7 @@ LICENSE= BSD2CLAUSE BSD3CLAUSE
|
|||
LICENSE_COMB= multi
|
||||
|
||||
BROKEN_aarch64= Fails to link: ImportError: /lib/libgcc_s.so.1: version GCC_4.5.0 required by /usr/local/lib/gcc5/libgfortran.so.3 not found
|
||||
BROKEN_armv64= Fails to link: ImportError: /usr/local/lib/gcc49/libgfortran.so.3: Undefined symbol "__aeabi_ldivmod"
|
||||
BROKEN_armv6= Fails to link: ImportError: /usr/local/lib/gcc49/libgfortran.so.3: Undefined symbol "__aeabi_ldivmod"
|
||||
|
||||
USES= fortran gmake python tar:bzip2
|
||||
USE_CSTD= gnu99
|
||||
|
|
|
@ -16,6 +16,8 @@ COMMENT= Native interface to serial ports in Java
|
|||
LICENSE= LGPL21
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
BROKEN_armv6= fails to link: librxtxParallel.so: No such file or directory
|
||||
|
||||
USES= gmake libtool zip
|
||||
|
||||
USE_JAVA= yes
|
||||
|
|
|
@ -13,6 +13,10 @@ COMMENT= Probabilistic text search database engine
|
|||
|
||||
LICENSE= GPLv2
|
||||
|
||||
BROKEN_armv6= fails to install: quartz_log.cc:: error: call to 'om_tostring' is ambiguous
|
||||
BROKEN_mips= fails to install: quartz_log.cc:: error: call to 'om_tostring' is ambiguous
|
||||
BROKEN_mips64= fails to install: quartz_log.cc:: error: call to 'om_tostring' is ambiguous
|
||||
|
||||
CONFLICTS_INSTALL= xapian-core- xapian-core12-
|
||||
|
||||
USES= libtool
|
||||
|
|
|
@ -16,6 +16,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|||
BUILD_DEPENDS= bash:shells/bash \
|
||||
zip:archivers/zip
|
||||
|
||||
BROKEN_armv6= fails to package: cp: bazel: No such file or directory
|
||||
|
||||
# In bazel, a release is always code-wise identical to the final release candidate.
|
||||
# Hence we can also download that one and so have a simple way to also test earlier release
|
||||
# candidates.
|
||||
|
|
|
@ -14,6 +14,8 @@ COMMENT= Java Windowing Toolkit for Text Terminals
|
|||
BUILD_DEPENDS= gmake:devel/gmake
|
||||
RUN_DEPENDS= ${JAVALIBDIR}/commons-logging.jar:java/jakarta-commons-logging
|
||||
|
||||
BROKEN_armv6= fails to compile: build.xml: compilation failed
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
USES= dos2unix zip
|
||||
|
|
|
@ -9,6 +9,8 @@ MASTER_SITES= http://forge.scilab.org/index.php/p/${PORTNAME}/downloads/get/
|
|||
MAINTAINER= makc@FreeBSD.org
|
||||
COMMENT= Swing windowing and docking framework
|
||||
|
||||
BROKEN_armv6= fails to package: flexdock/api: No such file or directory
|
||||
|
||||
USE_ANT= yes
|
||||
USE_JAVA= yes
|
||||
|
||||
|
|
|
@ -12,6 +12,8 @@ COMMENT= Repository of useful code written in Guile Scheme
|
|||
BUILD_DEPENDS= guile:lang/guile
|
||||
RUN_DEPENDS= guile:lang/guile
|
||||
|
||||
BROKEN_armv6= fails to compile: stack overflow
|
||||
|
||||
USES= gmake
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
|
|
|
@ -13,6 +13,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
|
|||
LICENSE_FILE_LGPL21+ = ${WRKSRC}/LICENSE.LGPL
|
||||
LICENSE_FILE_APACHE20= ${WRKSRC}/LICENSE.AL
|
||||
|
||||
BROKEN_armv6= fails to compile: build.xml: compilation failed
|
||||
|
||||
USES= autoreconf:build gmake libtool
|
||||
USE_ANT= yes
|
||||
USE_JAVA= yes
|
||||
|
|
|
@ -12,7 +12,8 @@ PKGNAMESUFFIX= ${LLVM_SUFFIX}
|
|||
MAINTAINER= brooks@FreeBSD.org
|
||||
COMMENT= LLVM and Clang
|
||||
|
||||
BROKEN_powerpc64= Does not build: internal compiler error: Killed (program cc1plus)
|
||||
BROKEN_armv6= fails to compile: fatal error: llvm/IR/Attributes.inc file not found
|
||||
BROKEN_powerpc64= fails to compile: internal compiler error: Killed (program cc1plus)
|
||||
|
||||
LLVM_RELEASE= ${DISTVERSION:C/rc.*//}
|
||||
RCDIR= ${DISTVERSION:S/${LLVM_RELEASE}//:C|(rc.*)|\1/|}
|
||||
|
|
|
@ -9,12 +9,14 @@ MASTER_SITES= SF/s-make
|
|||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Portable make program with automake features
|
||||
|
||||
BROKEN_i386= Does not compile
|
||||
|
||||
LICENSE= CDDL GPLv2
|
||||
LICENSE_COMB= multi
|
||||
LICENSE_FILE_CDDL= ${WRKSRC}/CDDL.Schily.txt
|
||||
|
||||
BROKEN_i386= fails to compile
|
||||
NOT_FOR_ARCHS= aarch64 armv6
|
||||
NOT_FOR_ARCHS_REASON= unknown rule to build: ./RULES/arm-freebsd-/nxb-bin/usr/bin/cc.rul
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:C/.a.*//g}
|
||||
|
||||
USES= gmake tar:bzip2
|
||||
|
|
|
@ -14,6 +14,8 @@ COMMENT= CVS repository activity report generator
|
|||
LICENSE= LGPL21+
|
||||
LICENSE_FILE= ${WRKSRC}/etc/LICENSE
|
||||
|
||||
BROKEN_armv6= fails to compile: build.xml: compilation failed
|
||||
|
||||
USES= zip
|
||||
USE_JAVA= yes
|
||||
USE_ANT= yes
|
||||
|
|
|
@ -12,6 +12,8 @@ COMMENT= Programs to make using DNS easier
|
|||
|
||||
LIB_DEPENDS= libexplain.so:devel/libexplain
|
||||
|
||||
BROKEN_armv6= fails to package: FAILED test of common/srrf.c file
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
ALL_TARGET= all sure
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
|
|
|
@ -17,6 +17,7 @@ LICENSE= GPLv2
|
|||
BUILD_DEPENDS= ${LOCALBASE}/include/boost/shared_ptr.hpp:devel/boost-libs
|
||||
LIB_DEPENDS= libboost_context.so:devel/boost-libs
|
||||
|
||||
BROKEN_armv6= fails to compile: use of overloaded operator << is ambiguous
|
||||
BROKEN_sparc64= fails to compile: json11.cpp: undefined reference to std::__throw_out_of_range_fmt
|
||||
BROKEN_powerpc64= fails to compile: dnslabeltext.cc: undefined reference to std::__cxx11::basic_string
|
||||
|
||||
|
|
|
@ -14,6 +14,8 @@ LICENSE= GPLv2+
|
|||
RUN_DEPENDS= xterm:x11/xterm
|
||||
LIB_DEPENDS+= libhunspell-1.6.so:textproc/hunspell
|
||||
|
||||
BROKEN_armv6= fails to configure: has leading or trailing whitespace. This is now an error according to policy CMP0004
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= eranif
|
||||
|
||||
|
|
|
@ -19,6 +19,8 @@ LIB_DEPENDS= libltdl.so:devel/libltdl \
|
|||
libgmp.so:math/gmp
|
||||
RUN_DEPENDS= fig2dev:print/transfig
|
||||
|
||||
BROKEN_armv6= fails to compile: call to min is ambiguous
|
||||
|
||||
USES= cpe desktop-file-utils gmake iconv localbase pkgconfig python \
|
||||
shared-mime-info shebangfix
|
||||
USE_TEX= tex:run dvipsk:run
|
||||
|
|
|
@ -15,6 +15,9 @@ LICENSE_FILE= ${WRKSRC}/COPYING
|
|||
LIB_DEPENDS= libvorbis.so:audio/libvorbis \
|
||||
libpng.so:graphics/png
|
||||
|
||||
BROKEN_armv6= fails to compile: constant expression evaluates to -1 which cannot be narrowed to type char
|
||||
BROKEN_aarch64= fails to compile: constant expression evaluates to -1 which cannot be narrowed to type char
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_TAGNAME= b15afba
|
||||
|
||||
|
@ -60,6 +63,4 @@ post-install-DOCS-on:
|
|||
${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR}
|
||||
.endfor
|
||||
|
||||
BROKEN_aarch64= Fails to compile: error: constant expression evaluates to -1 which cannot be narrowed to type char
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -12,6 +12,8 @@ COMMENT= Java Game Controller API
|
|||
BUILD_DEPENDS= ${JAVALIBDIR}/jutils/jutils.jar:games/jutils
|
||||
RUN_DEPENDS= ${JAVALIBDIR}/jutils/jutils.jar:games/jutils
|
||||
|
||||
BROKEN_armv6= fails to compile: build.xml: compilation failed
|
||||
|
||||
USES= tar:bzip2
|
||||
USE_JAVA= yes
|
||||
JAVA_VERSION= 1.6+
|
||||
|
|
|
@ -19,6 +19,9 @@ LICENSE= GPLv2
|
|||
LIB_DEPENDS= libgtkglext-x11-1.0.so:x11-toolkits/gtkglext \
|
||||
libwebp.so:graphics/webp
|
||||
|
||||
BROKEN_aarch64= fails to link: ldd: install/modules/archivepak.so: not a FreeBSD ELF shared object
|
||||
BROKEN_armv6= fails to build: h2data.armv6: No such file or directory
|
||||
|
||||
USES= gmake jpeg pkgconfig tar:bzip2
|
||||
USE_GL= gl
|
||||
USE_GNOME= gtk20 libxml2
|
||||
|
@ -32,9 +35,6 @@ SUB_FILES= ${PORTNAME}
|
|||
SUB_LIST= ARCH=${ARCH}
|
||||
PLIST_SUB:= ${SUB_LIST}
|
||||
|
||||
BROKEN_aarch64= Fails to link: ldd: install/modules/archivepak.so: not a FreeBSD ELF shared object
|
||||
BROKEN_armv6= Fails to build: h2data.armv6: No such file or directory
|
||||
|
||||
post-patch:
|
||||
# Add missing checks for __FreeBSD__
|
||||
@${FIND} ${WRKSRC}/tools -name '*.[ch]' | ${XARGS} ${REINPLACE_CMD} \
|
||||
|
|
|
@ -18,6 +18,8 @@ LICENSE_COMB= dual
|
|||
BUILD_DEPENDS= aspell:textproc/aspell \
|
||||
hunspell:textproc/hunspell
|
||||
|
||||
BROKEN_armv6= fails to install: hunspell-capmain-plus_de_DE.tmp: Error 1
|
||||
|
||||
USES= gmake perl5 shebangfix tar:bzip2
|
||||
ALL_TARGET= hunspell-all
|
||||
NO_ARCH= yes
|
||||
|
|
|
@ -22,6 +22,8 @@ LIB_DEPENDS= liblcms2.so:graphics/lcms2 \
|
|||
libtiff.so:graphics/tiff
|
||||
RUN_DEPENDS= jhindexer:java/javahelp
|
||||
|
||||
BROKEN_armv6= fails to compile: build.xml: exec returned: 1
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= ktgw0316
|
||||
GH_PROJECT= LightZone
|
||||
|
|
|
@ -13,6 +13,8 @@ COMMENT= Provides API for creating and manipulation of 3D geometry
|
|||
LICENSE= BSD2CLAUSE GPLv2
|
||||
LICENSE_COMB= multi
|
||||
|
||||
BROKEN_armv6= fails to compile: build.xml: Compile failed; see the compiler error output for details
|
||||
|
||||
USES= tar:bzip2
|
||||
USE_JAVA= yes
|
||||
USE_GL= gl
|
||||
|
|
|
@ -11,6 +11,8 @@ COMMENT= Collection of useful classes used by JFreeChart and JFreeReport
|
|||
|
||||
LICENSE= LGPL21
|
||||
|
||||
BROKEN_armv6= fails to package: find: *: No such file or directory
|
||||
|
||||
USES= zip
|
||||
USE_JAVA= yes
|
||||
JAVA_VERSION= 1.6+
|
||||
|
|
|
@ -16,6 +16,8 @@ LICENSE_FILE= ${WRKSRC}/NOTICE
|
|||
BUILD_DEPENDS= ${ANT_CMD}:devel/apache-ant
|
||||
LIB_DEPENDS= libsigar.so:devel/sigar
|
||||
|
||||
BROKEN_armv6= fails to compile: jni-build.xml: gcc failed with return code 1
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= amishHammer
|
||||
GH_TAGNAME= b5af695
|
||||
|
|
|
@ -12,9 +12,10 @@ DISTNAME= ${PORTNAME}-src-${PORTVERSION}
|
|||
MAINTAINER= johans@FreeBSD.org
|
||||
COMMENT= Multi-threaded functional programming language
|
||||
|
||||
BROKEN_powerpc= does not configure
|
||||
BROKEN_powerpc64= does not build: afnix-setup: cannot determine linking type
|
||||
BROKEN_i386= does not build
|
||||
BROKEN_armv6= fails to compile: operator new takes type size_t as first parameterk/er
|
||||
BROKEN_i386= fails to build
|
||||
BROKEN_powerpc= fails to configure
|
||||
BROKEN_powerpc64= fails to build: afnix-setup: cannot determine linking type
|
||||
|
||||
USES= compiler:c++11-lang gmake tar:tgz
|
||||
USE_LDCONFIG= yes
|
||||
|
|
|
@ -15,6 +15,10 @@ LICENSE= BSD2CLAUSE
|
|||
BUILD_DEPENDS= cook:devel/cook
|
||||
LIB_DEPENDS= libpcre.so:devel/pcre
|
||||
|
||||
BROKEN_armv6= fails to compile: building for onyx-5.1.2_6: error code 1
|
||||
BROKEN_mips= fails to compile: building for onyx-5.1.2_6: error code 1
|
||||
BROKEN_mips64= fails to compile: building for onyx-5.1.2_6: error code 1
|
||||
|
||||
USES= libedit shebangfix tar:bzip2
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --with-libedit-prefix=${LOCALBASE} \
|
||||
|
@ -25,8 +29,6 @@ SUB_FILES= pkg-message
|
|||
OPTIONS_DEFINE= DOCS
|
||||
PLIST_SUB= ONYX_VERSION=${PORTVERSION}
|
||||
|
||||
BROKEN_ia64= Coredump during build on ia64
|
||||
|
||||
do-build:
|
||||
@(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} cook)
|
||||
|
||||
|
|
|
@ -15,8 +15,9 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/flex:textproc/flex \
|
|||
${LOCALBASE}/bin/bison:devel/bison \
|
||||
${LOCALBASE}/bin/bash:shells/bash
|
||||
|
||||
BROKEN_armv6= fails to compile: calling a private constructor of class 'ReferenceNode'
|
||||
BROKEN_powerpc= fails to build
|
||||
BROKEN_powerpc64= fails to build: Error: unsupported relocation against r1
|
||||
BROKEN_powerpc64= fails to compile: unsupported relocation against r1
|
||||
|
||||
USES= gmake iconv libtool:build pathfix autoreconf ssl
|
||||
USE_LDCONFIG= yes
|
||||
|
|
|
@ -15,7 +15,8 @@ COMMENT= Simple ECMAScript Engine (SEE)
|
|||
|
||||
LICENSE= BSD
|
||||
|
||||
BROKEN_aarch64= Fails to build: floating point not detected: Exactly one of IEEE_8087, IEEE_MC68k, VAX, or IBM should be defined
|
||||
BROKEN_aarch64= fails to configure: floating point not detected: Exactly one of IEEE_8087, IEEE_MC68k, VAX, or IBM should be defined
|
||||
BROKEN_armv6= fails to configure: floating point not detected: Exactly one of IEEE_8087, IEEE_MC68k, VAX, or IBM should be defined
|
||||
|
||||
OPTIONS_DEFINE= GC DEBUG DOCS
|
||||
OPTIONS_DEFAULT= GC
|
||||
|
|
Loading…
Add table
Reference in a new issue