Date: Fri, 1 Jul 2016 15:06:12 -0400 (EDT) From: Larry Baird <lab@spider.gta.com> To: bapt@FreeBSD.org (Baptiste Daroussin) Cc: freebsd-current@freebsd.org Subject: Re: Unable to 'make config' ports under FreeBSD current Message-ID: <201607011906.u61J6Ct4063890@spider.gta.com> In-Reply-To: <11661.124728.30357@localhost>
next in thread | previous in thread | raw e-mail | index | archive | help
>> Are you sure the portsnap process finished successfully? It appears to
>> be trying to use the FreeBSD 9.x/10.x syntax for adding the dependencies
>> of dialog4ports, rather than the 11.x method.
>>
>
> Nope the opposite :)
>
> dialog4ports uses bsd.prog.mk, somehow his make ends up using the one from
> the
> source tree rather than the one from /usr/share/mk. The one from the
> sourcetree
> is having src.libnames.mk which is not supposed to be used
>
> Larry do you have any variable ENV or /etc/make.conf that defines MAKESYSPATH
> to
> /usr/src/share/mk?
Thanks. That was it. I need to do some digging. For some reason I added
following to my .shrc file.
MAKESYSPATH=.../usr/src/share/mk
Removing it fixes the issue. I can't remember what this fixed for me. Back
to the drawing board to do some experimenting to see.
Larry
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201607011906.u61J6Ct4063890>
