From owner-freebsd-doc Thu Mar 28 13:24:34 2002 Delivered-To: freebsd-doc@freebsd.org Received: from mx1.datanet.hu (mx1.datanet.hu [194.149.13.160]) by hub.freebsd.org (Postfix) with ESMTP id 2199437B43B for ; Thu, 28 Mar 2002 13:23:48 -0800 (PST) Received: from fonix.adamsfamily.xx (nilus-1347.adsl.datanet.hu [195.56.93.77]) by mx1.datanet.hu (DataNet) with ESMTP id 9BBD5F988 for ; Thu, 28 Mar 2002 22:23:46 +0100 (CET) Received: from fonix.adamsfamily.xx (localhost [127.0.0.1]) by fonix.adamsfamily.xx (8.12.2/8.12.2) with ESMTP id g2SLO0j3001476 for ; Thu, 28 Mar 2002 22:24:00 +0100 (CET) (envelope-from sziszi@bsd.hu) Received: (from cc@localhost) by fonix.adamsfamily.xx (8.12.2/8.12.2/Submit) id g2SLO04G001475 for doc@FreeBSD.ORG; Thu, 28 Mar 2002 22:24:00 +0100 (CET) X-Authentication-Warning: fonix.adamsfamily.xx: cc set sender to sziszi@bsd.hu using -f Date: Thu, 28 Mar 2002 22:23:59 +0100 From: Szilveszter Adam To: doc@FreeBSD.ORG Subject: Re: Teaching ports/textproc/docproj/Makefile about FORMATS Message-ID: <20020328212359.GD886@fonix.adamsfamily.xx> Mail-Followup-To: Szilveszter Adam , doc@FreeBSD.ORG References: <20020319223326.C5971@canyon.nothing-going-on.org> <200203282012.g2SKCgBC038297@intruder.bmah.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200203282012.g2SKCgBC038297@intruder.bmah.org> User-Agent: Mutt/1.3.28i Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org 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) This worked for me for both of these prots. You also may need to specify the same options to make and make install (in general not just here) so that the plist does not get messed up. -- Regards: Szilveszter ADAM Szombathely Hungary To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message