Subject: Re: bmake on FreeBSD 6 (.WARN dirsyntax)
To: None <pkgsrc-users@netbsd.org>
From: Joerg Sonnenberger <joerg@britannica.bec.de>
List: pkgsrc-users
Date: 12/11/2007 16:02:15
On Mon, Dec 10, 2007 at 09:21:03PM -0800, Jan Schaumann wrote:
> Simon Gerraty <sjg@juniper.net> wrote:
> > I think 4.x is the last FreeBSD who's *.mk work with bmake.
> > I now only boot-strap bmake  using mk-files as in
> > 
> > ./bmake/boot-strap -m `pwd`/mk FORCE_SYS_MK=Generic FORCE_BSD_MK=1
> 
> Thanks, that works for me.
> 
> Does pkgsrc's bootstrap process do the same thing, or how does it handle
> FreeBSD 6 (and other systems)?

pkgsrc bootstrap should not use /usr/share/mk at all.

Joerg