Monday, April 29, 2019

Re: Test lang/sbcl update for upcoming 1.5.2

On Mon, Apr 29, 2019 at 04:35:00PM +0100, Stuart Henderson wrote:
> On 2019/04/29 07:45, Josh Elsasser wrote:
> > -V = 1.4.8
> > +V = 1.5.1.401-ec954a7a7
> > DISTNAME= sbcl-${V}-source
> > PKGNAME= sbcl-${V}
> > WRKDIST= ${WRKDIR}/sbcl-${V}
>
> That results in a bogus PKGNAME (as if it had a "-ec954a7a7" flavour).
> Replacing the above block + EXTRACT_SUFX with this works:
>
> V = 1.5.1.401-ec954a7a7
> DISTNAME= sbcl-${V}
> PKGNAME= sbcl-${V:C/-.*//}
> EXTRACT_SUFX= -source.tar.bz2

Oh, thanks. It'll just be V=1.5.2 when committed, but that's sure
useful to know.

No comments:

Post a Comment