Page MenuHomeFreeBSD

net/tigervnc-server: Use the same default fp for Xvnc as xorg-server
ClosedPublic

Authored by hrs on Jan 2 2023, 12:02 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, May 26, 8:06 AM
Unknown Object (File)
Tue, May 20, 8:12 AM
Unknown Object (File)
Apr 28 2025, 10:21 AM
Unknown Object (File)
Mar 24 2025, 8:41 AM
Unknown Object (File)
Mar 11 2025, 2:45 AM
Unknown Object (File)
Feb 26 2025, 9:08 PM
Unknown Object (File)
Feb 26 2025, 3:20 PM
Unknown Object (File)
Feb 26 2025, 11:08 AM
Subscribers

Details

Summary

Xvnc uses "catalogue:${LOCALBASE}/share/fonts,built-ins" as the default
font path. It is different from x11-server/xorg-server's and confusing
because ${LOCALBASE}/share/fonts is not supposed to be a catalog font path.

This patch makes Xvnc use the standard fontpath + etc/X11/fontpath.d as
a catalog path.

While I'm here, changes to respect ${_MAKE_JOBS} the post-build target and
remove an extra strip(1) invocation have been added. The former prevented
the parallel build from working.

Test Plan

% xset q | grep -A1 ^Font

Diff Detail

Repository
R11 FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable