diff options
| author | Alexander Ziaee <ziaee@FreeBSD.org> | 2025-12-04 21:56:59 +0000 |
|---|---|---|
| committer | Alexander Ziaee <ziaee@FreeBSD.org> | 2025-12-04 22:01:27 +0000 |
| commit | 021f96a55a5e3b12d89f3479c51e050f4a8391ed (patch) | |
| tree | fb0f19263acb6d03361a5852c8ee0809a027ec3c | |
| parent | ab9c8c1a87bd09c80c06c88e413dfa4132df981b (diff) | |
x11-fonts/webfonts: Remove stale pkg message
The note provided instructions on using the X11 FreeType module, which
does not exist, having been superseded by libxft built into xorg-server
for almost two decades.
PR: 291015
Approved by: maintainer timeout
Differential Revision: https://reviews.freebsd.org/D53565
| -rw-r--r-- | x11-fonts/webfonts/files/pkg-message.in | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/x11-fonts/webfonts/files/pkg-message.in b/x11-fonts/webfonts/files/pkg-message.in index 56cc1b28a246..2e949dafc6de 100644 --- a/x11-fonts/webfonts/files/pkg-message.in +++ b/x11-fonts/webfonts/files/pkg-message.in @@ -3,21 +3,7 @@ message: <<EOM IMPORTANT - READ CAREFULLY: You may not use these fonts if you do not agree to the terms of the Microsoft End-User License Agreement ("EULA"). You will find -the EULA at %%DOCSDIR%%/LICENSE. If you read and agree -to the EULA, you can start using the fonts by following these instructions: - -Make sure that the freetype module is loaded. If it is not, add the following -line to the "Modules" section of xorg.conf or XF86Config: - - Load "freetype" - -Add the following line to the "Files" section of xorg.conf or XF86Config: - - FontPath "%%FONTSDIR%%/" - -NOTE: Due to known freetype bug some glyphs (N, W) of y2006 Verdana Bold - font are not rendered correctly in anti-aliased mode within the range - 9-16 ppem +the EULA at %%DOCSDIR%%/LICENSE. EOM } ] |
