From owner-svn-ports-head@freebsd.org Tue Aug 23 13:10:26 2016 Return-Path: Delivered-To: svn-ports-head@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 76D72BC3F2F; Tue, 23 Aug 2016 13:10:26 +0000 (UTC) (envelope-from freebsd.contact@marino.st) Received: from shepard.synsport.net (mail.synsport.com [208.69.230.148]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 52F3519FF; Tue, 23 Aug 2016 13:10:25 +0000 (UTC) (envelope-from freebsd.contact@marino.st) Received: from [192.168.1.12] (ip70-178-28-115.ks.ks.cox.net [70.178.28.115]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by shepard.synsport.net (Postfix) with ESMTP id EC10243C02; Tue, 23 Aug 2016 08:10:22 -0500 (CDT) Subject: Re: svn commit: r420670 - head/Mk/Uses To: Mathieu Arnold , John Marino , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201608231233.u7NCXDxI065342@repo.freebsd.org> Reply-To: marino@freebsd.org From: John Marino Message-ID: <257052d5-9a89-cc8d-15d1-9a8e04e800ae@marino.st> Date: Tue, 23 Aug 2016 08:10:21 -0500 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.1.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Aug 2016 13:10:26 -0000 On 8/23/2016 07:42, Mathieu Arnold wrote: > +--On 23 août 2016 12:33:13 +0000 John Marino wrote: > | Author: marino > | Date: Tue Aug 23 12:33:13 2016 > | New Revision: 420670 > | URL: https://svnweb.freebsd.org/changeset/ports/420670 > | > | Log: > | Mk/Uses/alias.mk: Fix typo, remove "8" option > | > | The "8" refers to FreeBSD 8.x which is no longer supported by the > | ports tree. It's never been used (to my knowledge) so just remove the > | option altogether. > > Maybe it needs a 12 argument, now, to be complete, no ? Eventually. In practice the default should be the lowest supported FreeBSD and in practice it should never be set to the unstable version. There are probably less than 5 instances of using arguments. It's pretty rare for the s/w to be checking the value of __FreeBSD__ and really rare for that same s/w to already support FreeBSD 12. I was thinking about bringing in 12 when 9 falls off or 12 is released, whichever comes first. That should be okay. John