From owner-svn-ports-head@freebsd.org Wed Nov 16 09:29:16 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 C554CC41FE3; Wed, 16 Nov 2016 09:29:16 +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 685001574; Wed, 16 Nov 2016 09:29:16 +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 uAG9TF8I060139; Wed, 16 Nov 2016 09:29:15 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAG9TFUG060136; Wed, 16 Nov 2016 09:29:15 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201611160929.uAG9TFUG060136@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 09:29:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426228 - in head: devel/libbfd games/flightgear-data science/simlib 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 09:29:16 -0000 Author: linimon Date: Wed Nov 16 09:29:15 2016 New Revision: 426228 URL: https://svnweb.freebsd.org/changeset/ports/426228 Log: Fix some misspellings that crept in on the last tier-2 cleanup pass. Approved by: portmgr (tier-2 blanket) Modified: head/devel/libbfd/Makefile head/games/flightgear-data/Makefile head/science/simlib/Makefile Modified: head/devel/libbfd/Makefile ============================================================================== --- head/devel/libbfd/Makefile Wed Nov 16 09:00:21 2016 (r426227) +++ head/devel/libbfd/Makefile Wed Nov 16 09:29:15 2016 (r426228) @@ -26,7 +26,7 @@ CONFIGURE_TARGET=${ARCH:S/amd64/x86_64/} INFO= bfd BROKEN_aarch64= Fails to configure: machine aarch64-portbld not recognized -BROKEN_armv64= Fails to configure: BFD does not support target armv6-portbld-freebsd12.0 +BROKEN_armv6= Fails to configure: BFD does not support target armv6-portbld-freebsd12.0 BROKEN_mips64= Fails to configure: BFD does not support target mips64-portbld-freebsd12.0 pre-configure: Modified: head/games/flightgear-data/Makefile ============================================================================== --- head/games/flightgear-data/Makefile Wed Nov 16 09:00:21 2016 (r426227) +++ head/games/flightgear-data/Makefile Wed Nov 16 09:29:15 2016 (r426228) @@ -21,7 +21,7 @@ PLIST= ${WRKDIR}/pkg-plist PLIST_DIRS= %%DATADIR%% BROKEN_aarch64= Fails to install: runaway process -BROKEN_armv64= Fails to install: runaway process +BROKEN_armv6= Fails to install: runaway process BROKEN_mips64= Fails to install: runaway process post-patch: Modified: head/science/simlib/Makefile ============================================================================== --- head/science/simlib/Makefile Wed Nov 16 09:00:21 2016 (r426227) +++ head/science/simlib/Makefile Wed Nov 16 09:29:15 2016 (r426228) @@ -17,7 +17,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME} CXXFLAGS+= -fPIC -NOT_FOR_ARCHS= armv64 aarch64 mips mips64 powerpc powerpc64 sparc64 +NOT_FOR_ARCHS= armv6 aarch64 mips mips64 powerpc powerpc64 sparc64 NOT_FOR_ARCHS_REASON= contains not working ${ARCH}-dependent assembly code post-patch: