Currently irc/unreal does not run when compiled with Clang/LLVM due to implicitly expecting the compiler to use the GNU89 standard (Clang/LLVM uses the C99 standard by default). Attached is a patch to create two patch files that edit configure and configure.ac to explicitly pass the -std=gnu89 option to the compiler and also to ensure that the -export-dynamic option is specifically passed to the linker. These patches have also been submitted upstream (http://bugs.unrealircd.org/view.php?id=4239), but no estimated fix time is currently known. Fix: Patch attached with submission follows:
Maintainer of irc/unreal, Please note that PR ports/184150 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/184150 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Responsible Changed From-To: freebsd-ports-bugs->mat Take
State Changed From-To: feedback->closed Committed, thanks!