Please would you add a little expanatory comment, I think that somebody looking at the port later will wonder why it was done this way.
On 2011-12-27, Pascal Stumpf <[email protected]> wrote: > On Tue, 27 Dec 2011 01:44:30 +0100, Marc Espie wrote: >> On Tue, Dec 27, 2011 at 01:23:27AM +0100, Pascal Stumpf wrote: >> > Wrapper script around GNU configure, so CONFIGURE_STYLE is "simple", so >> > it doesn't pick up config.site stuff. >> >> Please check, but I think if you were to set up MODULES += gnu >> that should be enough to set up CONFIG_SITE correctly... >> >> > > Indeed. > > ok? > > > Index: Makefile >=================================================================== > RCS file: /cvs/ports/textproc/xerces-c/Makefile,v > retrieving revision 1.2 > diff -u -p -r1.2 Makefile > --- Makefile 3 Nov 2011 20:13:20 -0000 1.2 > +++ Makefile 27 Dec 2011 00:52:14 -0000 > @@ -29,6 +29,8 @@ WANTLIB= m stdc++ > XERCESCROOT= ${WRKDIR}/${DISTNAME} > WRKSRC= ${XERCESCROOT}/src/xercesc > > +MODULES = gnu > + > CONFIGURE_SCRIPT= ${XERCESCROOT}/src/xercesc/runConfigure > CONFIGURE_STYLE= simple > CONFIGURE_ENV= XERCESCROOT="${XERCESCROOT}" > >
