This port fails to compile due to no method of obtaining a random source on sparc64 platforms. On 32-bit platforms, some direct assembler is used. On sparc64, we take 32-bits of data from /dev/random instead (see patch) Fix: Add the attached file (patch-oRTP__src__stun.c) into the 'files' folder. The patch is automatically applied when building the port. How-To-Repeat: Attempt to compile on sparc64 platform.
State Changed From-To: open->closed I've committed something similar a few hours ago :) http://www.freebsd.org/cgi/cvsweb.cgi/ports/net/linphone-base/files/patch-oRTP-src_stun.c Thanks!