Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Nov 2016 09:29:15 +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: r426228 - in head: devel/libbfd games/flightgear-data science/simlib
Message-ID:  <201611160929.uAG9TFUG060136@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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:



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