From owner-svn-src-all@freebsd.org Fri Oct 23 21:06:12 2015 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 C309CA1DC6E; Fri, 23 Oct 2015 21:06:12 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: from mail.soaustin.net (mail.soaustin.net [66.135.54.68]) by mx1.freebsd.org (Postfix) with ESMTP id 9C5B4336; Fri, 23 Oct 2015 21:06:12 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: by mail.soaustin.net (Postfix, from userid 502) id F21545618B; Fri, 23 Oct 2015 16:06:05 -0500 (CDT) Date: Fri, 23 Oct 2015 16:06:05 -0500 From: Mark Linimon To: Conrad Meyer Cc: NGie Cooper , "svn-src-head@freebsd.org" , "svn-src-all@freebsd.org" , "src-committers@freebsd.org" Subject: Re: svn commit: r289773 - in head: sbin/sysctl sys/kern sys/sys Message-ID: <20151023210604.GA12348@lonesome.com> References: <201510222303.t9MN37D2093845@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.20 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, 23 Oct 2015 21:06:12 -0000 On Fri, Oct 23, 2015 at 08:09:35AM -0700, Conrad Meyer wrote: > What is __FreeBSD_version and why would it be bumped? __FreeBSD_version was introduced in the following commit: https://svnweb.freebsd.org/base/head/sys/sys/param.h?r1=34924&r2=36260 where it has been ever since: https://svnweb.freebsd.org/base/head/sys/sys/param.h?view=log This variable exists to tell the Ports Collection, among others, that "something has changed that may require you to patch and/or recompile." The historical values are documented in https://www.freebsd.org/doc/en/books/porters-handbook/versions.html#freebsd-versions-table Your mentor should have shown you this information. mcl