6.0: math/lapack fails with NO_PROFILE (fix)

Christopher Illies christopher.illies at ki.se
Thu Oct 13 23:37:25 PDT 2005


On Thu, Oct 13, 2005 at 03:23:14PM -0500, Scot Hetzel wrote:
> > > Try adding this to the port:
> > >
> > > .if ${OSVERSION} < 600000 && defined(NOPROFILE)
> > > NO_PROFILE= true
> > > .endif
> >
> > Minor nit, it might be better to do it the other way around since
> > eventually we'll stop supporting NOPROFILE.
> >
> If we use both Christophers patch and the above code it will work
> since NOPROFILE is no longer supported on RELENG_6+.  The code above
> ensures that NOPROFILE will continue to work on RELENG_5 and below.

Thanks for your input!

I am now going to file a problem report.

Christopher



More information about the freebsd-ports mailing list