From owner-svn-src-all@FreeBSD.ORG Thu Oct 24 22:53:21 2013 Return-Path: Delivered-To: svn-src-all@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 ESMTP id AAD899F3 for ; Thu, 24 Oct 2013 22:53:21 +0000 (UTC) (envelope-from andrey@zonov.org) Received: from mail-pb0-f46.google.com (mail-pb0-f46.google.com [209.85.160.46]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6EE11259A for ; Thu, 24 Oct 2013 22:53:21 +0000 (UTC) Received: by mail-pb0-f46.google.com with SMTP id un1so3324743pbc.19 for ; Thu, 24 Oct 2013 15:53:14 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:message-id:date:from:user-agent :mime-version:to:cc:subject:references:in-reply-to:content-type; bh=cHpOwpbPL1JPC3TnCeQ47UDRoXpvaKzV6fAHaZvMR3Y=; b=eEdm8GLk7zHvtFVemlYVIkKKgNljm6qQ2AqSrk6szMLyemwpL56uPwb0d5ach0VX0+ dpdeg85IlKW2OkiJgTW7hbiFXs1p1TqhZQJHQ0RAhIINMB3qYfu4EbHFXr+E3FWjoHbr t31wRWGLEZ87T3nk9DbxvXFC4NmUNZf4qwAtVMeNzs1m0EHIpZWT5FrLKmMooBWhPHeA zSVPif62bRS5hiUZQk8luuBjNiufTNzQWllJZ0mj8TCPlPDTb9NYe4kOwzMR6vJfQ/JY LRuLd1mUwso92pZyuMRoLErN9+W1nySYNbXawK74XcN1GnH2+2psVcii4JSDRJ+akrJJ twpQ== X-Gm-Message-State: ALoCoQngcQ8za+X1am2GgE9+HQXrbUdro0rpgV0q5K06YROanbOQVZtfQSQ0sY4RjjLqVsPhNqEP X-Received: by 10.68.48.166 with SMTP id m6mr5115196pbn.105.1382655194297; Thu, 24 Oct 2013 15:53:14 -0700 (PDT) Received: from zont-osx.local (h-74-3-97-61.snva.ca.megapath.net. [74.3.97.61]) by mx.google.com with ESMTPSA id va8sm5036050pbc.16.2013.10.24.15.53.12 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 24 Oct 2013 15:53:13 -0700 (PDT) Sender: Andrey Zonov Message-ID: <5269A4D5.3090308@FreeBSD.org> Date: Thu, 24 Oct 2013 15:53:09 -0700 From: Andrey Zonov User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:17.0) Gecko/20130801 Thunderbird/17.0.8 MIME-Version: 1.0 To: Hilko Meyer Subject: Re: svn commit: r256710 - head/tools/build/mk References: <201310172200.r9HM0ZFM072006__34950.8864027031$1382047250$gmane$org@svn.freebsd.org> <97l269dokal3obs07tc792auspk1e0j0nj@4ax.com> <526824E2.6000309@FreeBSD.org> <7pbi69h9bdfg71q981dod40ldap329n73s@mail.gmx.net> In-Reply-To: <7pbi69h9bdfg71q981dod40ldap329n73s@mail.gmx.net> X-Enigmail-Version: 1.5.2 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="7Dt53T4LGHfTNVAgjBGUUUEi9xhpRvOrk" Cc: svn-src-head@FreeBSD.org, svn-src-all@FreeBSD.org, src-committers@FreeBSD.org X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Oct 2013 22:53:21 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --7Dt53T4LGHfTNVAgjBGUUUEi9xhpRvOrk Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On 10/24/13 7:39 AM, Hilko Meyer wrote: > Andrey Zonov schrieb: >> On 10/18/13 8:38 AM, Hilko Meyer wrote: >>> On Thu, 17 Oct 2013 22:00:35 +0000 (UTC) you wrote: >>>> Author: zont >>>> Date: Thu Oct 17 22:00:35 2013 >>>> New Revision: 256710 >>>> URL: http://svnweb.freebsd.org/changeset/base/256710 >>>> >>>> Modified: >>>> head/tools/build/mk/OptionalObsoleteFiles.inc >>> >>> This fixed two files I reported in conf/167133.2. Maybe you can look = for the >>> other four and close the PR. >> >> pccard.conf - is already in ObsoleteFiles.inc. >> pf.conf - we cannot just put it in ObsoleteFiles.inc because people ma= y >> have working configuration in this place. >=20 > Maybe put it under .if ${MK_PF} =3D=3D no like > usr/share/examples/pf/pf.conf? >=20 I don't like this behavior. All obsolete files should be listed in ObsoleteFiles.inc, all optional files should be listed in tools/build/mk/OptionalObsoleteFiles.inc, but if file became obsolete it should be moved to ObsoleteFiles.inc. Let's declare that this file is not obsolete. I committed proposed patch as r257077, please confirm that I can close conf/167133. --=20 Andrey Zonov --7Dt53T4LGHfTNVAgjBGUUUEi9xhpRvOrk Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.0.18 (Darwin) Comment: GPGTools - http://gpgtools.org iQEcBAEBAgAGBQJSaaTXAAoJEBWLemxX/CvTiEkH/RpTl7nMF4ZZWSBEAlejBoEV LMtAQmb5MS/7RRU8v6CSJA957JEF5RWYGBPj4+KrNx8uvjDTXWXPoyb5bNOVPDPZ 3mHqWBe6GZR2H2rkS65X+y0lQROLPLkKOzURZBz9D/K6ltvERXLHCefTjRy0//JL cLMqpSQKuTlGfP6tXNTbGficNJDDoETBYtrFHMCZmGbJsaU6fKPCT7RhM4JrvBLB p6XsoGJo1PKWuElKAphMBST3yBJdhYuAws0GPlXLBHDgzCt+VYYQM5UKdVGu1CZ9 HBQw1K+CM/0qov9MW4mCDzFvubTJeIJVQcAKR1SMES2z182mo1Lt5nyt9qC/sOI= =GNYX -----END PGP SIGNATURE----- --7Dt53T4LGHfTNVAgjBGUUUEi9xhpRvOrk--