From owner-freebsd-ports@FreeBSD.ORG Sat Jan 12 14:38:34 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 74CBA16A418 for ; Sat, 12 Jan 2008 14:38:34 +0000 (UTC) (envelope-from LoN_Kamikaze@gmx.de) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.freebsd.org (Postfix) with SMTP id AD3D813C447 for ; Sat, 12 Jan 2008 14:38:33 +0000 (UTC) (envelope-from LoN_Kamikaze@gmx.de) Received: (qmail invoked by alias); 12 Jan 2008 14:38:32 -0000 Received: from nat-wh-1.rz.uni-karlsruhe.de (EHLO homeKamikaze.norad) [129.13.72.169] by mail.gmx.net (mp052) with SMTP; 12 Jan 2008 15:38:32 +0100 X-Authenticated: #5465401 X-Provags-ID: V01U2FsdGVkX19y1X0F5ztytRBqf95BEIkwqa/RgmmkOUEQD8oyuk HO3/CFdqrtg5nO Message-ID: <4788D0E6.7080007@gmx.de> Date: Sat, 12 Jan 2008 15:38:30 +0100 From: Dominic Fandrey User-Agent: Thunderbird 2.0.0.9 (X11/20071203) MIME-Version: 1.0 To: Paul Schmehl References: In-Reply-To: X-Enigmail-Version: 0.95.5 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 Cc: FreeBSD Ports Subject: Re: Suggested improvements for ports 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: Sat, 12 Jan 2008 14:38:34 -0000 Paul Schmehl wrote: > 1) You can't build a dependent port and first set the config for the > options that you want. So, when you select sasl in postfix, you never > get the chance to check the saslauthd option, for example. As the ports man page states: # make config-recursive does what you want. It's surprising how often people claim this feature is missing, even though it has been there ever since I started using FreeBSD.