pkgbase: Put geom utilities in their own package

For most users it's not needed to boot and they are also
available in the FreeBSD-rescue package in case an update
break and FreeBSD-geom package isn't updated correctly.

Differential Revision:	https://reviews.freebsd.org/D36224
This commit is contained in:
Emmanuel Vadot 2022-07-22 10:19:07 +02:00
parent 6987b552dd
commit 0bf688786f
20 changed files with 21 additions and 19 deletions

View File

@ -1,6 +1,6 @@
# $FreeBSD$
PACKAGE=runtime
PACKAGE=geom
.PATH: ${.CURDIR:H:H}/misc
GEOM_CLASS= cache

View File

@ -1,6 +1,6 @@
# $FreeBSD$
PACKAGE=runtime
PACKAGE=geom
.PATH: ${.CURDIR:H:H}/misc
GEOM_CLASS= concat

View File

@ -1,6 +1,6 @@
# $FreeBSD$
PACKAGE=runtime
PACKAGE=geom
.PATH: ${.CURDIR:H:H}/misc ${SRCTOP}/sys/geom/eli ${SRCTOP}/sys/crypto/sha2
GEOM_CLASS= eli

View File

@ -1,6 +1,6 @@
# $FreeBSD$
PACKAGE=runtime
PACKAGE=geom
.PATH: ${.CURDIR:H:H}/misc
GEOM_CLASS= journal

View File

@ -1,6 +1,6 @@
# $FreeBSD$
PACKAGE=runtime
PACKAGE=geom
.PATH: ${.CURDIR:H:H}/misc
GEOM_CLASS= label

View File

@ -1,6 +1,6 @@
# $FreeBSD$
PACKAGE=runtime
PACKAGE=geom
.PATH: ${.CURDIR:H:H}/misc
GEOM_CLASS= mirror

View File

@ -1,6 +1,6 @@
# $FreeBSD$
PACKAGE=runtime
PACKAGE=geom
.PATH: ${.CURDIR:H:H}/misc
GEOM_CLASS= mountver

View File

@ -1,6 +1,6 @@
# $FreeBSD$
PACKAGE=runtime
PACKAGE=geom
.PATH: ${.CURDIR:H:H}/misc
GEOM_CLASS= multipath

View File

@ -1,6 +1,6 @@
# $FreeBSD$
PACKAGE=runtime
PACKAGE=geom
.PATH: ${.CURDIR:H:H}/misc
GEOM_CLASS= nop

View File

@ -1,6 +1,6 @@
# $FreeBSD$
PACKAGE=runtime
PACKAGE=geom
.PATH: ${.CURDIR:H:H}/misc
GEOM_CLASS= part

View File

@ -1,6 +1,6 @@
# $FreeBSD$
PACKAGE=runtime
PACKAGE=geom
.PATH: ${.CURDIR:H:H}/misc
GEOM_CLASS= raid

View File

@ -1,6 +1,6 @@
# $FreeBSD$
PACKAGE=runtime
PACKAGE=geom
.PATH: ${.CURDIR:H:H}/misc
GEOM_CLASS= raid3

View File

@ -1,6 +1,6 @@
# $FreeBSD$
PACKAGE=runtime
PACKAGE=geom
.PATH: ${.CURDIR:H:H}/misc
GEOM_CLASS= shsec

View File

@ -1,6 +1,6 @@
# $FreeBSD$
PACKAGE=runtime
PACKAGE=geom
.PATH: ${.CURDIR:H:H}/misc
GEOM_CLASS= stripe

View File

@ -1,6 +1,6 @@
# $FreeBSD$
PACKAGE=runtime
PACKAGE=geom
.PATH: ${.CURDIR:H:H}/misc
GEOM_CLASS= union

View File

@ -1,6 +1,6 @@
# $FreeBSD$
PACKAGE=runtime
PACKAGE=geom
.PATH: ${.CURDIR:H:H}/misc ${SRCTOP}/sys/geom/virstor
GEOM_CLASS= virstor

View File

@ -56,6 +56,8 @@ ftpd_COMMENT= FTP Daemon
ftpd_DESC= FTP Daemon
gdb_COMMENT= GDB Utilities
gdb_DESC= GDB Utilities
geom_COMMENT= GEOM Utilitites
geom_DESC= GEOM Utilitites
ggate_COMMENT= GEOM Gate Utilities
ggate_DESC= GEOM Gate Utilities
groff_COMMENT= Groff Utilities

View File

@ -1,6 +1,6 @@
# $FreeBSD$
PACKAGE=runtime
PACKAGE=geom
PROG= gbde
SRCS= gbde.c template.c
SRCS+= rijndael-alg-fst.c

View File

@ -4,7 +4,7 @@
.PATH: ${.CURDIR}/core ${.CURDIR}/misc
PACKAGE=runtime
PACKAGE=geom
PROG= geom
SRCS= geom.c subr.c
MAN= geom.8

View File

@ -1,6 +1,6 @@
# $FreeBSD$
PACKAGE=runtime
PACKAGE=geom
PROG= gvinum
SRCS= gvinum.c gvinum.h geom_vinum_share.c
MAN= gvinum.8