From 61b661339366b6ee95ca1de0667979da9240c6b8 Mon Sep 17 00:00:00 2001 From: Alexey Dokuchaev Date: Mon, 25 Oct 2021 12:58:26 +0000 Subject: 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. --- lang/J/Makefile | 2 +- lang/clover/Makefile | 2 +- lang/intel-compute-runtime/Makefile | 2 +- lang/ponyc/Makefile | 2 +- lang/rust-bootstrap/Makefile | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) (limited to 'lang') diff --git a/lang/J/Makefile b/lang/J/Makefile index 93e75190b0ec..a0a7d8279d77 100644 --- a/lang/J/Makefile +++ b/lang/J/Makefile @@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKDIR}/jsource-${JVERSION}/license.txt BROKEN= does not build ONLY_FOR_ARCHS= amd64 -ONLY_FOR_ARCHS_REASON= Not built or tested for other archs. i386 needs hostdefs and netdefs files to be generated. +ONLY_FOR_ARCHS_REASON= not built or tested on other architectures; i386 needs hostdefs and netdefs files to be generated BUILD_DEPENDS= bash:shells/bash LIB_DEPENDS= libpcre2-8.so:devel/pcre2 \ diff --git a/lang/clover/Makefile b/lang/clover/Makefile index 148a8904350f..11330ec7be82 100644 --- a/lang/clover/Makefile +++ b/lang/clover/Makefile @@ -12,7 +12,7 @@ RUN_DEPENDS= libclc>=0.3.0:devel/libclc \ opencl>=0:devel/opencl ONLY_FOR_ARCHS= i386 amd64 powerpc64le powerpc64 -ONLY_FOR_ARCHS_REASON= Clover needs a GPU supported by the Radeon KMS driver +ONLY_FOR_ARCHS_REASON= needs a GPU supported by the Radeon KMS driver .include .include "${.CURDIR:H:H}/graphics/mesa-dri/Makefile.common" diff --git a/lang/intel-compute-runtime/Makefile b/lang/intel-compute-runtime/Makefile index a3dbf38d6c0c..5132716265ed 100644 --- a/lang/intel-compute-runtime/Makefile +++ b/lang/intel-compute-runtime/Makefile @@ -14,7 +14,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.md ONLY_FOR_ARCHS= amd64 -ONLY_FOR_ARCHS_REASON= Only Intel GPUs on x86 are supported +ONLY_FOR_ARCHS_REASON= only Intel GPUs on x86 are supported LIB_DEPENDS= libigc.so:devel/intel-graphics-compiler@${FLAVOR} \ libigdgmm.so:multimedia/gmmlib diff --git a/lang/ponyc/Makefile b/lang/ponyc/Makefile index 941e3d4ec7b7..af9ac8aaa734 100644 --- a/lang/ponyc/Makefile +++ b/lang/ponyc/Makefile @@ -9,7 +9,7 @@ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE ONLY_FOR_ARCHS= aarch64 amd64 -ONLY_FOR_ARCHS_REASON= Undefined reference to __atomic_compare_exchange_8 +ONLY_FOR_ARCHS_REASON= undefined reference to __atomic_compare_exchange_8 BUILD_DEPENDS= llvm-link${LLVM_VERSION}:devel/llvm${LLVM_VERSION} diff --git a/lang/rust-bootstrap/Makefile b/lang/rust-bootstrap/Makefile index 5c64d247ba11..3580855c912a 100644 --- a/lang/rust-bootstrap/Makefile +++ b/lang/rust-bootstrap/Makefile @@ -19,7 +19,7 @@ LICENSE_FILE_APACHE20= ${WRKSRC}/LICENSE-APACHE LICENSE_FILE_MIT= ${WRKSRC}/LICENSE-MIT ONLY_FOR_ARCHS= amd64 -ONLY_FOR_ARCHS_REASON= untested on other archs +ONLY_FOR_ARCHS_REASON= untested on other architectures BUILD_DEPENDS= ${FLAVOR:S/_/-/g}-freebsd-sysroot>=a2021.09.14:devel/freebsd-sysroot@${FLAVOR} \ cmake:devel/cmake \ -- cgit v1.2.3