#48797: Upgrade rdesktop to 1.8.3 (Windows 2012/Win 2012 R2 support) -------------------------+-------------------------------- Reporter: macports@… | Owner: macports-tickets@… Type: update | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.3 Resolution: | Keywords: Port: rdesktop | -------------------------+-------------------------------- Comment (by macports@…): rdesktop source has moved to github (it was on sourceforge some time back). With the help of [http://thegreyblog.blogspot.co.nz/2014/08 /writing-macports-portfile-and-testing.html this blog post] and [https://trac.macports.org/browser/trunk/dports/_resources/port1.0/group/gith... the github MacPorts group source], I've managed to cobble together a new rdesktop Portfile which gets as far as downloading/unpacking rdesktop 1.8.3 from github. Unfortunately the configure fails, apparently because it now needs libgssglue (and possibly other things; but the configure stops at libgssglue). I've tracked down [http://www.citi.umich.edu/projects/nfsv4/linux/ libgssglue] to the Linux NFS v4 project, and attempted to make a Portfile for that, but sadly that fails at the build stage. At a quick glance it looks like it's due to assuming OS X is 68k: {{{ :info:build ../src/gssglue/gssapi/gssapi.h:71:13: error: mac68k alignment pragma is not supported on this target :info:build #pragma options align=mac68k }}} which hopefully can be fixed relatively easily by a patch teaching it about OS X on x86... However I've run out of time to spend fiddling with this now, so I thought attaching the work in progress to this ticket might help someone else who wanted to try. (If no one else does, I'll try again when I have more time. But that may or may not be soon.) Ewen -- Ticket URL: <https://trac.macports.org/ticket/48797#comment:2> MacPorts <https://www.macports.org/> Ports system for OS X