02.03.2011 13:06, Christoph Moench-Tegeder пишет:
## Christoph Moench-Tegeder ([email protected]):

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
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[email protected]"

Reply via email to