Skip to content

Commit

Permalink
Style: improve ONLY_FOR_ARCHS_REASON (grammar, markup, etc.)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Alexey Dokuchaev authored and Alexey Dokuchaev committed Oct 25, 2021
1 parent 13c431b commit 61b6613
Show file tree
Hide file tree
Showing 79 changed files with 89 additions and 84 deletions.
2 changes: 1 addition & 1 deletion audio/linuxsampler/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion biology/gmap/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion biology/linux-foldingathome/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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/*
Expand Down
8 changes: 4 additions & 4 deletions biology/minimap2/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PORTNAME= minimap2
PORTNAME= minimap2
DISTVERSIONPREFIX= v
DISTVERSION= 2.22
CATEGORIES= biology
DISTVERSION= 2.22
CATEGORIES= biology

MAINTAINER= jwb@FreeBSD.org
COMMENT= Pairwise aligner for genomic and spliced nucleotide sequences
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion biology/trimadap/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion biology/ucsc-userapps/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ LICENSE_TEXT= Some tools installed by this port require a license for\
LICENSE_PERMS= no-dist-mirror no-dist-sell no-pkg-mirror no-pkg-sell

ONLY_FOR_ARCHS= amd64
ONLY_FOR_ARCHS_REASON= _mm_popcnt_u64
ONLY_FOR_ARCHS_REASON= uses _mm_popcnt_u64() function

BUILD_DEPENDS= bash:shells/bash
LIB_DEPENDS= libiconv.so:converters/libiconv \
Expand Down
8 changes: 4 additions & 4 deletions biology/vsearch/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PORTNAME= vsearch
PORTNAME= vsearch
DISTVERSIONPREFIX= v
DISTVERSION= 2.17.1
CATEGORIES= biology
DISTVERSION= 2.17.1
CATEGORIES= biology

MAINTAINER= jwb@FreeBSD.org
COMMENT= Versatile open-source tool for metagenomics
Expand All @@ -10,7 +10,7 @@ LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE.txt

ONLY_FOR_ARCHS= aarch64 amd64 powerpc64le
ONLY_FOR_ARCHS_REASON= Explicitly enumerated by upstream developers
ONLY_FOR_ARCHS_REASON= explicitly enumerated by upstream developers

LIB_DEPENDS= libsysinfo.so:devel/libsysinfo

Expand Down
2 changes: 1 addition & 1 deletion cad/pcb/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ NONE_CONFIGURE_ON= --without-gui
NONE_CONFIGURE_ENV= WISH=/usr/bin/true

ONLY_FOR_ARCHS= i386 amd64
ONLY_FOR_ARCHS_REASON= Uses x86 specific libc functions and has not been ported
ONLY_FOR_ARCHS_REASON= uses x86-specific libc functions, has not been ported

DOCS_INFO= pcb

Expand Down
2 changes: 1 addition & 1 deletion comms/syncterm/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@ SDL_MAKE_ARGS= USE_SDL=1
SDL_MAKE_ARGS_OFF= WITHOUT_SDL=1

ONLY_FOR_ARCHS= i386 amd64 powerpc powerpc64 powerpc64le
ONLY_FOR_ARCHS_REASON= does not configure except on i386, amd64 and powerpc*
ONLY_FOR_ARCHS_REASON= does not configure except on i386, amd64, and powerpc*

.include <bsd.port.mk>
2 changes: 1 addition & 1 deletion databases/clickhouse/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ COMMENT= Fast open-source OLAP database management system
LICENSE= APACHE20

ONLY_FOR_ARCHS= amd64
ONLY_FOR_ARCHS_REASON= "Only supported on amd64"
ONLY_FOR_ARCHS_REASON= only supported on amd64

BUILD_DEPENDS= bash:shells/bash
RUN_DEPENDS= bash:shells/bash
Expand Down
2 changes: 1 addition & 1 deletion databases/cockroach/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/src/github.com/cockroachdb/cockroach/LICENSE

ONLY_FOR_ARCHS= amd64
ONLY_FOR_ARCHS_REASON= "A 64-bit system is strongly recommended"
ONLY_FOR_ARCHS_REASON= 64-bit system is strongly recommended

BUILD_DEPENDS= autoconf:devel/autoconf \
bash:shells/bash \
Expand Down
3 changes: 2 additions & 1 deletion databases/mongodb36-tools/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ COMMENT= Tools for MongoDB
LICENSE= APACHE20

ONLY_FOR_ARCHS= amd64 i386
ONLY_FOR_ARCHS_REASON= "not yet ported to anything other than i386 and amd64"
ONLY_FOR_ARCHS_REASON= not yet ported to anything other than i386 and amd64

BROKEN_SSL= openssl libressl libressl-devel
BROKEN_SSL_REASON_openssl= variable has incomplete type 'BIO_METHOD' (aka 'struct bio_method_st')
BROKEN_SSL_REASON_libressl= could not determine kind of name for C.EVP_sha
Expand Down
2 changes: 1 addition & 1 deletion databases/mongodb36/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ LICENSE_FILE_SSPLv1= ${WRKSRC}/LICENSE-Community.txt
LICENSE_PERMS_SSPLv1= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept

ONLY_FOR_ARCHS= aarch64 amd64
ONLY_FOR_ARCHS_REASON= "Only supported on amd64 and aarch64 (i386 deprecated in v3)"
ONLY_FOR_ARCHS_REASON= only supported on amd64 and aarch64; i386 deprecated in v3

BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cheetah3>0:devel/py-cheetah3@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}yaml>=3.11:devel/py-yaml@${PY_FLAVOR}
Expand Down
2 changes: 1 addition & 1 deletion databases/mongodb40/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ LICENSE_FILE_SSPLv1= ${WRKSRC}/LICENSE-Community.txt
LICENSE_PERMS_SSPLv1= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept

ONLY_FOR_ARCHS= aarch64 amd64 powerpc64le
ONLY_FOR_ARCHS_REASON= Only supported on amd64, aarch64 and powerpc64le (i386 deprecated in v3)
ONLY_FOR_ARCHS_REASON= only supported on amd64, aarch64, and powerpc64le; i386 deprecated in v3

BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cheetah3>0:devel/py-cheetah3@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}yaml>=3.11:devel/py-yaml@${PY_FLAVOR} \
Expand Down
2 changes: 1 addition & 1 deletion databases/mongodb42/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ LICENSE_FILE_SSPLv1= ${WRKSRC}/LICENSE-Community.txt
LICENSE_PERMS_SSPLv1= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept

ONLY_FOR_ARCHS= aarch64 amd64 powerpc64le
ONLY_FOR_ARCHS_REASON= Only ported to amd64, aarch64 and powerpc64le on FreeBSD. Upstream supports arm64, ppc64le, s390x and x86-64.
ONLY_FOR_ARCHS_REASON= only ported to amd64, aarch64, and powerpc64le on FreeBSD; upstream supports arm64, ppc64le, s390x, and x86-64

BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cheetah3>0:devel/py-cheetah3@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}yaml>=3.11:devel/py-yaml@${PY_FLAVOR} \
Expand Down
2 changes: 1 addition & 1 deletion databases/mongodb44/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ LICENSE_FILE_SSPLv1= ${WRKSRC}/LICENSE-Community.txt
LICENSE_PERMS_SSPLv1= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept

ONLY_FOR_ARCHS= aarch64 amd64 powerpc64le
ONLY_FOR_ARCHS_REASON= Only ported to amd64, aarch64 and powerpc64le on FreeBSD. Upstream supports arm64, ppc64le, s390x and x86-64.
ONLY_FOR_ARCHS_REASON= only ported to amd64, aarch64, and powerpc64le on FreeBSD; upstream supports arm64, ppc64le, s390x, and x86-64

BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cheetah3>0:devel/py-cheetah3@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}yaml>=3.11:devel/py-yaml@${PY_FLAVOR} \
Expand Down
2 changes: 1 addition & 1 deletion databases/mongodb50/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ LICENSE_FILE_SSPLv1= ${WRKSRC}/LICENSE-Community.txt
LICENSE_PERMS_SSPLv1= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept

ONLY_FOR_ARCHS= aarch64 amd64 powerpc64le
ONLY_FOR_ARCHS_REASON= Only ported to amd64, aarch64 and powerpc64le on FreeBSD. Upstream supports arm64, ppc64le, s390x and x86-64.
ONLY_FOR_ARCHS_REASON= only ported to amd64, aarch64, and powerpc64le on FreeBSD; upstream supports arm64, ppc64le, s390x, and x86-64

BUILD_DEPENDS= ${LOCALBASE}/bin/ar:devel/binutils \
${PYTHON_PKGNAMEPREFIX}cheetah3>0:devel/py-cheetah3@${PY_FLAVOR} \
Expand Down
2 changes: 1 addition & 1 deletion devel/bennugd-core/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ DOS2UNIX_GLOB= *.c *.h
INSTALL_TARGET= install-strip

ONLY_FOR_ARCHS= i386
ONLY_FOR_ARCHS_REASON= Segfaults on !i386
ONLY_FOR_ARCHS_REASON= dies with segmentation fault on !i386

WRKSRC= ${WRKDIR}/bennugd/${PORTNAME}

Expand Down
2 changes: 1 addition & 1 deletion devel/intel-graphics-compiler/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.md

ONLY_FOR_ARCHS= amd64 i386
ONLY_FOR_ARCHS_REASON= Only Intel GPUs on x86 are supported
ONLY_FOR_ARCHS_REASON= only Intel GPUs on x86 are supported

BUILD_DEPENDS= vc-intrinsics-${FLAVOR}>=s20210730:devel/vc-intrinsics@${FLAVOR}
LIB_DEPENDS= libopencl-clang.so.${FLAVOR:S/llvm//}:devel/opencl-clang@${FLAVOR}
Expand Down
2 changes: 1 addition & 1 deletion devel/linux-sublime-merge/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ LICENSE_FILE= ${FILESDIR}/LICENSE.txt
LICENSE_PERMS= dist-mirror no-dist-sell pkg-mirror no-pkg-sell auto-accept

ONLY_FOR_ARCHS= aarch64 amd64
ONLY_FOR_ARCHS_REASON= Upstream only supports amd64 and arm64
ONLY_FOR_ARCHS_REASON= upstream only supports amd64 and arm64

USES= desktop-file-utils gnome linux tar:xz
USE_LINUX= gtk3
Expand Down
2 changes: 1 addition & 1 deletion editors/linux-bcompare/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ LICENSE_FILE= ${FILESDIR}/LICENSE.txt
LICENSE_PERMS= dist-mirror no-dist-sell pkg-mirror no-pkg-sell auto-accept

ONLY_FOR_ARCHS= amd64 i386
ONLY_FOR_ARCHS_REASON= Upstream only supports amd64 and i386
ONLY_FOR_ARCHS_REASON= upstream only supports amd64 and i386

USES= desktop-file-utils gnome linux shared-mime-info shebangfix
USE_LINUX= base:run devtools:build qt-x11:run xorglibs:run
Expand Down
2 changes: 1 addition & 1 deletion editors/linux-sublime-text4/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ LICENSE_FILE= ${FILESDIR}/LICENSE.txt
LICENSE_PERMS= dist-mirror no-dist-sell pkg-mirror no-pkg-sell auto-accept

ONLY_FOR_ARCHS= aarch64 amd64
ONLY_FOR_ARCHS_REASON= Upstream only supports amd64 and aarch64
ONLY_FOR_ARCHS_REASON= upstream only supports amd64 and aarch64

RUN_DEPENDS= linux-c7-curl>0:ftp/linux-c7-curl

Expand Down
2 changes: 1 addition & 1 deletion editors/linux-sublime3/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ LICENSE_FILE= ${FILESDIR}/LICENSE.txt
LICENSE_PERMS= dist-mirror no-dist-sell pkg-mirror no-pkg-sell auto-accept

ONLY_FOR_ARCHS= amd64 i386
ONLY_FOR_ARCHS_REASON= Upstream only supports amd64 and i386
ONLY_FOR_ARCHS_REASON= upstream only supports amd64 and i386

USES= desktop-file-utils gnome linux tar:bzip2
USE_LINUX= gtk3
Expand Down
2 changes: 1 addition & 1 deletion emulators/mame/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ COMMENT= Multi Arcade Machine Emulator
LICENSE= GPLv2

ONLY_FOR_ARCHS= amd64 armv7 i386 powerpc powerpc64 powerpc64le
ONLY_FOR_ARCHS_REASON= not yet ported to any arch other than armv7, x86 and powerpc*
ONLY_FOR_ARCHS_REASON= not yet ported to any architecture other than armv7, x86, and powerpc*

LIB_DEPENDS= libFLAC.so:audio/flac \
libexpat.so:textproc/expat2 \
Expand Down
1 change: 1 addition & 0 deletions games/aestats/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ LICENSE_TEXT= Commercial use is prohibited
LICENSE_PERMS= dist-mirror pkg-mirror auto-accept

ONLY_FOR_ARCHS= i386 amd64
ONLY_FOR_ARCHS_REASON= linked from prebuilt object files

USES= zip
WRKSRC= ${WRKDIR}/${DISTNAME}/Linux-o
Expand Down
2 changes: 1 addition & 1 deletion games/jaggedalliance2/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ LICENSE_PERMS_SFI-SCLA= dist-mirror no-dist-sell pkg-mirror no-pkg-sell \

# Ignore this if you feel adventurous
ONLY_FOR_ARCHS= aarch64 amd64 arm armv6 armv7 i386 powerpc64le
ONLY_FOR_ARCHS_REASON= Needs a little endian environment
ONLY_FOR_ARCHS_REASON= requires little endian environment

BUILD_DEPENDS= string_theory>=3.1:devel/string_theory \
rapidjson>=1.1.0:devel/rapidjson \
Expand Down
2 changes: 1 addition & 1 deletion games/nwndata/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ LICENSE_TEXT= Distribution not allowed
LICENSE_PERMS= auto-accept

ONLY_FOR_ARCHS= amd64 i386
ONLY_FOR_ARCHS_REASON= Binary Distribution on x86 only
ONLY_FOR_ARCHS_REASON= binary distribution for x86 only

# Setup port based upon whether this is the Diamond edition or straight NWN.
.if defined(CDROM_MOUNT) && exists(${CDROM_MOUNT}/KingmakerSetup.exe)
Expand Down
2 changes: 1 addition & 1 deletion graphics/drm-current-kmod/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ LICENSE= BSD2CLAUSE MIT GPLv2
LICENSE_COMB= multi

ONLY_FOR_ARCHS= aarch64 amd64 i386 powerpc64 powerpc64le
ONLY_FOR_ARCHS_REASON= the new KMS components are only supported on amd64, i386, aarch64 and powerpc64
ONLY_FOR_ARCHS_REASON= the new KMS components are only supported on amd64, i386, aarch64, and powerpc64

RUN_DEPENDS= gpu-firmware-kmod>=g20200914:graphics/gpu-firmware-kmod

Expand Down
2 changes: 1 addition & 1 deletion graphics/drm-devel-kmod/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ LICENSE= BSD2CLAUSE MIT GPLv2
LICENSE_COMB= multi

ONLY_FOR_ARCHS= aarch64 amd64 i386 powerpc64 powerpc64le
ONLY_FOR_ARCHS_REASON= the new KMS components are only supported on amd64, arm64, i386 and powerpc64
ONLY_FOR_ARCHS_REASON= the new KMS components are only supported on amd64, arm64, i386, and powerpc64

RUN_DEPENDS= gpu-firmware-kmod>=g20200914:graphics/gpu-firmware-kmod

Expand Down
2 changes: 1 addition & 1 deletion graphics/drm-fbsd13-kmod/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ LICENSE= BSD2CLAUSE MIT GPLv2
LICENSE_COMB= multi

ONLY_FOR_ARCHS= aarch64 amd64 i386 powerpc64 powerpc64le
ONLY_FOR_ARCHS_REASON= the new KMS components are only supported on amd64, i386, aarch64 and powerpc64
ONLY_FOR_ARCHS_REASON= the new KMS components are only supported on amd64, i386, aarch64, and powerpc64

RUN_DEPENDS= gpu-firmware-kmod>=g20200914:graphics/gpu-firmware-kmod

Expand Down
2 changes: 1 addition & 1 deletion graphics/intel-backlight/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING

ONLY_FOR_ARCHS= amd64 i386
ONLY_FOR_ARCHS_REASON= This hardware is only found on Intel x86 systems
ONLY_FOR_ARCHS_REASON= this hardware is only found on Intel x86 systems

LIB_DEPENDS= libdrm.so:graphics/libdrm \
libpciaccess.so:devel/libpciaccess
Expand Down
2 changes: 1 addition & 1 deletion graphics/mesa-gallium-va/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ X11_USE= xorg=xorgproto,x11,xcb,xdamage,xext,xfixes,xshmfence,xxf86vm,xrandr
.include "${.CURDIR:H:H}/graphics/mesa-dri/Makefile.common"

ONLY_FOR_ARCHS= i386 amd64 aarch64 powerpc64 powerpc64le
ONLY_FOR_ARCHS_REASON= Used only by amd/radeon hardware
ONLY_FOR_ARCHS_REASON= used only by AMD/Radeon hardware

MESON_ARGS+= -Ddri-drivers="" \
-Dgallium-drivers="radeonsi,r600" \
Expand Down
2 changes: 1 addition & 1 deletion graphics/mesa-gallium-vdpau/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ X11_USE= xorg=xorgproto,x11,xcb,xdamage,xext,xfixes,xshmfence,xxf86vm,xrandr
.include "${.CURDIR:H:H}/graphics/mesa-dri/Makefile.common"

ONLY_FOR_ARCHS= i386 amd64 aarch64 powerpc64 powerpc64le
ONLY_FOR_ARCHS_REASON= Used only by amd/radeon hardware
ONLY_FOR_ARCHS_REASON= used only by AMD/Radeon hardware

MESON_ARGS+= -Ddri-drivers="" \
-Dgallium-drivers="r300,r600,radeonsi" \
Expand Down
2 changes: 1 addition & 1 deletion graphics/mesa-gallium-xa/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ USE_XORG= xorgproto
.include "${.CURDIR:H:H}/graphics/mesa-dri/Makefile.common"

ONLY_FOR_ARCHS= i386 amd64
ONLY_FOR_ARCHS_REASON= Used only by VMWare supported architectures
ONLY_FOR_ARCHS_REASON= used only by VMware supported architectures

MESON_ARGS+= -Ddri-drivers="" \
-Dgallium-drivers="svga" \
Expand Down
2 changes: 1 addition & 1 deletion graphics/rawtherapee/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ OPENMP_CMAKE_BOOL= OPTION_OMP
# might add ARM64 later on if they are established by the
# time FreeBSD 13 is out.
ONLY_FOR_ARCHS= amd64
ONLY_FOR_ARCHS_REASON=Only amd64 is supported on non-released FreeBSD versions.
ONLY_FOR_ARCHS_REASON=only amd64 is supported on non-released FreeBSD versions
.endif

.if ${PORT_OPTIONS:MNATIVE}
Expand Down
2 changes: 1 addition & 1 deletion lang/J/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion lang/clover/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 <bsd.port.options.mk>
.include "${.CURDIR:H:H}/graphics/mesa-dri/Makefile.common"
Expand Down
2 changes: 1 addition & 1 deletion lang/intel-compute-runtime/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion lang/ponyc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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}

Expand Down
2 changes: 1 addition & 1 deletion lang/rust-bootstrap/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion math/hpcombi/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ COMMENT= Fast combinatorics in C++ using SSE/AVX instruction sets
LICENSE= GPLv3

ONLY_FOR_ARCHS= amd64
ONLY_FOR_ARCHS_REASON= Uses Advanced Vector Extensions (AVX) instructions set
ONLY_FOR_ARCHS_REASON= uses AVX instruction set

BUILD_DEPENDS= sparsehash>0:devel/sparsehash
LIB_DEPENDS= libbenchmark.so:devel/benchmark
Expand Down
2 changes: 1 addition & 1 deletion multimedia/cmrt/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING

ONLY_FOR_ARCHS= amd64 i386
ONLY_FOR_ARCHS_REASON= Only Intel GPUs on x86 are supported
ONLY_FOR_ARCHS_REASON= only Intel GPUs on x86 are supported

LIB_DEPENDS= libdrm_intel.so:graphics/libdrm \
libva.so:multimedia/libva
Expand Down
Loading

0 comments on commit 61b6613

Please sign in to comment.