Created attachment 268342 [details] deskutils/xdpi: X11 DPI information retrieval The attached port retrieves dpi information from X11, most important is the XRandR information, as that is per monitor and you can see if your X server probably detected your mixed-dpi setup. QA: * portlint: OK (looks fine.) * testport: OK (poudriere: 14.3, amd64 tested) * runs fine
Your port looks fine. https://bz-attachments.freebsd.org/attachment.cgi?id=268342&action=diff&format=raw&headers=1 But the patch does not: Makefile" line 28: Invalid line type Problem: all TAB in your patch have been replaced by spaces. please upload again.
Created attachment 268394 [details] deskutils/xdpi: X11 DPI information retrieval (In reply to Dirk Meyer from comment #1) I shouldn't have tried to be lazy by using that "paste text as attachment" feature of bugzilla and should just have generated a file and attached that.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=3d04942b69d92591c2769d170c3e90b95d17d2a6 commit 3d04942b69d92591c2769d170c3e90b95d17d2a6 Author: Dirk Meyer <dinoex@FreeBSD.org> AuthorDate: 2026-02-27 16:45:27 +0000 Commit: Dirk Meyer <dinoex@FreeBSD.org> CommitDate: 2026-02-27 16:45:27 +0000 deskutils/xdpi: X11 DPI information retrieval PR: 293436 deskutils/Makefile | 1 + 1 file changed, 1 insertion(+)
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=fda060c4bb7b05c5201e42d84e020605ede197c3 commit fda060c4bb7b05c5201e42d84e020605ede197c3 Author: Dirk Meyer <dinoex@FreeBSD.org> AuthorDate: 2026-02-27 16:46:10 +0000 Commit: Dirk Meyer <dinoex@FreeBSD.org> CommitDate: 2026-02-27 16:46:10 +0000 deskutils/xdpi: X11 DPI information retrieval PR: 293436 deskutils/xdpi/Makefile (new) | 30 ++++++++++++++++++++++++++++++ deskutils/xdpi/distinfo (new) | 3 +++ deskutils/xdpi/files/patch-Makefile (new) | 10 ++++++++++ deskutils/xdpi/pkg-descr (new) | 7 +++++++ 4 files changed, 50 insertions(+)
Committed, Thanks