Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Jul 2024 19:40:02 +0000
From:      "Sergey A. Osokin" <osa@freebsd.org>
To:        Vladimir Druzenko <vvd@freebsd.org>
Cc:        Jan Beich <jbeich@freebsd.org>, =?utf-8?Q?Mika=C3=ABl?= Urankar <mikael@freebsd.org>, ports-committers@freebsd.org, dev-commits-ports-all@freebsd.org, dev-commits-ports-main@freebsd.org
Subject:   Re: git: 7b0c8167940b - main - net/ntpd-rs: mark as broken on i386
Message-ID:  <ZpwSkuuxUDKcyAGG@FreeBSD.org>
In-Reply-To: <3316b5b4-8010-46ee-b5d5-c5d4e5a9294a@freebsd.org>
References:  <202407201533.46KFXTm2012293@gitrepo.freebsd.org> <bk2s-f4r1-wny@FreeBSD.org> <85723896-9eac-4377-b0d9-79911664eedf@FreeBSD.org> <7cdg-aq3y-wny@FreeBSD.org> <3316b5b4-8010-46ee-b5d5-c5d4e5a9294a@freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, Jul 20, 2024 at 10:36:48PM +0300, Vladimir Druzenko wrote:
> 20.07.2024 21:13, Jan Beich пишет:
> > Mikaël Urankar <mikael@FreeBSD.org> writes:
> > 
> > > On 7/20/24 17:43, Jan Beich wrote:
> > > 
> > > > Mikael Urankar <mikael@FreeBSD.org> writes:
> > > > 
> > > > > +NOT_FOR_ARCHS=	i386
> > > > > +NOT_FOR_ARCHS_REASON=	the ring crate requires SSE2 instruction on intel cpu
> > > > Why not pass -C target-feature=+sse2 like games/jumpy instead?
> > > Per [1] we are supposed to target Pentium Pro / Pentium II (i686),
> > > sse2 is not available on these cpus. This is enforced in our rust
> > > ports with [2].

Add my two cents.  I've added the following line to the security/boringssl

CFLAGS_i386=    -msse2

I do believe that's enough.

Thank you.

-- 
Sergey A. Osokin



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?ZpwSkuuxUDKcyAGG>