From owner-svn-src-all@FreeBSD.ORG Fri May 27 14:24:53 2011 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7622A106564A; Fri, 27 May 2011 14:24:53 +0000 (UTC) (envelope-from pluknet@gmail.com) Received: from mail-qw0-f54.google.com (mail-qw0-f54.google.com [209.85.216.54]) by mx1.freebsd.org (Postfix) with ESMTP id EE7EC8FC1A; Fri, 27 May 2011 14:24:52 +0000 (UTC) Received: by qwc9 with SMTP id 9so1216142qwc.13 for ; Fri, 27 May 2011 07:24:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=vz33MbO2tMzwYTuNsOMjQbt0mMHb7+nz/cjpoyBSmNc=; b=TQy1pksOjEyQaikJoREMyj1q2ZYmrIZHHSziqkw1xWY45FiDPly1N5n0KHVNlOAZwr SXc5PK+ZnVimarVLyKnnz5lymu8LSUOHkdusqDo5Kesh8qiSOvYQZhmmWwH/2mRjkvN8 8UrDMstkpvOWZyV0Ztyad5C9871HqFXV4ayTs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; b=hdn/tp9y+jEoejU6o7x6R/fS9MknSgndCP4I8QczTIyRr/1hMlC+ysF/ab4fsBBV84 xXhKkM37UO13xLg54KpdFIWRYmvAKlnDlLOcjELW9nXi+bwFN3mBaSt+WLcA1VAsKdd8 43ktRZCiFKUSt6McU7p92h9jPG5Zf3IolvidM= MIME-Version: 1.0 Received: by 10.229.71.77 with SMTP id g13mr1617125qcj.116.1306506291987; Fri, 27 May 2011 07:24:51 -0700 (PDT) Sender: pluknet@gmail.com Received: by 10.229.86.133 with HTTP; Fri, 27 May 2011 07:24:51 -0700 (PDT) In-Reply-To: <4DD80A22.3090300@FreeBSD.org> References: <201105201703.p4KH3NrR093036@svn.freebsd.org> <4DD80A22.3090300@FreeBSD.org> Date: Fri, 27 May 2011 18:24:51 +0400 X-Google-Sender-Auth: 4rpgjaHjqAQSqchVZnft74_BKlE Message-ID: From: Sergey Kandaurov To: Doug Barton Content-Type: text/plain; charset=ISO-8859-1 Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r222136 - head/usr.bin/top X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 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: Fri, 27 May 2011 14:24:53 -0000 On 21 May 2011 22:53, Doug Barton wrote: > On 05/20/2011 10:09, Sergey Kandaurov wrote: >> >> There's still a lot of warnings but all of them reside in contrib part. > > That doesn't mean that they shouldn't be fixed. :) The great thing about the > way that the contrib sources are arranged in svn is that we can fix things > in src/contrib with no concern to any "costs" imposed by the VCS. I'm afraid it makes no sense until we finish with importing top-3.8b1. Most warnings are fixed in this version itself, and Edwin did a good job in the past porting it to FreeBSD. -- wbr, pluknet