Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 May 2017 22:30:08 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r441882 - in head: audio/gstreamer-plugins-taglib audio/gstreamer1-plugins-taglib devel/jakarta-commons-daemon emulators/unicorn
Message-ID:  <201705272230.v4RMU8ih041187@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Sat May 27 22:30:08 2017
New Revision: 441882
URL: https://svnweb.freebsd.org/changeset/ports/441882

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

Modified:
  head/audio/gstreamer-plugins-taglib/Makefile
  head/audio/gstreamer1-plugins-taglib/Makefile
  head/devel/jakarta-commons-daemon/Makefile
  head/emulators/unicorn/Makefile

Modified: head/audio/gstreamer-plugins-taglib/Makefile
==============================================================================
--- head/audio/gstreamer-plugins-taglib/Makefile	Sat May 27 22:16:50 2017	(r441881)
+++ head/audio/gstreamer-plugins-taglib/Makefile	Sat May 27 22:30:08 2017	(r441882)
@@ -7,6 +7,8 @@ CATEGORIES=	audio
 
 COMMENT=	Gstreamer taglib plugin
 
+BROKEN_armv6=		fails to compile: textidentificationframe.h file not found
+
 GST_PLUGIN=	taglib
 
 MASTERDIR=	${.CURDIR}/../../multimedia/gstreamer-plugins

Modified: head/audio/gstreamer1-plugins-taglib/Makefile
==============================================================================
--- head/audio/gstreamer1-plugins-taglib/Makefile	Sat May 27 22:16:50 2017	(r441881)
+++ head/audio/gstreamer1-plugins-taglib/Makefile	Sat May 27 22:30:08 2017	(r441882)
@@ -5,6 +5,8 @@ CATEGORIES=	audio
 
 COMMENT=	GStreamer taglib plugin for adding APEv2 and ID3v2 headers
 
+BROKEN_armv6=		fails to compile: textidentificationframe.h file not found
+
 GST_PLUGIN=	taglib
 DIST=		good
 

Modified: head/devel/jakarta-commons-daemon/Makefile
==============================================================================
--- head/devel/jakarta-commons-daemon/Makefile	Sat May 27 22:16:50 2017	(r441881)
+++ head/devel/jakarta-commons-daemon/Makefile	Sat May 27 22:30:08 2017	(r441882)
@@ -13,6 +13,8 @@ DISTFILES=	${PORTNAME}-${PORTVERSION}-na
 MAINTAINER=	ale@FreeBSD.org
 COMMENT=	Wrapper code to start/stop a Java application as a daemon
 
+BROKEN_armv6=		fails to compile: 'jni_md.h' file not found
+
 LICENSE=	APACHE20
 
 OPTIONS_DEFINE=	DOCS

Modified: head/emulators/unicorn/Makefile
==============================================================================
--- head/emulators/unicorn/Makefile	Sat May 27 22:16:50 2017	(r441881)
+++ head/emulators/unicorn/Makefile	Sat May 27 22:30:08 2017	(r441882)
@@ -12,7 +12,10 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 TEST_DEPENDS=	cmocka>0:sysutils/cmocka
 
-BROKEN_powerpc64=	fails to compile: cc1: error: unrecognized command line option "-Wno-logical-op-parentheses"
+BROKEN_armv6=		fails to compile: 'tcg-target.h' file not found
+BROKEN_mips=		fails to compile: 'ICACHE' undeclared (first use in this function)
+BROKEN_mips64=		fails to compile: 'ICACHE' undeclared (first use in this function)
+BROKEN_powerpc64=	fails to compile: cc1: unrecognized command line option "-Wno-logical-op-parentheses"
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	unicorn-engine



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705272230.v4RMU8ih041187>