From owner-freebsd-stable Thu Apr 13 15:39:42 2000 Delivered-To: freebsd-stable@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (Postfix) with ESMTP id D083C37B596; Thu, 13 Apr 2000 15:39:39 -0700 (PDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.9.3/8.9.3) with ESMTP id QAA34250; Thu, 13 Apr 2000 16:39:38 -0600 (MDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id QAA48615; Thu, 13 Apr 2000 16:39:21 -0600 (MDT) Message-Id: <200004132239.QAA48615@harmony.village.org> To: Kris Kennaway Subject: Re: 4.0, OpenSSL and MD5 (fwd) Cc: "Jordan K. Hubbard" , Robin Melville , Doug Barton , stable@FreeBSD.ORG In-reply-to: Your message of "Thu, 13 Apr 2000 15:20:21 PDT." References: Date: Thu, 13 Apr 2000 16:39:21 -0600 From: Warner Losh Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message Kris Kennaway writes: : "boolean-looking" variable where the value actually matters - all the : rest, like NO_OPENSSL, NOMANCOMPRESS, WANT_CSRG_LIBM, etc, only check for : the existence of the variable, not the contents. Most of the rest. Things like NOPROFILE the value is also checked. Personally, I think *ALL* of them should be checked for yes vs no (both cases), but that would be a huge PITA to get right. However, it should be done in the least pain way, eg .if !defined(NOFOO) && ${NOFOO} != "no" && ${NOFOO} != "NO" so that you can have NOFOO?=yes in your make.conf file and still say NOFOO=no on the command line. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message