Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 01 May 2000 01:11:12 +0900
From:      Shigeyuki Fukushima (=?iso-2022-jp?B?GyRCSiFFZ0xQRzcbKEI=?=) <shige@FreeBSD.org>
To:        ports@freebsd.org
Cc:        asami@cs.berkeley.edu
Subject:   Proposal for USE_* directives in Mk/bsd.port.mk
Message-ID:  <20000430161123149.IASO.904.t-mta2.odn.ne.jp@mta2.odn.ne.jp>

next in thread | raw e-mail | index | archive | help
Hello.

I have a proposal for USE_* directives.
Now, in -current's Mk/bsd.port.mk, once when USE_* directives
are declared, functions of USE_* are enabled in spite of 
value of USE_*, YES or NO.

But, I think functions of USE_* must be disabled when USE_*=NO.
That is, we should select, for example,

style of:
.if defined(USE_IMAKE) && ${USE_IMAKE} == "YES"
USE_X_PREFIX=   yes
.endif

instead of 

style of:
.if defined(USE_IMAKE)
USE_X_PREFIX=   yes
.endif


How do you think?

Thanks!
--- 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?20000430161123149.IASO.904.t-mta2.odn.ne.jp>