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)
Wed, Mar 4, 8:06 PM
Unknown Object (File)
Wed, Mar 4, 4:29 PM
Unknown Object (File)
Wed, Mar 4, 3:15 AM
Unknown Object (File)
Sun, Mar 1, 4:21 AM
Unknown Object (File)
Sat, Feb 28, 11:28 PM
Unknown Object (File)
Sat, Feb 28, 2:59 PM
Unknown Object (File)
Fri, Feb 27, 7:25 PM
Unknown Object (File)
Fri, Feb 20, 11:36 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
rP FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 48933
Build 45822: arc lint + arc unit