HEADS UP: ports/ and 10.0-CURRENT

h h aakuusta at gmail.com
Tue Sep 27 12:19:29 UTC 2011


Eduardo Morras <nec556 at 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}")


More information about the freebsd-current mailing list