git: ecaa234c6865 - releng/15.0 - tar: Move to the utilities package

From: Colin Percival <cperciva_at_FreeBSD.org>
Date: Thu, 23 Oct 2025 04:26:26 UTC
The branch releng/15.0 has been updated by cperciva:

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

commit ecaa234c6865316c8be4499bbf0ede8366176d6b
Author:     Lexi Winter <ivy@FreeBSD.org>
AuthorDate: 2025-10-17 10:42:03 +0000
Commit:     Colin Percival <cperciva@FreeBSD.org>
CommitDate: 2025-10-23 04:25:57 +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.
    
    Approved by:    re (cperciva)
    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)
    (cherry picked from commit c6a19aed69168d2fdf5ab3d77470b5cf91152eae)
---
 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