From owner-svn-src-stable-11@freebsd.org Sat Jun 2 01:14:52 2018 Return-Path: Delivered-To: svn-src-stable-11@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 59924F7A9A0 for ; Sat, 2 Jun 2018 01:14:52 +0000 (UTC) (envelope-from junchoon@dec.sakura.ne.jp) Received: from dec.sakura.ne.jp (dec.sakura.ne.jp [210.188.226.8]) (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 AF22681691; Sat, 2 Jun 2018 01:14:51 +0000 (UTC) (envelope-from junchoon@dec.sakura.ne.jp) Received: from fortune.joker.local (124-18-70-98.dz.commufa.jp [124.18.70.98]) (authenticated bits=0) by dec.sakura.ne.jp (8.15.2/8.15.2/[SAKURA-WEB]/20080708) with ESMTPA id w521El0m029014; Sat, 2 Jun 2018 10:14:48 +0900 (JST) (envelope-from junchoon@dec.sakura.ne.jp) Date: Sat, 2 Jun 2018 10:14:46 +0900 From: Tomoaki AOKI To: svn-src-stable-11@freebsd.org Cc: gjb@FreeBSD.org Subject: Re: svn commit: r334461 - stable/11/sys/sys Message-Id: <20180602101446.972c5a0f26dc43bb7e334382@dec.sakura.ne.jp> Reply-To: junchoon@dec.sakura.ne.jp Organization: Junchoon corps X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.32; amd64-portbld-freebsd11.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: svn-src-stable-11@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for only the 11-stable src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Jun 2018 01:14:52 -0000 Hi. Shouldn't /etc/pkg/FreeBSD.conf change by r333474 reverted? As releng/11.2 is already branched (and further BETAs and RCs would be built there) at r334459, there's no reason to stick to quarterly for stable/12. Or is it intentionally kept to ease ports-related problem until 11.2 is released? Or to reduce pkg building? Regards. > Author: gjb > Date: Fri Jun 1 00:30:55 2018 > New Revision: 334461 > URL: https://svnweb.freebsd.org/changeset/base/334461 > > Log: > Fix __FreeBSD_version on stable/11, following r334460. > > Pointyhat: gjb (myself) > Approved by: re (implicit) > Sponsored by: The FreeBSD Foundation > > Modified: > stable/11/sys/sys/param.h > > Modified: stable/11/sys/sys/param.h > ============================================================================== > --- stable/11/sys/sys/param.h Fri Jun 1 00:28:29 2018 (r334460) > +++ stable/11/sys/sys/param.h Fri Jun 1 00:30:55 2018 (r334461) > @@ -58,7 +58,7 @@ > * in the range 5 to 9. > */ > #undef __FreeBSD_version > -#define __FreeBSD_version 1102000 /* Master, propagated to newvers */ > +#define __FreeBSD_version 1102500 /* Master, propagated to newvers */ > > /* > * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD, -- Tomoaki AOKI