From owner-freebsd-stable@FreeBSD.ORG Wed Dec 9 00:54:04 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AECE31065672 for ; Wed, 9 Dec 2009 00:54:04 +0000 (UTC) (envelope-from gnemmi@gmail.com) Received: from mail-fx0-f209.google.com (mail-fx0-f209.google.com [209.85.220.209]) by mx1.freebsd.org (Postfix) with ESMTP id 46D9C8FC15 for ; Wed, 9 Dec 2009 00:54:03 +0000 (UTC) Received: by fxm2 with SMTP id 2so3594472fxm.13 for ; Tue, 08 Dec 2009 16:54:03 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=6CPzTBy2ELGc1fgnUv8vLxh744u3S2viHr2p/KjGvAk=; b=mWOgSl6idlr5TaherXGXo9jN1hqm1SOC8NVAM5zCGwTZcqJXGhZ2wy0TXuuJcUsYbW TCna/6qME+49WWZ57xhVROx60YcdFgFMJZIXB/XztPBswODtFVhnCjJvJnleS9e2hw+a dJivZ+QCm/G8QszYojRlbmRqlOxID5kKdKFmA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=NZ+gBkZm2qK2nzqgP5igmZoQXStqD9ysuE4s/bT1QGnulXsxllQMdlLx2dqDSnaXl3 JtXtfifxjr+i+BDvy013uIfPuEen3Dvhi0g7XMzVzM9HoDBpfOhcuH/v2JIMeKn16BUJ opvvIA2dEDrr4WRWynv+JekHn2acqG5M5lgEo= MIME-Version: 1.0 Received: by 10.102.168.11 with SMTP id q11mr2962868mue.135.1260320043020; Tue, 08 Dec 2009 16:54:03 -0800 (PST) In-Reply-To: <368117f30912081226l76fb3dcftc44ffa0a5e225f99@mail.gmail.com> References: <368117f30912081226l76fb3dcftc44ffa0a5e225f99@mail.gmail.com> Date: Tue, 8 Dec 2009 21:54:02 -0300 Message-ID: <19e9a5dc0912081654s31606225m95c6846464cf698e@mail.gmail.com> From: Gonzalo Nemmi To: nickolasbug@gmail.com Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-stable@freebsd.org Subject: Re: some options in src.conf has no effect (RELENG_8) 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, 09 Dec 2009 00:54:04 -0000 On Tue, Dec 8, 2009 at 5:26 PM, wrote: > Hi all. > > I've found out that some options in src.conf has no effect. > > Here is my src.conf file: > ----------CUT---------- > WITHOUT_ASSERT_DEBUG="YES" > WITHOUT_ATM="YES" > WITHOUT_CTM="YES" > WITHOUT_CVS="YES" > WITHOUT_FREEBSD_UPDATE="YES" > WITHOUT_GPIB="YES" > WITH_IDEA="YES" > WITHOUT_IPFILTER="YES" > WITHOUT_IPFW="YES" > WITHOUT_IPX="YES" > WITHOUT_LPR="YES" > WITHOUT_PORTSNAP="YES" > WITHOUT_RCS="YES" > WITHOUT_ROUTED="YES" > ----------CUT---------- > > And there are options that have no effect: > WITHOUT_CTM > WITHOUT_CVS > WITHOUT_FREEBSD_UPDATE > WITHOUT_IPFW > WITHOUT_PORTSNAP > WITHOUT_RCS > WITHOUT_ROUTED > > > I've done "make delete-old" and "make delete-old-libs" during upgrade. > > Can somebody comment this? You'll find some interesting comments about that in here: http://lists.freebsd.org/pipermail/freebsd-current/2009-November/013561.html Best Regards Gonzalo