From owner-svn-ports-head@freebsd.org Sat May 27 00:43:12 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BC37ED82875; Sat, 27 May 2017 00:43:12 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 96BFB1DCC; Sat, 27 May 2017 00:43:12 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4R0hBVD006440; Sat, 27 May 2017 00:43:11 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4R0hBUX006435; Sat, 27 May 2017 00:43:11 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201705270043.v4R0hBUX006435@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Sat, 27 May 2017 00:43:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r441823 - in head: audio/beast devel/guikachu games/ivan games/nazghul misc/estic X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 May 2017 00:43:12 -0000 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 -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@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