Port would not compile for users of FreeBSD 4.X on the alpha. Problem is, in fact, present on all 4.X systems but was only a problem on the alpha due to type sizes being different on the 64-bit arch. Fix adds two new port files: files/extra-patch-client::gui_rpc_server.C files/extra-patch-client::net_xfer.C Note that, since this patch fixes only a compilation problem on one platform, and changes nothing else, the PORTREVISION has not been incremented, as per the Porter's Handbook.
State Changed From-To: open->feedback The patch to gui_rpc_server does not apply, patch have - #elif !defined(GETSOCKOPT_SOCKLEN_T) && !defined(_SOCKLEN_T_DECLARED) && !defined(socklen_t) but source have 52 #elif !GETSOCKOPT_SOCKLEN_T 53 #ifndef socklen_t any idea?
Responsible Changed From-To: freebsd-ports-bugs->pav Grab.
State Changed From-To: feedback->closed Committed, thanks!