From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Oct 13 23:40:20 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 84C4816A41F for ; Thu, 13 Oct 2005 23:40:20 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5091143D45 for ; Thu, 13 Oct 2005 23:40:20 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j9DNeKHT087490 for ; Thu, 13 Oct 2005 23:40:20 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j9DNeKFJ087489; Thu, 13 Oct 2005 23:40:20 GMT (envelope-from gnats) Date: Thu, 13 Oct 2005 23:40:20 GMT Message-Id: <200510132340.j9DNeKFJ087489@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: linimon@lonesome.com (Mark Linimon) Cc: Subject: Re: ports/87417: mail/postfix refers to WITH_OPENLDAP_VER option, which doesn't have any effect X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Mark Linimon List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Oct 2005 23:40:20 -0000 The following reply was made to PR ports/87417; it has been noted by GNATS. From: linimon@lonesome.com (Mark Linimon) To: Alson van der Meulen Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: ports/87417: mail/postfix refers to WITH_OPENLDAP_VER option, which doesn't have any effect Date: Thu, 13 Oct 2005 18:33:55 -0500 > It works fine with WANT_OPENLDAP_VER=23 in make.conf, but I'm not sure > if you're supposed to put this option in make.conf. Either change the > menu description or make WITH_OPENLDAP_VER work. From bsd.port.mk: # Note: the distinction between the USE_* and WANT_* variables, and the # WITH_* and WITHOUT_* variables, are that the former are restricted to # usage inside the ports framework, and the latter are reserved for user- # settable options. (Setting USE_* in /etc/make.conf is always wrong). I will make a note to myself to add the text about WANT_* to the Porter's Handbook. The other variables are discussed correctly in http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/makefile-options.html and http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/makefile-depend.html (down towards the end.) mcl