Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 01 May 2000 03:13:50 +0900
From:      Shigeyuki Fukushima <shige@FreeBSD.org>
To:        reg@FreeBSD.ORG
Cc:        ports@FreeBSD.ORG, asami@cs.berkeley.edu
Subject:   Re: Proposal for USE_* directives in Mk/bsd.port.mk
Message-ID:  <20000430181355835.KOJS.890.t-mta4.odn.ne.jp@mta4.odn.ne.jp>
In-Reply-To: <20000430105058.B309@shale.csir.co.za>
References:  <20000430161123149.IASO.904.t-mta2.odn.ne.jp@mta2.odn.ne.jp> <20000430105058.B309@shale.csir.co.za>

next in thread | previous in thread | raw e-mail | index | archive | help
From: Jeremy Lea <reg@FreeBSD.ORG>
Subject: Re: Proposal for USE_* directives in Mk/bsd.port.mk
Date: Sun, 30 Apr 2000 10:50:58 -0700

reg> Where do you need this?

For example, at building www/lynx-current.
www/lynx-current port uses bzip2 defaultly (USE_BZIP2=YES).

# In advance, change from USE_BZIP2=YES to USE_BZIP2?=YES in
# Makefile. :)
If someone does not want to use bzip2, he do the following:

   root# cd /usr/ports/www/lynx-current
   root# make USE_BZIP2=NO install

But, now, this does not work well.

Other USE_* directives as well as this, too, I think...

That is, we cannot deny defaultly set USE_* even if we set USE_*=NO.
I worry about this thing...

--- shige (Shigeyuki Fukushima) <shige@FreeBSD.ORG>


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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000430181355835.KOJS.890.t-mta4.odn.ne.jp>