1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-20 08:27:15 +00:00

Sort ARCHS. Pet portlint.

Approved by:	portmgr (tier-2 blanket)
This commit is contained in:
Mark Linimon 2017-06-26 23:44:13 +00:00
parent 1e5d395309
commit c814970936
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=444433
13 changed files with 19 additions and 14 deletions

View File

@ -38,7 +38,8 @@ LIB_DEPENDS+= libexpat.so:textproc/expat2
VER= ${PORTVERSION:S/.//g}
PLIST_SUB= VER=${VER}
ONLY_FOR_ARCHS= amd64 armv6 i386 mips powerpc powerpc64 # untested elsewhere, might work
# untested elsewhere, might work
ONLY_FOR_ARCHS= amd64 armv6 i386 mips powerpc powerpc64
OPTIONS_DEFINE= DEBUG GDB_LINK GUILE KGDB PYTHON TUI

View File

@ -27,7 +27,7 @@ USE_GNOME= libxml2
PORTDOCS= *
ONLY_FOR_ARCHS= i386 amd64 armv6
ONLY_FOR_ARCHS= amd64 armv6 i386
ONLY_FOR_ARCHS_REASON= has not been ported to this architecture
OPTIONS_DEFINE= CAIRO DOCS

View File

@ -28,7 +28,8 @@ sh_OLD_CMD= "/usr/bin/env bash"
sh_CMD= ${SH}
WRKSRC= ${WRKDIR}/go
ONLY_FOR_ARCHS= amd64 armv6 i386
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
@ -48,7 +49,7 @@ GOOBJ=8
.elif ${ARCH} == "amd64"
GOARCH=amd64
GOOBJ=6
.elif ${ARCH} == "armv6" || ${ARCH} == "armv6hf"
.elif ${ARCH} == "armv6"
GOARCH=arm
GOOBJ=5
.else

View File

@ -16,7 +16,7 @@ USE_LDCONFIG= yes
PLIST_SUB+= VERSION=${DISTVERSION}
ONLY_FOR_ARCHS= i386 amd64 armv6
ONLY_FOR_ARCHS= amd64 armv6 i386
ONLY_FOR_ARCHS_REASON= Requires newer gcc/clang to compile.
post-install:

View File

@ -65,7 +65,8 @@ MAKE_ENV= MONO_SHARED_DIR="${WRKDIR}" \
TEST_TARGET= check
TEST_WRKSRC= ${WRKSRC}/mono/tests
ONLY_FOR_ARCHS= i386 amd64 armv6 powerpc
ONLY_FOR_ARCHS= amd64 armv6 i386 powerpc
PORTSCOUT= limit:^\d+\.\d+\.[1-9]\d*
LOCALBASE?= /usr/local

View File

@ -20,7 +20,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
EXTRACT_ONLY:= ${DISTNAME}${EXTRACT_SUFX}
BROKEN_armv6= fails to configure: the SPANDSP installation appears to be missing or broken
ONLY_FOR_ARCHS= armv6 amd64 i386 powerpc sparc64
ONLY_FOR_ARCHS= amd64 armv6 i386 powerpc sparc64
USES= bison cpe gmake iconv localbase ncurses shebangfix \
sqlite ssl

View File

@ -20,7 +20,7 @@ LIB_DEPENDS= libuuid.so:misc/e2fsprogs-libuuid \
libjansson.so:devel/jansson
BROKEN_armv6= fails to configure: the SPANDSP installation appears to be missing or broken
ONLY_FOR_ARCHS= armv6 amd64 i386 powerpc sparc64
ONLY_FOR_ARCHS= amd64 armv6 i386 powerpc sparc64
EXTRACT_ONLY:= ${DISTNAME}${EXTRACT_SUFX}

View File

@ -16,7 +16,7 @@ LIB_DEPENDS= libasound.so:audio/alsa-lib \
libspeex.so:audio/speex \
libgsm.so:audio/gsm
ONLY_FOR_ARCHS= i386 amd64 sparc64 armv6
ONLY_FOR_ARCHS= amd64 armv6 i386 sparc64
USES= autoreconf bison gmake shebangfix
SHEBANG_FILES= share/scripts/banbrutes.php \

View File

@ -10,7 +10,7 @@ DISTNAME= cl${PORTVERSION:S/.//g}
MAINTAINER= ale@FreeBSD.org
COMMENT= Powerful security programming toolkit
ONLY_FOR_ARCHS= i386 amd64 armv6
ONLY_FOR_ARCHS= amd64 armv6 i386
OPTIONS_DEFINE= DOCS

View File

@ -18,7 +18,7 @@ MAKE_ENV= BINDIR="${PREFIX}/sbin" MANDIR="${MANPREFIX}/man/man" \
BROKEN_armv6= fails to compile: implicit declaration of function 'cp15_pmccntr_get' is invalid in C99
BROKEN_DragonFly= fails to build: don't know how to make vnode_if.h
ONLY_FOR_ARCHS= i386 amd64 armv6
ONLY_FOR_ARCHS= amd64 armv6 i386
ONLY_FOR_ARCHS_REASON= untested on any other arch
USES= kmod uidfix

View File

@ -41,7 +41,8 @@ USE_LDCONFIG= yes
CONFLICTS_INSTALL= node[456]-[0-9]* node01[02]-[0-9]* node-devel-[0-9]* iojs-[0-9]*
ONLY_FOR_ARCHS= i386 amd64 armv6
ONLY_FOR_ARCHS= amd64 armv6 i386
CONFIGURE_ARGS= --prefix=${PREFIX_RELDEST} \
--without-npm \
--shared-cares \

View File

@ -41,7 +41,8 @@ USE_LDCONFIG= yes
CONFLICTS_INSTALL= node[45]-[0-9]* node01[02]-[0-9]* node-[0-9]* node-devel-[0-9]* iojs-[0-9]*
ONLY_FOR_ARCHS= amd64 armv6 i386
ONLY_FOR_ARCHS= amd64 armv6 i386
CONFIGURE_ARGS= --prefix=${PREFIX_RELDEST} \
--without-npm \
--shared-cares \

View File

@ -14,7 +14,7 @@ LICENSE= BSD3CLAUSE
USES= php:ext
USE_PHP= hash:build json:build pdo:build
ONLY_FOR_ARCHS= amd64 armv6 i386
ONLY_FOR_ARCHS= amd64 armv6 i386
USE_GITHUB= yes
GH_ACCOUNT= phalcon