svn commit: r398375 - head/www/node

Daniel Lin linpct at gmail.com
Mon Oct 5 01:54:53 UTC 2015


Hi,

I have no idea if FreeBSD 9.3 using GCC 4.8 as the minimum version.

But if so, I agree USE_GCC= yes

Thanks.

2015-10-05 7:51 GMT+08:00 Gerald Pfeifer <gerald at pfeifer.com>:

> On Thu, 1 Oct 2015, Kurt Jaeger wrote:
> > Log:
> >   www/node: fix build on 9.3
> >
> >   - enforce dependency on gcc48 on 9.3
> >
> >   PR:         203307
> >   Submitted by:       fcharlier at ploup.net
> >   Approved by:        linpct at gmail.com (maintainer)
> >
> > Modified: head/www/node/Makefile
> >
> ==============================================================================
> > --- head/www/node/Makefile    Thu Oct  1 17:31:33 2015        (r398374)
> > +++ head/www/node/Makefile    Thu Oct  1 17:46:24 2015        (r398375)
> > @@ -39,7 +39,7 @@ CFLAGS+=    -Wno-unused-const-variable
> >  .endif
> >  .else
> >  MAKE_ARGS+=  strictaliasing=off
> > -USE_GCC=     any
> > +USE_GCC=     4.8+
> >  .endif
>
> I suggest to make this USE_GCC=yes instead (which currently already
> has GCC 4.8 as the minimum version).
>
> If you agree, I can make this change.
>
> Gerald
>



-- 
Daniel Lin (pct)


More information about the svn-ports-all mailing list