svn commit: r441855 - in head: editors/mp graphics/pencil japanese/mutt-devel lang/io net-im/gale www/swish-e

Mark Linimon linimon at FreeBSD.org
Sat May 27 16:48:43 UTC 2017


Author: linimon
Date: Sat May 27 16:48:41 2017
New Revision: 441855
URL: https://svnweb.freebsd.org/changeset/ports/441855

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

Modified:
  head/editors/mp/Makefile
  head/graphics/pencil/Makefile
  head/japanese/mutt-devel/Makefile
  head/lang/io/Makefile
  head/net-im/gale/Makefile
  head/www/swish-e/Makefile

Modified: head/editors/mp/Makefile
==============================================================================
--- head/editors/mp/Makefile	Sat May 27 16:41:21 2017	(r441854)
+++ head/editors/mp/Makefile	Sat May 27 16:48:41 2017	(r441855)
@@ -12,7 +12,8 @@ COMMENT=	Programming text editor
 LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-BROKEN_aarch64=	fails to compile: error: conflicting types for __wcwidth
+BROKEN_aarch64=		fails to compile: conflicting types for __wcwidth
+BROKEN_armv6=		fails to compile: conflicting types for __wcwidth
 
 USES=		iconv ncurses
 HAS_CONFIGURE=	yes

Modified: head/graphics/pencil/Makefile
==============================================================================
--- head/graphics/pencil/Makefile	Sat May 27 16:41:21 2017	(r441854)
+++ head/graphics/pencil/Makefile	Sat May 27 16:48:41 2017	(r441855)
@@ -16,6 +16,8 @@ LICENSE=	GPLv2
 LIB_DEPENDS=	libming.so:graphics/ming \
 		libpng.so:graphics/png
 
+BROKEN_armv6=		fails to compile: no matching function for call to 'qMax'
+
 USES=		qmake zip
 USE_QT4=	gui opengl xml moc_build rcc_build
 USE_GL=		gl

Modified: head/japanese/mutt-devel/Makefile
==============================================================================
--- head/japanese/mutt-devel/Makefile	Sat May 27 16:41:21 2017	(r441854)
+++ head/japanese/mutt-devel/Makefile	Sat May 27 16:48:41 2017	(r441855)
@@ -47,7 +47,8 @@ LICENSE=	GPLv2
 RUN_DEPENDS=	urlview:textproc/urlview \
 		${LOCALBASE}/etc/mime.types:misc/mime-support
 
-BROKEN_aarch64=	Fails to compile: error: conflicting types for __wcwidth
+BROKEN_aarch64=		fails to compile: conflicting types for __wcwidth
+BROKEN_armv6=		fails to compile: conflicting types for __wcwidth
 
 CONFLICTS=	ja-mutt-[0-9]* mutt-[0-9]* mutt-devel-[0-9]* mutt-devel-lite-[0-9]* mutt-lite-[0-9]* zh-mutt-devel-[0-9]*
 

Modified: head/lang/io/Makefile
==============================================================================
--- head/lang/io/Makefile	Sat May 27 16:41:21 2017	(r441854)
+++ head/lang/io/Makefile	Sat May 27 16:48:41 2017	(r441855)
@@ -11,6 +11,8 @@ COMMENT=	Small prototype-based programmi
 
 LICENSE=	BSD3CLAUSE
 
+BROKEN_armv6=		fails to compile: ucontext.h: expected parameter declarator
+
 USE_GITHUB=	yes
 GH_ACCOUNT=	stevedekorte
 GH_TAGNAME=	23afbcc

Modified: head/net-im/gale/Makefile
==============================================================================
--- head/net-im/gale/Makefile	Sat May 27 16:41:21 2017	(r441854)
+++ head/net-im/gale/Makefile	Sat May 27 16:48:41 2017	(r441855)
@@ -15,6 +15,9 @@ LIB_DEPENDS=	libgc.so:devel/boehm-gc \
 		libwwwcore.so:www/libwww \
 		libadns.so:dns/adns
 
+BROKEN_aarch64=		fails to compile: conflicting types for __wcwidth
+BROKEN_armv6=		fails to compile: conflicting types for __wcwidth
+
 USES=		iconv libtool ncurses ssl
 GNU_CONFIGURE=	yes
 USE_GNOME=	glib12
@@ -25,8 +28,6 @@ CPPFLAGS+=	-I${LOCALBASE}/include \
 		-I${LOCALBASE}/include/w3c-libwww
 LIBS+=		-L${LOCALBASE}/lib
 
-BROKEN_aarch64=		Fails to compile: error: conflicting types for __wcwidth
-
 post-patch:
 	@${REINPLACE_CMD} 's/-liconv/${ICONV_LIB}/' ${WRKSRC}/configure
 	@${REINPLACE_CMD} -e 's/\(^noinst_PROGRAMS =.*\)test-oop/\1/' \

Modified: head/www/swish-e/Makefile
==============================================================================
--- head/www/swish-e/Makefile	Sat May 27 16:41:21 2017	(r441854)
+++ head/www/swish-e/Makefile	Sat May 27 16:48:41 2017	(r441855)
@@ -10,6 +10,8 @@ MASTER_SITES=	http://swish-e.org/distrib
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Simple web indexing for humans - enhanced
 
+BROKEN_FREEBSD_12=	fails to compile: zlib.h: conflicting types for 'uncompress2'
+
 USE_LDCONFIG=	yes
 USE_GNOME=	libxml2
 USES=		gmake libtool perl5 shebangfix


More information about the svn-ports-all mailing list