From owner-svn-src-head@FreeBSD.ORG Thu Oct 24 22:53:21 2013 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 359C89F2 for ; Thu, 24 Oct 2013 22:53:21 +0000 (UTC) (envelope-from andrey@zonov.org) Received: from mail-pb0-f52.google.com (mail-pb0-f52.google.com [209.85.160.52]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E75F72599 for ; Thu, 24 Oct 2013 22:53:20 +0000 (UTC) Received: by mail-pb0-f52.google.com with SMTP id rr4so1225068pbb.25 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=Jdo5DtjAPbRv71LDhYxIE825Hb/P9k8mKIyNQpzjUNKKs3QRM6WUTz4EeAvpQLm3m+ TJEc/ElPijCA0PSel8FeRd/fulbQzbxn1VnqNjeMOxh/Mj8SCMhDz4VQv/2hJjvUoAHu uBcx42f/ZaZe1ZQAUejGGwlFgEdKz5TpI++mw2lzOlj88RT6yS9+uPFXX5zp3O+Y8boA 5PXY4ZNnyfSFPP3iGBF1NbGnvMvHqLWuQRVALPnlqYbfovRqE5icVzzTXGlIOfGOMES/ wpgQ6/kM+LYxMHkGRV7RH3AerxSHK9rc7UzezMow+EKVkLHsS8U40QHPIX9GY/p0R+QC iEmA== X-Gm-Message-State: ALoCoQn+TtQJZ7ykUntxFNRSOhRSne16PKEHAa7DjOMhl75pNrVycgQ8zI5VPhWX+ePAhwJiJMDt 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-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the src tree for head/-current 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--