Scrub mention of armv6hf from ARCHS. It was never in a released version.

While here, sort ARCHS and pet portlint.

Reviewed by:	imp
Approved by:	portmgr (tier-2 blanket)
This commit is contained in:
Mark Linimon 2017-06-26 22:20:20 +00:00
parent 7b0eb1e787
commit 2fc969b4b7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=444416
7 changed files with 6 additions and 7 deletions

View File

@ -36,7 +36,7 @@ PYGDB_USES= python:2
OPTIONS_SUB= yes
NOT_FOR_ARCHS= aarch64 arm armeb armv6 armv6hf \
NOT_FOR_ARCHS= aarch64 arm armeb armv6 \
mips mips64 mips64el mipsel mipsn32
NOT_FOR_ARCHS_REASON= Very slow to build on emulator

View File

@ -10,7 +10,7 @@ MASTER_SITES= http://www.digger.org/
MAINTAINER= ports@FreeBSD.org
COMMENT= FreeBSD graphics console (VGL) version of the famous Digger game
ONLY_FOR_ARCHS= i386 amd64 # Alphas don't have libvgl yet...
ONLY_FOR_ARCHS= amd64 i386
MAKEFILE= Makefile.fbsd

View File

@ -17,7 +17,7 @@ RUN_DEPENDS= java-zoneinfo>0:java/java-zoneinfo
BUNDLE_LIBS= yes
ONLY_FOR_ARCHS= amd64 armv6 armv6hf i386 powerpc64
ONLY_FOR_ARCHS= amd64 armv6 i386 powerpc64
BROKEN_powerpc64= fails to build: pkg-static: Unable to access file jre/lib/powerpc64/jvm.cfg
DISTINFO_FILE= ${.CURDIR}/distinfo.${JDK_ARCH}

View File

@ -66,7 +66,7 @@ X11_LIB_DEPENDS+= libXtst.so.6:x11/libXtst
BUILD_DEPENDS+= ${UNZIP_CMD}:archivers/unzip
.endif
ONLY_FOR_ARCHS= amd64 armv6 armv6hf i386 powerpc powerpc64
ONLY_FOR_ARCHS= amd64 armv6 i386 powerpc powerpc64
WRKSRC= ${WRKDIR}/${PORTNAME}
DOS2UNIX_FILES= jdk/src/bsd/doc/man/appletviewer.1 \

View File

@ -28,7 +28,7 @@ sh_OLD_CMD= "/usr/bin/env bash"
sh_CMD= ${SH}
WRKSRC= ${WRKDIR}/go
ONLY_FOR_ARCHS= i386 amd64 armv6 armv6hf
ONLY_FOR_ARCHS= amd64 armv6 i386
# NB: apparently this failure is only when running under emulation via
# qemu; it works fine on native hardware. Let's leave the line in as a

View File

@ -48,7 +48,6 @@ OPTIONS_GROUP_LICENSE= GPL3 NONFREE
OPTIONS_DEFINE_amd64= MMX SSE
OPTIONS_DEFINE_armv6= VFP NEON
OPTIONS_DEFINE_armv6hf= VFP NEON
OPTIONS_DEFINE_i386= MMX SSE
OPTIONS_DEFAULT_amd64= MMX SSE
OPTIONS_DEFAULT_i386= MMX SSE

View File

@ -24,7 +24,7 @@ TOOLS_ONLY_DESC= Do not install window manager, only tools
.include <bsd.port.options.mk>
.if ${ARCH} == "armv6" || ${ARCH} == "armv6hf"
.if ${ARCH} == "armv6"
EXTRA_PATCHES+= ${FILESDIR}/extra-patch-src_Toolbar.cc
.endif