Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Sep 2021 09:52:01 GMT
From:      Emmanuel Vadot <manu@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 88ba5e895551 - main - pkgbase: Create a vt-data package
Message-ID:  <202109070952.1879q1ee010657@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by manu:

URL: https://cgit.FreeBSD.org/src/commit/?id=88ba5e8955518c1e032eafbce27d548eaf5a59ea

commit 88ba5e8955518c1e032eafbce27d548eaf5a59ea
Author:     Emmanuel Vadot <manu@FreeBSD.org>
AuthorDate: 2021-09-01 17:56:55 +0000
Commit:     Emmanuel Vadot <manu@FreeBSD.org>
CommitDate: 2021-09-07 08:21:09 +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
---
 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 04c8ef0536f0..aaf883c93a5b 100644
--- a/release/packages/Makefile.package
+++ b/release/packages/Makefile.package
@@ -104,5 +104,7 @@ utilities_COMMENT=	Non-vital programs and librairies
 utilities_DESC=		Non-vital programs and librairies
 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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109070952.1879q1ee010657>