packages: remove src from base set

The FreeBSD-src package is the largest single pkgbase package at 158M
currently. Remove it and FreeBSD-src-sys (87M) from the base set as
they are not useful to all users.

Reviewed by:	emaste, ivy
Sponsored by:	The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D52573
This commit is contained in:
Isaac Freund
2025-09-16 15:01:00 +00:00
committed by Ed Maste
parent 5eb917426e
commit 87a78d9618
3 changed files with 13 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
comment = "System source code"
desc = <<EOD
This metapackage installs source code for the base system and kernel.
EOD
+4
View File
@@ -3,3 +3,7 @@ desc = <<EOD
The source code used to rebuild the system, located in /usr/src.
This package includes everything except the kernel source code.
EOD
annotations {
set = src
}
+4
View File
@@ -3,3 +3,7 @@ desc = <<EOD
The source code used to rebuild the system, located in /usr/src.
This package includes the kernel source code.
EOD
annotations {
set = src
}