From owner-svn-ports-all@freebsd.org Sat May 27 16:48:43 2017 Return-Path: Delivered-To: svn-ports-all@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 B2655D83D42; Sat, 27 May 2017 16:48:43 +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 89E8C1101; Sat, 27 May 2017 16:48:43 +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 v4RGmgjq099920; Sat, 27 May 2017 16:48:42 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4RGmf2M099914; Sat, 27 May 2017 16:48:41 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201705271648.v4RGmf2M099914@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 16:48:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r441855 - in head: editors/mp graphics/pencil japanese/mutt-devel lang/io net-im/gale www/swish-e X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 May 2017 16:48:43 -0000 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@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