gegl

Ruslan Mahmatkhanov cvs-src at yandex.ru
Wed Mar 2 14:43:40 UTC 2011


02.03.2011 13:06, Christoph Moench-Tegeder пишет:
> ## Christoph Moench-Tegeder (cmt at 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


More information about the freebsd-ports mailing list