From owner-freebsd-stable@FreeBSD.ORG Wed Jul 1 20:47:42 2009 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 169DB1065674 for ; Wed, 1 Jul 2009 20:47:42 +0000 (UTC) (envelope-from sam@freebsd.org) Received: from ebb.errno.com (ebb.errno.com [69.12.149.25]) by mx1.freebsd.org (Postfix) with ESMTP id E35FE8FC0A for ; Wed, 1 Jul 2009 20:47:41 +0000 (UTC) (envelope-from sam@freebsd.org) Received: from Macintosh-4.local ([10.0.0.200]) (authenticated bits=0) by ebb.errno.com (8.13.6/8.12.6) with ESMTP id n61KSvII082756 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 1 Jul 2009 13:28:57 -0700 (PDT) (envelope-from sam@freebsd.org) Message-ID: <4A4BC709.6060709@freebsd.org> Date: Wed, 01 Jul 2009 13:28:57 -0700 From: Sam Leffler Organization: FreeBSD Project User-Agent: Thunderbird 2.0.0.22 (Macintosh/20090605) MIME-Version: 1.0 To: Andre Albsmeier References: <20090701193410.GA19202@curry.mchp.siemens.de> In-Reply-To: <20090701193410.GA19202@curry.mchp.siemens.de> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-DCC--Metrics: ebb.errno.com; whitelist Cc: stable@freebsd.org Subject: Re: net/iwi-firmware refuses to build on 7.2-STABLE X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Jul 2009 20:47:42 -0000 Andre Albsmeier wrote: > Today I wanted to build net/iwi-firmware on 7.2-STABLE and I got > > ===> iwi-firmware-2.4_8 is configured with iwicontrol(8) which you don't need, use 'make rmconfig' and uncheck CONTROL. > > While the firmware itself is in the base system, iwicontrol(8) > is not. The port should be modified to cope with this but I > have no idea in what way. Some ideas: > > 1. Remove the build restrictions > 2. Just build iwicontrol on systems where the fw is not needed > 3. Make an extra port just to build iwicontrol > 4. ??? > > Any suggestions? Thanks, man iwi; the firmware is automatically loaded by the driver Sam