Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 07 Feb 2019 01:09:17 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 235564] INDEX.keymaps for vt contains "from-" keymaps but the files are missing
Message-ID:  <bug-235564-227-ZCTSeC8oP7@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-235564-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-235564-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D235564

--- Comment #1 from scootergrisen@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 .h=
ex.

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.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-235564-227-ZCTSeC8oP7>