Re: git: 8d2f58feb60d - main - lang/mono: fix build on powerpc* with LLVM 15

From: Piotr Kubaj <pkubaj_at_anongoth.pl>
Date: Sat, 18 Mar 2023 16:01:06 UTC
On 23-03-18 14:41:18, Alexey Dokuchaev wrote:
> On Sat, Mar 18, 2023 at 02:09:58PM +0000, Piotr Kubaj wrote:
> > commit 8d2f58feb60d5cedc3ebec12cb9e4571dd9ecc2b
> > 
> >   lang/mono: fix build on powerpc* with LLVM 15
> > ...
> > --- a/lang/mono/Makefile
> > +++ b/lang/mono/Makefile
> > @@ -1,6 +1,6 @@
> >  PORTNAME=	mono
> >  PORTVERSION=	5.10.1.57
> > -PORTREVISION=	3
> > +PORTREVISION=	4
> 
> Please do not gratuitously bump revisions for trivial build fixes like
> this one.  Now everyone would have to rebuild their perfectly fine packages
> because of this.
> 
> ./danfe

The problem is that before the compiler was casting implicitly and it potentially could be casting to something wrong, hence PORTREVISION bump.