cvs commit: ports/graphics/tcm Makefile pkg-message
ports/graphics/tcm/files patch-debian-gcc4 pkg-message.in
Andrew Pantyukhin
infofarmer at FreeBSD.org
Sat Jun 16 07:47:25 UTC 2007
On 6/16/07, Rong-En Fan <rafan at freebsd.org> wrote:
> On Sat, Jun 16, 2007 at 10:55:58AM +0400, Andrew Pantyukhin wrote:
> > On 6/16/07, Alexey Dokuchaev <danfe at freebsd.org> wrote:
> > > On Sat, Jun 16, 2007 at 10:23:09AM +0400, Andrew Pantyukhin wrote:
> > > > On 6/16/07, Pav Lucistnik <pav at freebsd.org> wrote:
> > > > >Andrew Pantyukhin p????e v so 16. 06. 2007 v 01:20 +0400:
> > > > >
> > > > >> > -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
> > > > >> > -PKGMESSAGE= ${WRKSRC}/pkg-message
> > > > >> > -USE_MOTIF= yes
> > > > >> > USE_BISON= yes
> > > > >> > USE_GMAKE= yes
> > > > >> > +USE_MOTIF= yes
> > > > >> > +
> > > > >> > +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
> > > > >> > +SUB_FILES+= pkg-message
> > > > >>
> > > > >> PKGMESSAGE defaults to PKGDIR/pkg-message. If we
> > > > >> have it processed with SUB_FILES, it will end up
> > > > >> in WRKDIR/pkg-message
> > > > >
> > > > >So? His usage of SUB_FILES is perfectly fine.
> > > >
> > > > What I can't seem to understand is why PKGMESSAGE is
> > > > changing from PKGDIR/pkg-message to WRKDIR/pkg-message
> > > > when SUB_FILES=pkg-message is defined.
> > >
> > > Probably because of this:
> > > bpm, around line 5554:
> > >
> > > .for i in pkg-message pkg-install pkg-deinstall pkg-req
> > > .if ${SUB_FILES:M${i}*}!=""
> > > ${i:S/-//:U}= ${WRKDIR}/${SUB_FILES:M${i}*}
> > > .endif
> > > .endfor
> >
> > Hacky, but cool. Unfortunately it was never mentioned
> > in CHANGES, nor even in commit message (*wink at krion
> > and flz*). The only docs we have is ports/67151 and
> > code. Not that it requires any decoding, but a quick
>
> IIRC, it's in Porter's Handbook
No way, I checked the section three times this morning.
Oh, wait...
"For the files pkg-message, pkg-install, pkg-deinstall
and pkg-reg, the corresponding Makefile variable is
automatically set to point to the processed version."
/me is rapidly developing blindness
Sorry! (but we need to do something about the stats)
More information about the cvs-all
mailing list