Date: Tue, 16 Nov 2021 13:49:30 +0000 From: Alexey Dokuchaev <danfe@freebsd.org> To: Piotr Kubaj <pkubaj@freebsd.org> Cc: ports-committers@freebsd.org, dev-commits-ports-all@freebsd.org, dev-commits-ports-main@freebsd.org Subject: Re: git: a87cbe0b5e6a - main - lang/pocl: port to powerpc64 Message-ID: <YZO26tg%2BpVp0lpap@FreeBSD.org> In-Reply-To: <202111161210.1AGCAsd8078309@gitrepo.freebsd.org> References: <202111161210.1AGCAsd8078309@gitrepo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Nov 16, 2021 at 12:10:54PM +0000, Piotr Kubaj wrote: > commit a87cbe0b5e6ad85dd21908b7943f6b11e0fb44ef > > lang/pocl: port to powerpc64 > --- > lang/pocl/Makefile | 11 +++++++++-- > lang/pocl/pkg-plist | 1 + > 2 files changed, 10 insertions(+), 2 deletions(-) > > diff --git a/lang/pocl/Makefile b/lang/pocl/Makefile > index 053e00841a4f..6f6388df4e6d 100644 > --- a/lang/pocl/Makefile > +++ b/lang/pocl/Makefile > @@ -9,7 +9,7 @@ COMMENT= POrtable Computing Language (POCL) > LICENSE= MIT > LICENSE_FILE= ${WRKSRC}/LICENSE > > -ONLY_FOR_ARCHS= aarch64 amd64 i386 > +ONLY_FOR_ARCHS= aarch64 amd64 i386 powerpc64 > ONLY_FOR_ARCHS_REASON= only tested on x86 I guess you should've also reworded or even removed ONLY_FOR_ARCHS_REASON as it does not make much sense now. Admittedly, it looks very like that ONLY_FOR_ARCHS had been misused here, as "portable" computing language should be, well, portable and not tied to a particular architecture or two^three^wfour. ./danfe
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?YZO26tg%2BpVp0lpap>