Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 02 Mar 2011 17:39:13 +0300
From:      Ruslan Mahmatkhanov <cvs-src@yandex.ru>
To:        Christoph Moench-Tegeder <cmt@burggraben.net>
Cc:        freebsd-ports@freebsd.org
Subject:   Re: gegl
Message-ID:  <4D6E5691.9060906@yandex.ru>
In-Reply-To: <20110302100645.GB2182@reindeer.exwg.net>
References:  <201103011706.45759.lumiwa@gmail.com>	<20110302075219.GA2182@reindeer.exwg.net> <20110302100645.GB2182@reindeer.exwg.net>

next in thread | previous in thread | raw e-mail | index | archive | help
02.03.2011 13:06, Christoph Moench-Tegeder пишет:
> ## Christoph Moench-Tegeder (cmt@burggraben.net):
>
>> Looks as if we (at least on 8.2) are missing log2(), log2f(), log2l(),
>> even though they are in C99 (partially C89) and POSIX since at least
>> 2008. (I can't find them in math.h, log2l() is commented out).
>> If nobody else does, I might get around to workaround-patching this later
>> today.
>
> There it is: ports/155183
> Please check the patch there, in case I broke the math (logarithms are
> easy enough, but anyway...).
>
>
> Regards,
> Christoph

Still doesn't builds for me.
smeshariki2# sysctl kern.osreldate
kern.osreldate: 802500

If i change the check on something like:
if __FreeBSD_version < 704000 || (__FreeBSD_version > 800000 && 
__FreeBSD_version < 803000)

then it build fine.

-- 
Regards,
Ruslan



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4D6E5691.9060906>