Created attachment 167164 [details] patch Actually net/xrdp and x11-servers/x11rdp are confusing. Never to repeat describing differences between net/xrdp and x11-servers/x11rdp, I wrote it in Makefile.
A commit references this bug: Author: rakuco Date: Sat Mar 5 16:40:41 UTC 2016 New revision: 410189 URL: https://svnweb.freebsd.org/changeset/ports/410189 Log: Add another MASTER_SITE, and a clarifying comment. The comment explains the difference between net/xrdp and x11-servers/x11rdp to avoid confusion because of their similar names. PR: 207323 Submitted by: Koichiro IWAO <meta+ports@vmeta.jp> (maintainer) Changes: head/x11-servers/x11rdp/Makefile
The `x11-servers/x11rdp` port update sounds useful for enhancing X11RDP server functionality, especially with additional comments and specifying a `MASTER_SITE` for source retrieval. Adding the `MASTER_SITE` ensures that the build system can reliably access the correct version of `x11rdp` files, making setup and updates smoother. Clear comments can also improve maintainability and usability, especially for anyone managing remote desktop capabilities on X11. For complex setups or projects that integrate features from other mods, like https://sprunkimods.com/, precise comments and an accessible `MASTER_SITE` help keep the server's configuration well-documented and easily customizable.