git: 173473937397 - stable/13 - pkgbase: Create a syscons-data package
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 05 Jan 2022 17:24:11 UTC
The branch stable/13 has been updated by manu:
URL: https://cgit.FreeBSD.org/src/commit/?id=173473937397cae1ea71656ab80769e79f5b22a6
commit 173473937397cae1ea71656ab80769e79f5b22a6
Author: Emmanuel Vadot <manu@FreeBSD.org>
AuthorDate: 2021-09-01 17:58:27 +0000
Commit: Emmanuel Vadot <manu@FreeBSD.org>
CommitDate: 2022-01-05 17:23:50 +0000
pkgbase: Create a syscons-data package
syscons is mostly deprecated and all it's files aren't needed for most
users so create a separate package for them.
Differential Revision: https://reviews.freebsd.org/D31798
Reviewed by: emaste
(cherry picked from commit 27a7ae0ce00fbd6ab6e76e6dd3c51eadefff6f12)
---
share/syscons/fonts/Makefile | 2 ++
share/syscons/keymaps/Makefile | 2 ++
share/syscons/scrnmaps/Makefile | 2 ++
3 files changed, 6 insertions(+)
diff --git a/share/syscons/fonts/Makefile b/share/syscons/fonts/Makefile
index c7c6a1b36dc7..b60631e3805b 100644
--- a/share/syscons/fonts/Makefile
+++ b/share/syscons/fonts/Makefile
@@ -1,5 +1,7 @@
# $FreeBSD$
+PACKAGE= syscons-data
+
FILES= armscii8-8x8.fnt armscii8-8x14.fnt armscii8-8x16.fnt \
cp437-8x8.fnt cp437-8x14.fnt cp437-8x16.fnt \
cp437-thin-8x8.fnt cp437-thin-8x16.fnt \
diff --git a/share/syscons/keymaps/Makefile b/share/syscons/keymaps/Makefile
index f04b4fa75d35..079ffa91f7bc 100644
--- a/share/syscons/keymaps/Makefile
+++ b/share/syscons/keymaps/Makefile
@@ -1,5 +1,7 @@
# $FreeBSD$
+PACKAGE= syscons-data
+
FILES= INDEX.keymaps \
be.iso.kbd be.iso.acc.kbd \
bg.bds.ctrlcaps.kbd bg.phonetic.ctrlcaps.kbd \
diff --git a/share/syscons/scrnmaps/Makefile b/share/syscons/scrnmaps/Makefile
index 0f11c777fa02..fb6bf59131b9 100644
--- a/share/syscons/scrnmaps/Makefile
+++ b/share/syscons/scrnmaps/Makefile
@@ -1,5 +1,7 @@
# $FreeBSD$
+PACKAGE= syscons-data
+
SCRMAPS = armscii8-2haik8.scm \
iso-8859-1_to_cp437.scm iso-8859-4_for_vga9.scm \
iso-8859-7_to_cp437.scm \