From owner-freebsd-ports Sun Apr 30 9:33:18 2000 Delivered-To: freebsd-ports@freebsd.org Received: from t-mta3.odn.ne.jp (mfep3.odn.ne.jp [143.90.131.167]) by hub.freebsd.org (Postfix) with ESMTP id AF5D337BCDE for ; Sun, 30 Apr 2000 09:33:14 -0700 (PDT) (envelope-from shigeisp@pop02.odn.ne.jp) Received: from athena.shige.org ([210.188.11.182]) by t-mta3.odn.ne.jp (InterMail vM.4.01.02.27 201-229-119-110) with ESMTP id <20000430163313112.IYRD.886.t-mta3.odn.ne.jp@mta3.odn.ne.jp>; Mon, 1 May 2000 01:33:13 +0900 To: nbm@mithrandr.moria.org Cc: ports@freebsd.org, asami@cs.berkeley.edu Subject: Re: Proposal for USE_* directives in Mk/bsd.port.mk From: Shigeyuki Fukushima In-Reply-To: <20000430181644.A56858@mithrandr.moria.org> References: <20000430161123149.IASO.904.t-mta2.odn.ne.jp@mta2.odn.ne.jp> <20000430181644.A56858@mithrandr.moria.org> X-Mailer: Mew version 1.95b3 on Emacs 20.5 / Mule 4.0 =?iso-2022-jp?B?KBskQjJWMWMbKEIp?= Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Mon, 01 May 2000 01:32:06 +0900 X-Dispatcher: imput version 990905(IM130) Lines: 22 Message-Id: <20000430163313112.IYRD.886.t-mta3.odn.ne.jp@mta3.odn.ne.jp> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org From: Neil Blakey-Milner Subject: Re: Proposal for USE_* directives in Mk/bsd.port.mk Date: Sun, 30 Apr 2000 18:16:44 +0200 nbm> This'll break: nbm> make USE_GMAKE=1 nbm> or nbm> make -DUSE_GMAKE nbm> for testing and stuff. nbm> nbm> If you must do it like this, make it a test like: nbm> .if defined(USE_GMAKE) && USE_GMAKE != "NO" Already, USA_RESIDENT variable does not match the above policy. In Mk/bsd.port.mk: .if ${USE_OPENSSL} == RSA && defined(USA_RESIDENT) && ${USA_RESIDENT} == YES By the way, I like this. :) --- shige (Shigeyuki Fukushima) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message