svn commit: r317206 - head/security/xmlsec1

Chris Rees utisoft at gmail.com
Sat May 4 06:12:51 UTC 2013


On 3 May 2013 23:14, "Eitan Adler" <eadler at freebsd.org> wrote:
>
> On 3 May 2013 09:44, Baptiste Daroussin <bapt at freebsd.org> wrote:
> > Author: bapt
> > Date: Fri May  3 13:44:47 2013
> > New Revision: 317206
> > URL: http://svnweb.freebsd.org/changeset/ports/317206
> >
> > Log:
> >   Fix build with bmake as make
> >
> > Modified:
> >   head/security/xmlsec1/Makefile
> >
> > Modified: head/security/xmlsec1/Makefile
> >
==============================================================================
> > --- head/security/xmlsec1/Makefile      Fri May  3 13:33:48 2013
 (r317205)
> > +++ head/security/xmlsec1/Makefile      Fri May  3 13:44:47 2013
 (r317206)
> > @@ -28,7 +28,9 @@ MAN1= xmlsec1.1 xmlsec1-config.1
> >  CFLAGS+=       -I${LOCALBASE}/include
> >  LDFLAGS+=      -L${LOCALBASE}/lib
> >  MAKE_ENV+=     ABS_BUILDDIR=${WRKSRC} TMPFOLDER=${WRKSRC}
> > +.if !defined(.PARSEDIR)
> >  MAKE_ARGS+=    -EABS_BUILDDIR
> > +.endif
>
> Its probably a bit late to ask, but isn't there some .BMAKE variable
> that makes it more obvious what .PARSEDIR is checking for?   It seems
> a bit arbitrary.

No.  .PARSEDIR is the "standard" check.

Chris


More information about the svn-ports-all mailing list