git: c6a19aed6916 - stable/15 - tar: Move to the utilities package

From: Colin Percival <cperciva_at_FreeBSD.org>
Date: Thu, 23 Oct 2025 00:37:47 UTC
The branch stable/15 has been updated by cperciva:

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

commit c6a19aed69168d2fdf5ab3d77470b5cf91152eae
Author:     Lexi Winter <ivy@FreeBSD.org>
AuthorDate: 2025-10-17 10:42:03 +0000
Commit:     Colin Percival <cperciva@FreeBSD.org>
CommitDate: 2025-10-23 00:36:50 +0000

    tar: Move to the utilities package
    
    tar(1) is not a core runtime utility; in particular, nothing in
    /etc/rc.d/* requires it.  Move it to utilities, which is also
    where cpio(1) lives.
    
    This removes the dependency from runtime to libarchive.
    
    MFC after:      3 days
    Reviewed by:    manu, emaste
    Sponsored by:   https://www.patreon.com/bsdivy
    Differential Revision:  https://reviews.freebsd.org/D53059
    
    (cherry picked from commit c0f17d637a4ab1e5dcae6b931623b7b0ee5bece2)
---
 usr.bin/tar/Makefile | 1 -
 1 file changed, 1 deletion(-)

diff --git a/usr.bin/tar/Makefile b/usr.bin/tar/Makefile
index 9260315fb30b..d3d29e03fd35 100644
--- a/usr.bin/tar/Makefile
+++ b/usr.bin/tar/Makefile
@@ -2,7 +2,6 @@
 
 _LIBARCHIVEDIR=	${SRCTOP}/contrib/libarchive
 
-PACKAGE=	runtime
 PROG=	bsdtar
 BSDTAR_VERSION_STRING!=	sed -n '/define.*ARCHIVE_VERSION_ONLY_STRING/{s,[^0-9.],,gp;q;}' \
 			${_LIBARCHIVEDIR}/libarchive/archive.h