Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Apr 2000 10:50:58 -0700
From:      Jeremy Lea <reg@FreeBSD.ORG>
To:        Shigeyuki Fukushima <shige@FreeBSD.ORG>
Cc:        ports@FreeBSD.ORG, asami@cs.berkeley.edu
Subject:   Re: Proposal for USE_* directives in Mk/bsd.port.mk
Message-ID:  <20000430105058.B309@shale.csir.co.za>
In-Reply-To: <20000430161123149.IASO.904.t-mta2.odn.ne.jp@mta2.odn.ne.jp>; from shige@FreeBSD.ORG on Mon, May 01, 2000 at 01:11:12AM %2B0900
References:  <20000430161123149.IASO.904.t-mta2.odn.ne.jp@mta2.odn.ne.jp>

next in thread | previous in thread | raw e-mail | index | archive | help
Hi,

On Mon, May 01, 2000 at 01:11:12AM +0900, Shigeyuki Fukushima wrote:
> 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

.undef USE_IMAKE

Where do you need this?

We want to move towards these varaibles having boolean meanings. 
USA_RESIDENT is a special case:  you are forced to set it because it has
legal implications - FreeBSD can prove that the sysadmin made a certain
claim regarding the cypto code in the case of legal problem.

Also, in the ports tree the values are 'yes' and 'no', not 'YES' and
'NO' (which are used in the base system).  Any ports using 'YES' are
going to be caught by the sytle police soon.

 -Jeremy

-- 
FreeBSD - Because the best things in life are free...
                                           http://www.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?20000430105058.B309>