This patch updates rawrec to version 0.9.98 and makes it build (tested on -STABLE with gcc 2.95.4 and 3.3.1). The patches include: - replace nearbyint with rint - Comment out sections enclose by #ifdef _POSIX_THREAD_PRIORITY_SCHEDULING \ && _POSIX_THREAD_PRIORITY_SCHEDULING != -1 \ && _POSIX_THREAD_PRIORITY_SCHEDULING != 0 since <sys/unistd.h> contains an empty define #define _POSIX_THREAD_PRIORITY_SCHEDULING which triggers a syntax error. - remove patch from PR. 44951 since -STABLE does not define _POSIX_MEMLOCK any long and -CURRENT defines it as -1 which understood correctly by rawrec 0.9.98 Fix: Apply the following patch to the ports' directory:
State Changed From-To: open->closed Committed, thanks!