From owner-freebsd-current@FreeBSD.ORG Sat Nov 23 08:12:41 2013 Return-Path: Delivered-To: current@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8C4A5768; Sat, 23 Nov 2013 08:12:41 +0000 (UTC) Received: from cell.glebius.int.ru (glebius.int.ru [81.19.69.10]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 191DF2B63; Sat, 23 Nov 2013 08:12:40 +0000 (UTC) Received: from cell.glebius.int.ru (localhost [127.0.0.1]) by cell.glebius.int.ru (8.14.7/8.14.7) with ESMTP id rAN8CRDk093079 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Sat, 23 Nov 2013 12:12:27 +0400 (MSK) (envelope-from glebius@FreeBSD.org) Received: (from glebius@localhost) by cell.glebius.int.ru (8.14.7/8.14.7/Submit) id rAN8CRk0093078; Sat, 23 Nov 2013 12:12:27 +0400 (MSK) (envelope-from glebius@FreeBSD.org) X-Authentication-Warning: cell.glebius.int.ru: glebius set sender to glebius@FreeBSD.org using -f Date: Sat, 23 Nov 2013 12:12:27 +0400 From: Gleb Smirnoff To: Andrey Chernov Subject: Re: ipfw build error with WITHOUT_PF (pfvar.h) Message-ID: <20131123081227.GD90895@glebius.int.ru> References: <52906247.4030504@freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <52906247.4030504@freebsd.org> User-Agent: Mutt/1.5.22 (2013-10-16) Cc: current@FreeBSD.org X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Nov 2013 08:12:41 -0000 Andrey, On Sat, Nov 23, 2013 at 12:07:35PM +0400, Andrey Chernov wrote: A> There is a problem in recent -current to build ipfw with WITHOUT_PF A> option, introduced in r257215. altq.c file produce error due to included A> have following includes A> A> #include A> #include A> #include A> A> and netpfil/pf directory is empty in A> /usr/src/include/Makefile with WITHOUT_PF option. The quick solution would be to make ipfw lose some functionality if PF is cut away from system. The proper solution would be to make ALTQ configurable w/o pfctl. -- Totus tuus, Glebius.