svn commit: r426228 - in head: devel/libbfd games/flightgear-data science/simlib

Mark Linimon linimon at FreeBSD.org
Wed Nov 16 09:29:16 UTC 2016


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:


More information about the svn-ports-all mailing list