[Bug 235564] INDEX.keymaps for vt contains "from-" keymaps but the files are missing
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Thu Feb 7 01:09:19 UTC 2019
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=235564
--- Comment #1 from scootergrisen at gmail.com ---
I also checked the fonts:
share/syscons/fonts/INDEX.fonts seems to be missing lines with:
swiss-8x14.fnt
swiss-8x16.fnt
swiss-8x8.fnt
Since the file names exists in share/syscons/fonts/.
share/vt/fonts/INDEX.fonts contains:
gallant.fnt
terminus-b32.fnt
tom-thumb.fnt
vgarom-16x32.fnt
vgarom-8x14.fnt
vgarom-8x16.fnt
vgarom-8x8.fnt
vgarom-thin-8x16.fnt
vgarom-thin-8x8.fnt
But the file names in share/vt/fonts/ ends with .hex (not .fnt):
gallant.hex
terminus-b32.hex
tom-thumb.hex
vgarom-16x32.hex
vgarom-8x14.hex
vgarom-8x16.hex
vgarom-8x8.hex
vgarom-thin-8x16.hex
vgarom-thin-8x8.hex
So i guess either share/vt/fonts/INDEX.fonts should be changed from .hex to
.fnt or the file names in share/vt/fonts/ should be changed from .fnt to .hex.
Should they not be the same?
https://github.com/freebsd/freebsd/blob/master/share/vt/fonts/Makefile says
something about SUFFIXES but i dont know what it means.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-bugs
mailing list