From owner-svn-src-head@FreeBSD.ORG Sat Jun 20 09:41:43 2015 Return-Path: Delivered-To: svn-src-head@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 91198963; Sat, 20 Jun 2015 09:41:43 +0000 (UTC) (envelope-from antoine.brodin.freebsd@gmail.com) Received: from mail-wg0-x230.google.com (mail-wg0-x230.google.com [IPv6:2a00:1450:400c:c00::230]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 28C7D1B2; Sat, 20 Jun 2015 09:41:43 +0000 (UTC) (envelope-from antoine.brodin.freebsd@gmail.com) Received: by wgfq1 with SMTP id q1so59570481wgf.1; Sat, 20 Jun 2015 02:41:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=gMXFFYaW9pljZ3HCmwcPev52I/KCgBoLx6rlZm0y8ag=; b=ztK3oi5rUEe0WXl3Bl3D4UIi0+hP+OixCgtXgjRdaM5+Fy6hKrUsUMLFvc/C9jsWPl sNihtV3pbGHfc3hJhOY/FVCfpyK7I7jlxRr4EUBBMyuPcwuZ963hj+xO9OTaPpJ042Q3 Y+w4Ze/Nao6YJBJ8advKFTLP97Wx7ZtXkqpoiprqomM+pZmTpaTG5Bc7hrP5Hpe845SD r2dmv/0spxaYqs7S2EQ9kRLz6WHMYtWdGewA7jIAAAMn4G2gHLlKA1VmY8pfIpwT70AO mWaCMcl2RDYeAT4F0V6qZ92sE0lfwqCF56xzEOU/qhr+RbFAciUBRvRdlzlq7DkTykT3 WJpA== MIME-Version: 1.0 X-Received: by 10.194.177.230 with SMTP id ct6mr32237872wjc.31.1434793301688; Sat, 20 Jun 2015 02:41:41 -0700 (PDT) Sender: antoine.brodin.freebsd@gmail.com Received: by 10.194.17.130 with HTTP; Sat, 20 Jun 2015 02:41:41 -0700 (PDT) In-Reply-To: References: <201506200906.t5K96mY8014539@svn.freebsd.org> Date: Sat, 20 Jun 2015 09:41:41 +0000 X-Google-Sender-Auth: jpB221FSnyKoHEFSXsrgY_12WVQ Message-ID: Subject: Re: svn commit: r284637 - head From: Antoine Brodin To: NGie Cooper Cc: "src-committers@freebsd.org" , "svn-src-all@freebsd.org" , "svn-src-head@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.20 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: Sat, 20 Jun 2015 09:41:43 -0000 On Sat, Jun 20, 2015 at 9:11 AM, NGie Cooper wrote: > On Sat, Jun 20, 2015 at 2:06 AM, Antoine Brodin wrote: >> Author: antoine >> Date: Sat Jun 20 09:06:48 2015 >> New Revision: 284637 >> URL: https://svnweb.freebsd.org/changeset/base/284637 >> >> Log: >> Add more obsolete files > > ... > >> +# 20141030: atf 0.21 import >> +OLD_FILES+=usr/share/man/man3/atf-c++-api.3.gz > > Is this correct? This file is not installed from base/head. It may still be installed by the port but it's unrelated. ... > Also, you're removing some lib32 stuff that might have been valid once > upon a time... This is exactly the purpose of ObsoleteFiles.inc, list files that might have been valid but are no longer. Cheers, Antoine