Commit 61b66133 authored by Alexey Dokuchaev's avatar Alexey Dokuchaev
Browse files

Style: improve ONLY_FOR_ARCHS_REASON (grammar, markup, etc.)

ONLY_FOR_ARCHS_REASON is used as part of the sentence and thus should
start with lower-case letter and not end with a period which is added
by the framework, similar to other knobs like BROKEN, IGNORE, et al.

While here, remove needless quoting, add missing Oxford comma, expand
contractions and jargonisms, use correct spelling for proper names.
parent 13c431b0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@ LICENSE= GPLv2
LICENSE_FILE=	${WRKSRC}/COPYING

ONLY_FOR_ARCHS=	amd64 i386
ONLY_FOR_ARCHS_REASON=	"not yet ported"
ONLY_FOR_ARCHS_REASON=	not yet ported to this architecture

BUILD_DEPENDS=	lv2>0:audio/lv2 \
		dssi>0:audio/dssi
+1 −1
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
LICENSE_PERMS=	dist-mirror pkg-mirror auto-accept

ONLY_FOR_ARCHS=		amd64 i386 powerpc64le
ONLY_FOR_ARCHS_REASON=	Upstream supports only x86 and possibly POWER8
ONLY_FOR_ARCHS_REASON=	upstream supports only x86 and possibly POWER8

USES=		gmake perl5
GNU_CONFIGURE=	yes
+1 −1
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@ LICENSE_PERMS= no-dist-mirror no-dist-sell no-pkg-mirror no-pkg-sell \
		auto-accept

ONLY_FOR_ARCHS=	amd64
ONLY_FOR_ARCHS_REASON=	The i386 client has not been ported
ONLY_FOR_ARCHS_REASON=	has not been ported to this architecture

USES=		dos2unix linux
DOS2UNIX_FILES=	usr/share/doc/fahclient/*
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@ LICENSE= MIT
LICENSE_FILE=	${WRKSRC}/LICENSE.txt

ONLY_FOR_ARCHS=	amd64 i386
ONLY_FOR_ARCHS_REASON=	Hard-coded SSE instructions
ONLY_FOR_ARCHS_REASON=	uses hard-coded SSE instructions

USES=		gmake
USE_GITHUB=	yes
+1 −1
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@ COMMENT= Trim adapter sequences from Illumina data using heuristic rules
LICENSE=	GPLv2

ONLY_FOR_ARCHS=		amd64 i386 powerpc64le
ONLY_FOR_ARCHS_REASON=	Hard-coded SSE instructions
ONLY_FOR_ARCHS_REASON=	uses hard-coded SSE instructions

USE_GITHUB=	yes
GH_ACCOUNT=	lh3
Loading