git: 0785c9451ab5 - stable/13 - pkgbase: Create a vt-data package
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 05 Jan 2022 17:24:10 UTC
The branch stable/13 has been updated by manu: URL: https://cgit.FreeBSD.org/src/commit/?id=0785c9451ab5cf65eba57fae658a7235014ee6da commit 0785c9451ab5cf65eba57fae658a7235014ee6da Author: Emmanuel Vadot <manu@FreeBSD.org> AuthorDate: 2021-09-01 17:56:55 +0000 Commit: Emmanuel Vadot <manu@FreeBSD.org> CommitDate: 2022-01-05 17:23:49 +0000 pkgbase: Create a vt-data package vt files for either keyboards and fonts are totally optional so create a separate package for them. Differential Revision: https://reviews.freebsd.org/D31797 (cherry picked from commit 88ba5e8955518c1e032eafbce27d548eaf5a59ea) --- release/packages/Makefile.package | 2 ++ share/vt/fonts/Makefile | 2 ++ share/vt/keymaps/Makefile | 2 ++ 3 files changed, 6 insertions(+) diff --git a/release/packages/Makefile.package b/release/packages/Makefile.package index e4bdc5b7eef9..86c128b286b4 100644 --- a/release/packages/Makefile.package +++ b/release/packages/Makefile.package @@ -104,5 +104,7 @@ utilities_COMMENT= Non-vital programs and libraries utilities_DESC= Non-vital programs and libraries vi_COMMENT= Vi Editor vi_DESC= Vi Editor +vt_COMMENT= VT fonts and keyboard files +vt_DESC= VT fonts and keyboard files wpa_COMMENT= 802.11 Supplicant wpa_DESC= 802.11 Supplicant diff --git a/share/vt/fonts/Makefile b/share/vt/fonts/Makefile index 7062c0c69542..2599d1d1ce1d 100644 --- a/share/vt/fonts/Makefile +++ b/share/vt/fonts/Makefile @@ -1,5 +1,7 @@ # $FreeBSD$ +PACKAGE= vt-data + FONTS= gallant.fnt \ terminus-b32.fnt \ tom-thumb.fnt \ diff --git a/share/vt/keymaps/Makefile b/share/vt/keymaps/Makefile index 8b9fc4d26dc9..31ef7e3466dc 100644 --- a/share/vt/keymaps/Makefile +++ b/share/vt/keymaps/Makefile @@ -1,5 +1,7 @@ # $FreeBSD$ +PACKAGE= vt-data + FILES= INDEX.keymaps \ am.kbd \ be.acc.kbd \