On Sat, Feb 28, 2015 at 12:18:33AM +0400, Arseny Nasokin wrote:
> On 25 February 2015 at 23:15, Jung-uk Kim <j...@freebsd.org> wrote:
> > > I have FreeBSD 11.0-CURRENT r265265 with OSRELDATE 1100020 and
> > > invalid YACC. So This conditional expression must be fixed to check
> > > if this 11.x and  yacc is not changed.
> >
> > Wow, that's more than 9-month old now.
> >
> > > In my hypothetical "patch" I set OSRELDATE to invalid abstract
> > > future version, because it's only concept and I have no time to fix
> > > it correctly now.
> >
> > If you insist, you can try this:
> >
> > - --- Makefile.inc1
> > +++ Makefile.inc1
> > @@ -1274,7 +1274,8 @@
> >  _awk=          usr.bin/awk
> >  .endif
> >
> > - -.if ${BOOTSTRAPPING} < 1001506
> > +.if ${BOOTSTRAPPING} < 1001506 || \
> > +    (${BOOTSTRAPPING} >= 1100000 && ${BOOTSTRAPPING} < 1100046)
> >  _yacc=         lib/liby \
> >                 usr.bin/yacc
> >
> > (but I won't commit it.)
> >
> 
> Should I fill PR for?
> 

Yes, please do.

Glen

Attachment: pgpCRFfFeKgEM.pgp
Description: PGP signature

Reply via email to