svn commit: r441823 - in head: audio/beast devel/guikachu games/ivan games/nazghul misc/estic

Mark Linimon linimon at FreeBSD.org
Sat May 27 00:43:12 UTC 2017


Author: linimon
Date: Sat May 27 00:43:10 2017
New Revision: 441823
URL: https://svnweb.freebsd.org/changeset/ports/441823

Log:
  Mark some ports failing on armv6, for errors classified as "bad C++ code".
  
  While here, pet portlint.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/audio/beast/Makefile
  head/devel/guikachu/Makefile
  head/games/ivan/Makefile
  head/games/nazghul/Makefile
  head/misc/estic/Makefile

Modified: head/audio/beast/Makefile
==============================================================================
--- head/audio/beast/Makefile	Sat May 27 00:29:56 2017	(r441822)
+++ head/audio/beast/Makefile	Sat May 27 00:43:10 2017	(r441823)
@@ -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

Modified: head/devel/guikachu/Makefile
==============================================================================
--- head/devel/guikachu/Makefile	Sat May 27 00:29:56 2017	(r441822)
+++ head/devel/guikachu/Makefile	Sat May 27 00:43:10 2017	(r441823)
@@ -11,11 +11,11 @@ MASTER_SITES=	http://cactus.rulez.org/pr
 MAINTAINER=	ports at 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

Modified: head/games/ivan/Makefile
==============================================================================
--- head/games/ivan/Makefile	Sat May 27 00:29:56 2017	(r441822)
+++ head/games/ivan/Makefile	Sat May 27 00:43:10 2017	(r441823)
@@ -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

Modified: head/games/nazghul/Makefile
==============================================================================
--- head/games/nazghul/Makefile	Sat May 27 00:29:56 2017	(r441822)
+++ head/games/nazghul/Makefile	Sat May 27 00:43:10 2017	(r441823)
@@ -14,12 +14,13 @@ LICENSE=	GPLv2+ # GPLv3 text bundled, bu
 
 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
 

Modified: head/misc/estic/Makefile
==============================================================================
--- head/misc/estic/Makefile	Sat May 27 00:29:56 2017	(r441822)
+++ head/misc/estic/Makefile	Sat May 27 00:43:10 2017	(r441823)
@@ -14,6 +14,8 @@ COMMENT=		Controller for ISDN TK-Anlage 
 
 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


More information about the svn-ports-all mailing list