From owner-freebsd-ports@FreeBSD.ORG Wed Sep 17 06:41:11 2008 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6D7441065676 for ; Wed, 17 Sep 2008 06:41:11 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from lab.alexdupre.com (cl-506.trn-01.it.sixxs.net [IPv6:2001:1418:100:1f9::2]) by mx1.freebsd.org (Postfix) with ESMTP id 9FF078FC24 for ; Wed, 17 Sep 2008 06:41:10 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: (qmail 56618 invoked from network); 17 Sep 2008 06:41:08 -0000 Received: from unknown (HELO athlon.alexdupre.com) (192.168.178.2) by lab.alexdupre.com with SMTP; 17 Sep 2008 06:41:08 -0000 Message-ID: <48D0A683.9020802@FreeBSD.org> Date: Wed, 17 Sep 2008 08:41:07 +0200 From: Alex Dupre User-Agent: Thunderbird 2.0.0.16 (X11/20080726) MIME-Version: 1.0 To: Doug Barton References: <200809151036.19674.jhb@freebsd.org> <48CEBE6E.1030508@FreeBSD.org> <48CFCE01.4050304@FreeBSD.org> <48D03248.1040109@FreeBSD.org> In-Reply-To: <48D03248.1040109@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: ports@freebsd.org, John Baldwin Subject: Re: OPTIONS handling doesn't seem to work fully in dependencies anymore X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Sep 2008 06:41:11 -0000 Doug Barton wrote: > John was referring to the problem of 'make config' not being called for > ports being installed as dependencies of a port that has OPTIONS. John said (correct me if I'm wrong) that with an up-to-date system OPTIONS doesn't correctly shows up (when the top port has OPTIONS), but with an "old" system this worked. Reading the bsd.port.mk, the "incriminated" CONFIG_DONE rows never changed since the introduction of the OPTIONS support, so I think this *never* worked as expected. -- Alex Dupre