Subject: Re: Re: Re: CVS commit: pkgsrc/audio/nas
To: None <pkgsrc-changes@netbsd.org>
From: Min Sik Kim <minskim@NetBSD.org>
List: pkgsrc-changes
Date: 07/09/2006 17:05:50
On 7/9/06, joerg@britannica.bec.de <joerg@britannica.bec.de> wrote:
> On Sun, Jul 09, 2006 at 11:45:26AM -0700, Min Sik Kim wrote:
> > On 7/9/06, joerg@britannica.bec.de <joerg@britannica.bec.de> wrote:
> > >On Sat, Jul 08, 2006 at 12:30:26AM +0000, Min Sik Kim wrote:
> > >>
> > >> Module Name:  pkgsrc
> > >> Committed By: minskim
> > >> Date:         Sat Jul  8 00:30:26 UTC 2006
> > >>
> > >> Modified Files:
> > >>       pkgsrc/audio/nas: Makefile
> > >>
> > >> Log Message:
> > >> If UNPRIVILEGED=yes, replace hardcoded root and wheel with
> > >> ${UNPRIVILEGED_USER} and ${UNPRIVILEGED_GROUP}, respectively.
> > >
> > >How is this supposed to work?
> > >(a) Half of the files don't even exist in a fresh tree.
> >
> > They are replaced *after* the files are generated.
> >
> > SUBST_STAGE.owngrp=post-configure
>
> Yes, and I don't expect all the *m*akefile patches to work, since imake
> is not really supposed to create lower case names.

Not sure why imake generates *m*akefile on my (case-insensitive) HFS.
Anyway, I changed them with *M*akefile.  Hope someone with a
case-sensitive on Darwin verifies if they work.

Thank you for pointing this out!

Regards,
Min