tech-pkg archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: boost-mpi package



On Fri, Feb 24, 2012 at 12:09:18PM -0700, Brook Milligan wrote:
> On Fri, 24 Feb 2012 18:34:13 +0100
> Thomas Klausner <wiz%NetBSD.org@localhost> wrote:
> > > +# XXX - must follow bsd.pkg.mk because this is added to the end of
> > > the list +PLIST_SRC+=     ${PLIST_MPI}
> > 
> > Just set it manually:
> > PLIST_SRC= ${.CURDIR}/PLIST
> > before including bsd.pkg.mk and also add ${PLIST_MPI} to it if
> > necessary. Thomas
> 
> The reason for doing it the way I did is that my understanding of
> ${PLIST_SRC} is that it overrides the default set.  In this particular
> case there are several other arch-specific PLIST files and so the
> defaults are needed; all I wanted to do was optionally add PLIST.mpi to
> the end of the  default list.  Perhaps I am incorrect in my
> understanding of how best to do this.  Is there a general mechanism for
> adding a PLIST file to the default list?

PLIST_SRC=      ${PLIST_SRC_DFLT} ${PLIST_MPI}

Joerg


Home | Main Index | Thread Index | Old Index