From owner-svn-src-all@freebsd.org Sat Jan 13 03:13:40 2018 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C3ABAE6DEFB for ; Sat, 13 Jan 2018 03:13:40 +0000 (UTC) (envelope-from ian@freebsd.org) Received: from outbound1b.ore.mailhop.org (outbound1b.ore.mailhop.org [54.200.247.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9AE6E6FC55 for ; Sat, 13 Jan 2018 03:13:40 +0000 (UTC) (envelope-from ian@freebsd.org) X-MHO-User: b2aeb7cb-f80f-11e7-8486-0934409070aa X-Report-Abuse-To: https://support.duocircle.com/support/solutions/articles/5000540958-duocircle-standard-smtp-abuse-information X-Originating-IP: 73.78.92.27 X-Mail-Handler: DuoCircle Outbound SMTP Received: from ilsoft.org (unknown [73.78.92.27]) by outbound1.ore.mailhop.org (Halon) with ESMTPSA id b2aeb7cb-f80f-11e7-8486-0934409070aa; Sat, 13 Jan 2018 03:13:17 +0000 (UTC) Received: from rev (rev [172.22.42.240]) by ilsoft.org (8.15.2/8.15.2) with ESMTP id w0D3DbZV007346; Fri, 12 Jan 2018 20:13:37 -0700 (MST) (envelope-from ian@freebsd.org) Message-ID: <1515813217.44630.116.camel@freebsd.org> Subject: Re: svn commit: r327843 - stable/11/tools/build/options From: Ian Lepore To: John Baldwin Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org Date: Fri, 12 Jan 2018 20:13:37 -0700 In-Reply-To: <11735770.uMkkBBHlKq@ralph.baldwin.cx> References: <201801111941.w0BJf0mn093791@repo.freebsd.org> <11735770.uMkkBBHlKq@ralph.baldwin.cx> Content-Type: text/plain; charset="ISO-8859-1" X-Mailer: Evolution 3.18.5.1 FreeBSD GNOME Team Port Mime-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.25 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: Sat, 13 Jan 2018 03:13:40 -0000 On Fri, 2018-01-12 at 09:29 -0800, John Baldwin wrote: > On Thursday, January 11, 2018 07:41:00 PM Ian Lepore wrote: > > > > Author: ian > > Date: Thu Jan 11 19:41:00 2018 > > New Revision: 327843 > > URL: https://svnweb.freebsd.org/changeset/base/327843 > > > > Log: > >   Add description files for WITH/WITHOUT_LINT.  These should have been part > >   of r327837. > >    > >   PR: 223892 > >   Differential Revision:  https://reviews.freebsd.org/D13799 > > > > Added: > >   stable/11/tools/build/options/WITHOUT_LINT   (contents, props changed) > >   stable/11/tools/build/options/WITH_LINT   (contents, props changed) > > > > Added: stable/11/tools/build/options/WITHOUT_LINT > > ============================================================================== > > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > > +++ stable/11/tools/build/options/WITHOUT_LINT Thu Jan 11 19:41:00 2018 (r327843) > > @@ -0,0 +1,4 @@ > > +.\" $FreeBSD$ > > +Set to not build the lint binaries and library. > > +.\" $FreeBSD$ > > +Set to not build the lint binaries and library. > > > > Added: stable/11/tools/build/options/WITH_LINT > > ============================================================================== > > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > > +++ stable/11/tools/build/options/WITH_LINT Thu Jan 11 19:41:00 2018 (r327843) > > @@ -0,0 +1,4 @@ > > +.\" $FreeBSD$ > > +Set to build the lint binaries and library. > > +.\" $FreeBSD$ > > +Set to build the lint binaries and library. > Duplicated contents? > Yep, good catch, I think I applied a patch twice.  Fixed in r327909. Thanks, -- Ian