From owner-freebsd-ports@FreeBSD.ORG Fri Sep 9 01:36:01 2005 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9922616A41F for ; Fri, 9 Sep 2005 01:36:01 +0000 (GMT) (envelope-from brianakee@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id 265AE43D49 for ; Fri, 9 Sep 2005 01:36:01 +0000 (GMT) (envelope-from brianakee@gmail.com) Received: by wproxy.gmail.com with SMTP id 36so1713816wra for ; Thu, 08 Sep 2005 18:36:00 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type; b=Xew5Hz2RcjQ1QCXN4zmCllJih+K7U+N05F6QNY/a1lkzZNczASK0HIJf0iGK89IZOvX+GZAUMdNsoKcl/252uzkbATfPUqcfpiLYvlVuQw/3TAeT4xNk17zVi2jDQOp6tuJfT6WlCYuDqTHjnqbMpOSKMChHFzbxsvP6wqQh9UM= Received: by 10.54.119.12 with SMTP id r12mr96249wrc; Thu, 08 Sep 2005 18:36:00 -0700 (PDT) Received: by 10.54.94.16 with HTTP; Thu, 8 Sep 2005 18:36:00 -0700 (PDT) Message-ID: <34bd754105090818362f318091@mail.gmail.com> Date: Thu, 8 Sep 2005 20:36:00 -0500 From: Brian Kee To: freebsd-ports@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Passing Options to Dependancies During make X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: brianakee@gmail.com List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Sep 2005 01:36:01 -0000 How would one go about passing OPTIONS to a dependancy during a port make.= =20 For example,=20 PORTA depends upon PORTB, but to build PORTB correctly so that is has some= =20 functionality required to operate correctly with PORTA you have to set some= =20 option (WITH_XXX) during the build process of PORTB. How can one configure= =20 the PORTA Makefile to tell the PORTB Makfile to use a specific option? Is this possible? If we set WITH_XXX=3Dyes during the make of PORTA, will this be passed dow= n=20 to the build process of PORTB?=20 (e.g. cd /usr/ports/PORTA; make WITH_XXX=3Dyes) Thank You,=20 Brian A. Kee