diff options
author | linimon <linimon@FreeBSD.org> | 2017-05-27 23:07:11 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2017-05-27 23:07:11 +0800 |
commit | f427d85883d325fa56a13e2d34236051a61e2762 (patch) | |
tree | 63c89da74eed9e490571d2f4431a86387cc1eb81 | |
parent | 616751b74e7581b43a094683d687f80b26d2a29b (diff) | |
download | freebsd-ports-gnome-f427d85883d325fa56a13e2d34236051a61e2762.tar.gz freebsd-ports-gnome-f427d85883d325fa56a13e2d34236051a61e2762.tar.zst freebsd-ports-gnome-f427d85883d325fa56a13e2d34236051a61e2762.zip |
Mark some ports failing on armv6, for errors classified as "clang".
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
-rw-r--r-- | audio/vsound/Makefile | 3 | ||||
-rw-r--r-- | biology/bedtools/Makefile | 2 | ||||
-rw-r--r-- | cad/layouteditor/Makefile | 2 | ||||
-rw-r--r-- | databases/sqliteodbc-sqlite2/Makefile | 3 | ||||
-rw-r--r-- | databases/tarantool/Makefile | 6 | ||||
-rw-r--r-- | databases/xtrabackup/Makefile | 4 | ||||
-rw-r--r-- | devel/dmucs/Makefile | 5 | ||||
-rw-r--r-- | devel/dyncall/Makefile | 6 | ||||
-rw-r--r-- | devel/lpc21isp/Makefile | 2 | ||||
-rw-r--r-- | devel/obby/Makefile | 2 | ||||
-rw-r--r-- | ftp/wxdfast/Makefile | 2 | ||||
-rw-r--r-- | games/fkiss/Makefile | 5 | ||||
-rw-r--r-- | graphics/picpuz/Makefile | 2 | ||||
-rw-r--r-- | graphics/pixie/Makefile | 7 | ||||
-rw-r--r-- | lang/pfe/Makefile | 9 | ||||
-rw-r--r-- | math/gambit/Makefile | 2 | ||||
-rw-r--r-- | math/openlibm/Makefile | 9 | ||||
-rw-r--r-- | multimedia/kissdx/Makefile | 2 | ||||
-rw-r--r-- | russian/ircd-hybrid/Makefile | 3 |
19 files changed, 50 insertions, 26 deletions
diff --git a/audio/vsound/Makefile b/audio/vsound/Makefile index 17872fad0d59..470bb5326727 100644 --- a/audio/vsound/Makefile +++ b/audio/vsound/Makefile @@ -19,7 +19,8 @@ RUN_DEPENDS= sox:audio/sox USES= alias libtool GNU_CONFIGURE= yes -BROKEN_aarch64= Fails to build: error: Cannot determine endian-ness of processor +NOT_FOR_ARCHS= aarch64 armv6 +NOT_FOR_ARCHS_REASON= fails to build: error: Cannot determine endian-ness of processor OPTIONS_DEFINE= DOCS diff --git a/biology/bedtools/Makefile b/biology/bedtools/Makefile index 0b8640170ada..cdf5283199a3 100644 --- a/biology/bedtools/Makefile +++ b/biology/bedtools/Makefile @@ -13,6 +13,8 @@ COMMENT= Toolset for genome arithmetic LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN_armv6= fails to compile: implicit instantiation of undefined template __static_assert_test<false> + USE_GITHUB= yes GH_ACCOUNT= arq5x GH_PROJECT= bedtools2 diff --git a/cad/layouteditor/Makefile b/cad/layouteditor/Makefile index 1d3a4c94dc9e..20838996700c 100644 --- a/cad/layouteditor/Makefile +++ b/cad/layouteditor/Makefile @@ -13,6 +13,8 @@ COMMENT= IC/MEMS layout editor LIB_DEPENDS= libttf.so:print/freetype +BROKEN_armv6= fails to compile: no matching member function for call to 'map' + USES= qmake zip USE_QT4= corelib gui network moc_build sql uic_build \ rcc_build qt3support xml diff --git a/databases/sqliteodbc-sqlite2/Makefile b/databases/sqliteodbc-sqlite2/Makefile index 930e6fcb9f5f..1a96e6681c63 100644 --- a/databases/sqliteodbc-sqlite2/Makefile +++ b/databases/sqliteodbc-sqlite2/Makefile @@ -9,6 +9,7 @@ COMMENT= ODBC driver for SQLite 2 MASTERDIR= ${.CURDIR}/../sqliteodbc -BROKEN_aarch64= Fails to compile: error: passing char * to parameter of incompatible type va_list +BROKEN_aarch64= fails to compile: error: passing char * to parameter of incompatible type va_list +BROKEN_armv6= fails to compile: error: passing char * to parameter of incompatible type va_list .include "${MASTERDIR}/Makefile" diff --git a/databases/tarantool/Makefile b/databases/tarantool/Makefile index 2c1db2ce23f3..f09ad003a7c3 100644 --- a/databases/tarantool/Makefile +++ b/databases/tarantool/Makefile @@ -11,7 +11,8 @@ COMMENT= NoSQL database running in a Lua application server LICENSE= BSD2CLAUSE -BROKEN_powerpc64= Does not build: Unsupported architecture -- powerpc64 +NOT_FOR_ARCHS= armv6 powerpc64 sparc64 +NOT_FOR_ARCHS_REASON= fails to build: Unsupported architecture MAKE_JOBS_UNSAFE=yes USES= cmake compiler:c++11-lang gettext gmake perl5 readline @@ -45,9 +46,6 @@ PLIST_SUB+= TT_USER=${USERS} \ OPTIONS_DEFINE= DEBUG -NOT_FOR_ARCHS= sparc64 -NOT_FOR_ARCHS_REASON= not yet ported to this architecture - .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MDEBUG} diff --git a/databases/xtrabackup/Makefile b/databases/xtrabackup/Makefile index 7f4ebccddc81..4f0278477e07 100644 --- a/databases/xtrabackup/Makefile +++ b/databases/xtrabackup/Makefile @@ -24,7 +24,9 @@ LIB_DEPENDS= libev.so:devel/libev \ RUN_DEPENDS= p5-DBD-mysql>=0:databases/p5-DBD-mysql \ qpress:archivers/qpress -BROKEN_powerpc64= Does not build: ld: final link failed: Bad value +BROKEN_armv6= fails to compile: cannot combine with previous 'type-name' declaration specifier +BROKEN_mips64= fails to compile: 'fpsetmask' was not declared in this scope +BROKEN_powerpc64= fails to link: ld: final link failed: Bad value # autotool is in use for 5.1 builds USES= alias autoreconf:build cpe gettext cmake libtool perl5 shebangfix diff --git a/devel/dmucs/Makefile b/devel/dmucs/Makefile index 1728969d93c0..79d786868919 100644 --- a/devel/dmucs/Makefile +++ b/devel/dmucs/Makefile @@ -10,11 +10,12 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}%20${PORTVERSION} MAINTAINER= fjoe@FreeBSD.org COMMENT= Distributed Multi-User Compilation System (for use with distcc) +BROKEN_armv6= fails to compile: passing char * to parameter of incompatible type __builtin_va_list +BROKEN_aarch64= fails to compile: passing char * to parameter of incompatible type __builtin_va_list + WRKSRC= ${WRKDIR}/${PORTNAME} USES= tar:bzip2 GNU_CONFIGURE= yes PLIST_FILES= bin/dmucs bin/gethost bin/loadavg bin/monitor bin/remhost -BROKEN_aarch64= Fails to compile: error: passing char * to parameter of incompatible type __builtin_va_list - .include <bsd.port.mk> diff --git a/devel/dyncall/Makefile b/devel/dyncall/Makefile index c8db7b36b937..9eee74044666 100644 --- a/devel/dyncall/Makefile +++ b/devel/dyncall/Makefile @@ -13,6 +13,8 @@ COMMENT= Highly dynamic multi-platform foreign function call interface library LICENSE= ISCL +BROKEN_armv6= fails to compile: unexpected token in operand + HAS_CONFIGURE= yes CFLAGS+= -fPIC @@ -22,10 +24,6 @@ CFLAGS+= -fPIC .include <bsd.port.pre.mk> -.if ${ARCH} == "ia64" -BROKEN= Does not install (unsupported architecture) -.endif - do-install: ${INSTALL_DATA} \ ${WRKSRC}/dyncall/dyncall_value.h \ diff --git a/devel/lpc21isp/Makefile b/devel/lpc21isp/Makefile index 3ce24f5cda4c..209756e19291 100644 --- a/devel/lpc21isp/Makefile +++ b/devel/lpc21isp/Makefile @@ -12,6 +12,8 @@ COMMENT= ISP programmer tool for flashing NXP & Analog Devices ARM7 CPUs LICENSE= LGPL3+ +BROKEN_armv6= fails to compile: no member named 'nQuestionMarks' in 'ISP_ENVIRONMENT' + USES= gmake PLIST_FILES= bin/lpc21isp diff --git a/devel/obby/Makefile b/devel/obby/Makefile index 05df53503b24..661866e33139 100644 --- a/devel/obby/Makefile +++ b/devel/obby/Makefile @@ -15,6 +15,8 @@ LICENSE= GPLv2 LIB_DEPENDS= libsigc-2.0.so:devel/libsigc++20 \ libnet6.so:net/net6 +BROKEN_armv6= fails to compile: no member named 'name' in 'serialise::type_name<long long>' + USES= pathfix pkgconfig libtool compiler:c++11-lang USE_CXXSTD= c++11 GNU_CONFIGURE= yes diff --git a/ftp/wxdfast/Makefile b/ftp/wxdfast/Makefile index ddb3b83bbf0c..e009eccda63f 100644 --- a/ftp/wxdfast/Makefile +++ b/ftp/wxdfast/Makefile @@ -14,6 +14,8 @@ COMMENT= Multithread and multi-platform download manager LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN_armv6= fails to compile: no matching member function for call to 'Read' + WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_WX= 2.8+ diff --git a/games/fkiss/Makefile b/games/fkiss/Makefile index 03ce9746409f..c7a2870f6e0f 100644 --- a/games/fkiss/Makefile +++ b/games/fkiss/Makefile @@ -17,6 +17,9 @@ LICENSE= GPLv2 RUN_DEPENDS= lha:archivers/lha +BROKEN_aarch64= fails to compile: passing char * to parameter of incompatible type __builtin_va_list +BROKEN_armv6= fails to compile: passing char * to parameter of incompatible type __builtin_va_list + EXTRA_PATCHES= ${WRKDIR}/${PORTNAME}-${PORTVERSION}.diff USES= gmake @@ -39,8 +42,6 @@ ESOUND_LDFLAGS= `pkgconf --libs-only-L esound ` ESOUND_CONFIGURE_ENV_OFF= ac_cv_lib_esd_esd_open_sound=no \ ac_cv_header_esd_h=no -BROKEN_aarch64= Fails to compile: error: passing char * to parameter of incompatible type __builtin_va_list - post-patch: @${REINPLACE_CMD} -e 's|= @X_LIBS@|= @LDFLAGS@ @X_LIBS@|g' \ ${WRKSRC}/Makefile.in diff --git a/graphics/picpuz/Makefile b/graphics/picpuz/Makefile index 40b16d4a2d82..919e6ee65c34 100644 --- a/graphics/picpuz/Makefile +++ b/graphics/picpuz/Makefile @@ -11,6 +11,8 @@ MASTER_SITES= http://kornelix.squarespace.com/storage/downloads/ \ MAINTAINER= devel@stasyan.com COMMENT= Jigsaw puzzle program +BROKEN_armv6= fails to compile: use of undeclared identifier __NR_SYSCALL_BASE + USES= dos2unix execinfo gmake pkgconfig DOS2UNIX_GLOB= *.h USE_GNOME= gtk20 diff --git a/graphics/pixie/Makefile b/graphics/pixie/Makefile index f64e0f8a5b97..48645836948f 100644 --- a/graphics/pixie/Makefile +++ b/graphics/pixie/Makefile @@ -18,6 +18,10 @@ LIB_DEPENDS= libIlmImf.so:graphics/OpenEXR \ libtiff.so:graphics/tiff \ libfltk_gl.so:x11-toolkits/fltk +BROKEN_aarch64= fails to compile: use of undeclared identifier CRenderer +BROKEN_armv6= fails to compile: use of undeclared identifier CRenderer +BROKEN_sparc64= fails to compile + USE_GL= glu USES= bison compiler:c++0x libtool pathfix tar:tgz GNU_CONFIGURE= yes @@ -41,9 +45,6 @@ CFLAGS+= -fPIC CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -BROKEN_aarch64= Fails to compile: error: use of undeclared identifier CRenderer -BROKEN_sparc64= Does not compile on sparc64 - OPTIONS_DEFINE= DOCS post-patch: diff --git a/lang/pfe/Makefile b/lang/pfe/Makefile index 1fba97c504f2..a855326517e0 100644 --- a/lang/pfe/Makefile +++ b/lang/pfe/Makefile @@ -10,10 +10,11 @@ MASTER_SITES= SF MAINTAINER= johans@FreeBSD.org COMMENT= Implementation of ANSI Forth -BROKEN_aarch64= does not compile: error: implicit declaration of function 'PFE_SBR_COMPILE_EXIT' is invalid in C99 -BROKEN_i386= does not link -BROKEN_powerpc= does not compile -BROKEN_powerpc64= does not build: error: lvalue required as increment operand +BROKEN_aarch64= fails to compile: implicit declaration of function 'PFE_SBR_COMPILE_EXIT' is invalid in C99 +BROKEN_armv6= fails to compile: implicit declaration of function 'PFE_SBR_COMPILE_EXIT' is invalid in C99 +BROKEN_i386= fails to link +BROKEN_powerpc= fails to compile +BROKEN_powerpc64= fails to build: lvalue required as increment operand GNU_CONFIGURE= yes USES= gmake perl5 libtool tar:bzip2 diff --git a/math/gambit/Makefile b/math/gambit/Makefile index 2583f53eaa3b..13735edfde29 100644 --- a/math/gambit/Makefile +++ b/math/gambit/Makefile @@ -13,6 +13,8 @@ COMMENT= Library of tools for doing computation in game theory LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN_armv6= fails to compile: 'm_number' is a private member of 'Gambit::GamePlayerRep' + USES= compiler:c++11-lib USE_GNOME= gtk20 USE_WX= 3.0 diff --git a/math/openlibm/Makefile b/math/openlibm/Makefile index 40bee825e437..6795952e9e3a 100644 --- a/math/openlibm/Makefile +++ b/math/openlibm/Makefile @@ -14,6 +14,12 @@ LICENSE= MIT ISCL BSD2CLAUSE LICENSE_COMB= multi LICENSE_FILE= ${WRKSRC}/LICENSE.md +BROKEN_aarch64= fails to compile: the clang compiler does not support -march=aarch64 +BROKEN_armv6= fails to compile: a parameter list without types is only allowed in a function definition +BROKEN_mips= fails to compile: No rule to make target mips/Make.files +BROKEN_mips64= fails to compile: No rule to make target mips64/Make.files +BROKEN_powerpc64= fails to build: gmake: clang: Command not found + USE_GITHUB= yes GH_ACCOUNT= JuliaLang GH_PROJECT= openlibm @@ -21,9 +27,6 @@ GH_PROJECT= openlibm USES= gmake USE_LDCONFIG= yes -BROKEN_aarch64= does not compile: the clang compiler does not support -march=aarch64 -BROKEN_powerpc64= does not build: gmake: clang: Command not found - .include <bsd.port.pre.mk> MAKE_ENV+= prefix=${PREFIX} diff --git a/multimedia/kissdx/Makefile b/multimedia/kissdx/Makefile index 728745cf5fa7..c00a3a8d212b 100644 --- a/multimedia/kissdx/Makefile +++ b/multimedia/kissdx/Makefile @@ -16,6 +16,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libgd.so:graphics/gd \ libdvdread.so:multimedia/libdvdread +BROKEN_armv6= fails to compile: kissdx.c: function definition is not allowed here +BROKEN_mips64= fails to compile: kissdx.c: nested functions are disabled, use -fnested-functions to re-enable BROKEN_powerpc64= fails to compile: kissdx.c: nested functions are disabled, use -fnested-functions to re-enable USES= compiler:nestedfct dos2unix iconv jpeg diff --git a/russian/ircd-hybrid/Makefile b/russian/ircd-hybrid/Makefile index 315d3c4ee695..c22551fd98e5 100644 --- a/russian/ircd-hybrid/Makefile +++ b/russian/ircd-hybrid/Makefile @@ -17,7 +17,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE CONFLICTS= ircd-[0-9]* irc-[0-9]* charybdis-[0-9]* Nefarious-[0-9]* ircd-hybrid-[0-9]* -BROKEN_aarch64= Fails to compile: error: passing void * to parameter of incompatible type +BROKEN_aarch64= fails to compile: passing void * to parameter of incompatible type +BROKEN_armv6= fails to compile: passing void * to parameter of incompatible type WRKSRC= ${WRKDIR}/${PORTNAME}${PKGNAMESUFFIX}-ru USES= bison ssl |