Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Mar 2002 08:55:05 -0800
From:      "Bruce A. Mah" <bmah@FreeBSD.ORG>
To:        Szilveszter Adam <sziszi@bsd.hu>
Cc:        doc@FreeBSD.ORG
Subject:   Re: Teaching ports/textproc/docproj/Makefile about FORMATS 
Message-ID:  <200203291655.g2TGt5Ia062055@intruder.bmah.org>
In-Reply-To: <20020328212359.GD886@fonix.adamsfamily.xx> 
References:  <20020319223326.C5971@canyon.nothing-going-on.org> <200203282012.g2SKCgBC038297@intruder.bmah.org> <20020328212359.GD886@fonix.adamsfamily.xx>

next in thread | previous in thread | raw e-mail | index | archive | help
If memory serves me right, Szilveszter Adam wrote:
> Hello,
> 
> On Thu, Mar 28, 2002 at 12:12:42PM -0800, Bruce A. Mah wrote:
> > +# Turn off various options that some of the dependencies default to
> > +# requiring, but that aren't needed for the doc build
> > +.if !defined(WITHOUT_PYTHON)
> > +WITHOUT_PYTHON=	yes
> > 
> > We really need this, but I couldn't make it work.  Like when I did a 
> > "make install", make still wanted to build python as a dependency for 
> > libxml2 and libxslt.  I don't know why.
> 
> You need to use WITHOUT_PYTHON=yes for both make and make install if you
> do them separately, also the port's name changes if it is built
> without python. (It becomes libxslt-nopython-xxx, for example)

That's not the problem.  textproc/docproj/Makefile sets
WITHOUT_PYTHON=yes for me if it's not set already.  So it shouldn't 
matter what options I give when I build the docproj meta-port.  Right?

Bruce.



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-doc" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200203291655.g2TGt5Ia062055>