git: 27a7ae0ce00f - main - pkgbase: Create a syscons-data package
Emmanuel Vadot
manu at FreeBSD.org
Tue Sep 7 09:52:04 UTC 2021
The branch main has been updated by manu:
URL: https://cgit.FreeBSD.org/src/commit/?id=27a7ae0ce00fbd6ab6e76e6dd3c51eadefff6f12
commit 27a7ae0ce00fbd6ab6e76e6dd3c51eadefff6f12
Author: Emmanuel Vadot <manu at FreeBSD.org>
AuthorDate: 2021-09-01 17:58:27 +0000
Commit: Emmanuel Vadot <manu at FreeBSD.org>
CommitDate: 2021-09-07 08:21:40 +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
---
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 \
More information about the dev-commits-src-all
mailing list