From owner-svn-ports-head@freebsd.org Wed Nov 16 00:35:07 2016 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 05788C44B39; Wed, 16 Nov 2016 00:35:07 +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 AC1A7DB5; Wed, 16 Nov 2016 00:35:06 +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 uAG0Z5cr044171; Wed, 16 Nov 2016 00:35:05 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAG0Z5Ft044167; Wed, 16 Nov 2016 00:35:05 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201611160035.uAG0Z5Ft044167@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Wed, 16 Nov 2016 00:35:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426200 - in head: net-im/gale net/aoe net/py-libnet 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: Wed, 16 Nov 2016 00:35:07 -0000 Author: linimon Date: Wed Nov 16 00:35:05 2016 New Revision: 426200 URL: https://svnweb.freebsd.org/changeset/ports/426200 Log: Mark as broken on various tier-2 archs. While here, pet portlint. Approved by: portmgr (tier-2 blanket) Modified: head/net-im/gale/Makefile head/net/aoe/Makefile head/net/py-libnet/Makefile Modified: head/net-im/gale/Makefile ============================================================================== --- head/net-im/gale/Makefile Wed Nov 16 00:34:36 2016 (r426199) +++ head/net-im/gale/Makefile Wed Nov 16 00:35:05 2016 (r426200) @@ -26,6 +26,8 @@ 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/net/aoe/Makefile ============================================================================== --- head/net/aoe/Makefile Wed Nov 16 00:34:36 2016 (r426199) +++ head/net/aoe/Makefile Wed Nov 16 00:35:05 2016 (r426200) @@ -18,6 +18,9 @@ KMODDIR= ${PREFIX}/lib/aoe USE_RC_SUBR= aoe +BROKEN_aarch64= Fails to compile: error: redefinition of frame +BROKEN_sparc64= Fails to compile: error: redefinition of frame + do-install: ${INSTALL_KLD} ${WRKSRC}/aoe.ko ${STAGEDIR}${PREFIX}/lib/aoe ${INSTALL_MAN} ${WRKDIR}/aoe.4 ${STAGEDIR}${PREFIX}/man/man4/ Modified: head/net/py-libnet/Makefile ============================================================================== --- head/net/py-libnet/Makefile Wed Nov 16 00:34:36 2016 (r426199) +++ head/net/py-libnet/Makefile Wed Nov 16 00:35:05 2016 (r426200) @@ -13,8 +13,6 @@ COMMENT= Python module for the libnet pa LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING -BROKEN_powerpc64= Does not build - LIB_DEPENDS= libnet.so:net/libnet USES= python @@ -30,6 +28,9 @@ EXAMPLESDIR= ${PREFIX}/share/examples/py OPTIONS_DEFINE= EXAMPLES OSVER= uname -r +BROKEN_aarch64= Fails to install: lib.freebsd-11.0-RELEASE-p1-aarch64-2.7/libnet.so: No such file or directory +BROKEN_powerpc64= Does not build + post-patch: @${REINPLACE_CMD} 's|/usr/local|${LOCALBASE}|' ${WRKSRC}/setup.py