Date: Tue, 27 Sep 2011 12:19:08 +0000 From: h h <aakuusta@gmail.com> To: Eduardo Morras <nec556@retena.com> Cc: freebsd-current@freebsd.org, freebsd-ports@freebsd.org, ade@freebsd.org Subject: Re: HEADS UP: ports/ and 10.0-CURRENT Message-ID: <864nzykwjn.fsf@gmail.com> References: <20110926230335.041fd9aa@lab.lovett.com> <CAN6yY1t5wJ3%2B4LG=upL6sR7tSNU6Uhx-y=L0AJm6rKFsKnvPiQ@mail.gmail.com> <86mxdqfq69.fsf@gmail.com> <4E818941.7060006@zedat.fu-berlin.de> <20110927091830.GA35900@mech-cluster241.men.bris.ac.uk> <19938.9168098152$1317119069@news.gmane.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Eduardo Morras <nec556@retena.com> writes: > At 11:18 27/09/2011, Anton Shterenlikht wrote: > >> > Now I understand why some OS vendors have choosen the latin 10 'X' for >> > their tenth version of their operating system ... >> >>At least there will be a long rest after >>the move to 10 is complete.. until FreeBSD 100. > > > Or move to hexadecimal > > $ export UNAME_r='A.0-CURRENT' Wouldn't this fail if version is parsed with regex? # from mysql ELSEIF(CMAKE_SYSTEM_NAME MATCHES "FreeBSD") STRING(REGEX MATCH "[0-9]+\\.[0-9]+" VER "${CMAKE_SYSTEM_VERSION}") SET(DEFAULT_PLATFORM "${CMAKE_SYSTEM_NAME}${VER}")
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?864nzykwjn.fsf>