Mark some ports failing on armv6, for errors classified as "bad C++ code".

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
This commit is contained in:
Mark Linimon 2017-05-27 00:43:10 +00:00
parent c3f4d5b994
commit 618664c507
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=441823
5 changed files with 12 additions and 6 deletions

View File

@ -18,6 +18,9 @@ LIB_DEPENDS= libasound.so:audio/alsa-lib \
libguile.so:lang/guile
RUN_DEPENDS= xdg-open:devel/xdg-utils
BROKEN_armv6= fails to package: bseblockutils.SSE.so: No such file or directory
BROKEN_powerpc64= fails to package: bseblockutils.SSE.so: No such file or directory
USES= desktop-file-utils gettext gmake libtool pathfix pkgconfig \
shared-mime-info shebangfix tar:bzip2
SHEBANG_FILES= autotools/intltool-merge
@ -48,8 +51,6 @@ SSE_VARS= SSE_FLAGS="-mmmx -msse"
.include <bsd.port.pre.mk>
BROKEN_powerpc64= fails to package: bseblockutils.SSE.so: No such file or directory
MAKE_JOBS_UNSAFE= yes
.if ${ARCH} != amd64 && ${ARCH} != i386

View File

@ -11,11 +11,11 @@ MASTER_SITES= http://cactus.rulez.org/projects/guikachu/download/
MAINTAINER= ports@FreeBSD.org
COMMENT= Resource editor for PalmOS(tm) systems
BROKEN= fails to build
LIB_DEPENDS= libgnomeuimm-2.6.so:x11-toolkits/libgnomeuimm26 \
libgnomevfsmm-2.6.so:devel/gnome-vfsmm
BROKEN= fails to build: ustring.h: expected ';' at end of declaration list
USES= gmake pathfix pkgconfig shared-mime-info desktop-file-utils
USE_GNOME= gnomeprefix intlhack libgnomeui
GNU_CONFIGURE= yes

View File

@ -13,6 +13,8 @@ COMMENT= Graphical roguelike game
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
BROKEN_armv6= fails to compile: use of overloaded operator '<<' is ambiguous
USE_SDL= sdl
USES= gmake
GNU_CONFIGURE= yes

View File

@ -14,12 +14,13 @@ LICENSE= GPLv2+ # GPLv3 text bundled, but sources mention GPLv2+
LIB_DEPENDS= libpng.so:graphics/png
BROKEN_aarch64= fails to compile: no matching function for call to cmdwin_vpush
BROKEN_armv6= fails to compile: no matching function for call to cmdwin_vpush
USE_SDL= sdl image mixer
GNU_CONFIGURE= yes
USES= gmake
BROKEN_aarch64= Fails to compile: error: no matching function for call to cmdwin_vpush
post-patch:
${REINPLACE_CMD} -i "" 's|malloc.h|stdlib.h|g' ${WRKSRC}/src/scheme.c

View File

@ -14,6 +14,8 @@ COMMENT= Controller for ISDN TK-Anlage (PBX) made by Istec
LICENSE= BSD2CLAUSE
BROKEN_armv6= fails to compile: str.h: friend declaration specifying a default argument must be the only declaration
USES= ncurses zip
USE_CSTD= gnu89
USE_CXXSTD= gnu++98