summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2017-05-27 15:07:11 +0000
committerlinimon <linimon@FreeBSD.org>2017-05-27 15:07:11 +0000
commitf427d85883d325fa56a13e2d34236051a61e2762 (patch)
tree63c89da74eed9e490571d2f4431a86387cc1eb81
parent616751b74e7581b43a094683d687f80b26d2a29b (diff)
downloadFreeBSD-ports-f427d85883d325fa56a13e2d34236051a61e2762.zip
FreeBSD-ports-f427d85883d325fa56a13e2d34236051a61e2762.tar.gz
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/Makefile3
-rw-r--r--biology/bedtools/Makefile2
-rw-r--r--cad/layouteditor/Makefile2
-rw-r--r--databases/sqliteodbc-sqlite2/Makefile3
-rw-r--r--databases/tarantool/Makefile6
-rw-r--r--databases/xtrabackup/Makefile4
-rw-r--r--devel/dmucs/Makefile5
-rw-r--r--devel/dyncall/Makefile6
-rw-r--r--devel/lpc21isp/Makefile2
-rw-r--r--devel/obby/Makefile2
-rw-r--r--ftp/wxdfast/Makefile2
-rw-r--r--games/fkiss/Makefile5
-rw-r--r--graphics/picpuz/Makefile2
-rw-r--r--graphics/pixie/Makefile7
-rw-r--r--lang/pfe/Makefile9
-rw-r--r--math/gambit/Makefile2
-rw-r--r--math/openlibm/Makefile9
-rw-r--r--multimedia/kissdx/Makefile2
-rw-r--r--russian/ircd-hybrid/Makefile3
19 files changed, 50 insertions, 26 deletions
diff --git a/audio/vsound/Makefile b/audio/vsound/Makefile
index 17872fa..470bb53 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 0b86401..cdf5283 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 1d3a4c9..2083899 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 930e6fc..1a96e66 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 2c1db2c..f09ad00 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 7f4ebcc..4f027847 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 1728969..79d7868 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 c8db7b3..9eee740 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 3ce24f5..209756e 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 05df535..661866e 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 ddb3b83..e009ecc 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 03ce974..c7a2870 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 40b16d4..919e6ee 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 f64e0f8..4864583 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 1fba97c..a855326 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 2583f53..13735ed 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 40bee82..6795952 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 728745c..c00a3a8 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 315d3c4..c22551f 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
OpenPOWER on IntegriCloud