Subject: Re: CVS commit: pkgsrc/mk
To: Frederick Bruckman <fredb@immanent.net>
From: Johnny Lam <jlam@jgrind.org>
List: pkgsrc-changes
Date: 06/21/2002 14:04:43
On Fri, Jun 21, 2002 at 03:29:14PM -0500, Frederick Bruckman wrote:
> In article <20020621174948.21120B009@cvs.netbsd.org>,
> jlam@netbsd.org (Johnny C. Lam) writes:
> >
> > Module Name: pkgsrc
> > Committed By: jlam
> > Date: Fri Jun 21 17:49:48 UTC 2002
> >
> > Modified Files:
> > pkgsrc/mk: bsd.prefs.mk
> >
> > Log Message:
> > Move the definition of OBJECT_FMT for NetBSD-1.3.x systems ahead of the
> > inclusion of defs.*.mk so that they can conditionalize on OBJECT_FMT.
>
> But why did you move it ahead of `.include <bsd.own.mk>'? Now, NetBSD-1.3*
> users can't set OBJECT_FMT in ${MAKECONF}. [Until fairly recently,
> ports in transition only set that with "?=" in bsd.own.mk, to let the user
> override. Nowadays, there are no ports in transition.]
That was an oversight. I was grouping the OBJECT_FMT setting for
NetBSD-1.3.x with the one for Darwin. I'll fix it by moving it back below
the inclusion of bsd.own.mk.
Thanks,
-- Johnny Lam <jlam@jgrind.org>