From owner-svn-src-head@freebsd.org Thu Sep 5 14:15:58 2019 Return-Path: Delivered-To: svn-src-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 0F7A4E88F7; Thu, 5 Sep 2019 14:15:58 +0000 (UTC) (envelope-from manu@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46PN5V0FJkz3KHK; Thu, 5 Sep 2019 14:15:58 +0000 (UTC) (envelope-from manu@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E099056E5; Thu, 5 Sep 2019 14:15:57 +0000 (UTC) (envelope-from manu@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x85EFv2I097998; Thu, 5 Sep 2019 14:15:57 GMT (envelope-from manu@FreeBSD.org) Received: (from manu@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x85EFlCN097946; Thu, 5 Sep 2019 14:15:47 GMT (envelope-from manu@FreeBSD.org) Message-Id: <201909051415.x85EFlCN097946@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: manu set sender to manu@FreeBSD.org using -f From: Emmanuel Vadot Date: Thu, 5 Sep 2019 14:15:47 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r351858 - in head: bin/uuidgen lib/libalias/libalias lib/libauditd lib/libbe lib/libcalendar lib/libcapsicum lib/libcom_err lib/libdevctl lib/libdevinfo lib/libdevstat lib/libfetch lib/... X-SVN-Group: head X-SVN-Commit-Author: manu X-SVN-Commit-Paths: in head: bin/uuidgen lib/libalias/libalias lib/libauditd lib/libbe lib/libcalendar lib/libcapsicum lib/libcom_err lib/libdevctl lib/libdevinfo lib/libdevstat lib/libfetch lib/libgpio lib/libgssapi lib... X-SVN-Commit-Revision: 351858 X-SVN-Commit-Repository: base MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Sep 2019 14:15:58 -0000 Author: manu Date: Thu Sep 5 14:15:47 2019 New Revision: 351858 URL: https://svnweb.freebsd.org/changeset/base/351858 Log: pkgbase: Create a FreeBSD-utilities package and make it the default one The default package use to be FreeBSD-runtime but it should only contain binaries and libs enough to boot to single user and repair the system, it is also very handy to have a package that can be tranform to a small mfsroot. So create a new package named FreeBSD-utilities and make it the default one. Also move a few binaries and lib into this package when it make sense. Reviewed by: bapt, gjb Differential Revision: https://reviews.freebsd.org/D21506 Modified: head/bin/uuidgen/Makefile head/lib/libalias/libalias/Makefile head/lib/libauditd/Makefile head/lib/libbe/Makefile head/lib/libcalendar/Makefile head/lib/libcapsicum/Makefile head/lib/libcom_err/Makefile head/lib/libdevctl/Makefile head/lib/libdevinfo/Makefile head/lib/libdevstat/Makefile head/lib/libfetch/Makefile head/lib/libgpio/Makefile head/lib/libgssapi/Makefile head/lib/libmemstat/Makefile head/lib/libmp/Makefile head/lib/libmt/Makefile head/lib/libnetgraph/Makefile head/lib/libngatm/Makefile head/lib/libpcap/Makefile head/lib/libpjdlog/Makefile head/lib/libpmc/Makefile head/lib/libproc/Makefile head/lib/libprocstat/Makefile head/lib/libradius/Makefile head/lib/librpcsvc/Makefile head/lib/librt/Makefile head/lib/librtld_db/Makefile head/lib/libsysdecode/Makefile head/lib/libtacplus/Makefile head/lib/libugidfw/Makefile head/lib/libulog/Makefile head/lib/libusb/Makefile head/lib/libusbhid/Makefile head/lib/libwrap/Makefile head/lib/libypclnt/Makefile head/release/packages/Makefile.package head/sbin/devd/Makefile head/sbin/nfsiod/Makefile head/sbin/nos-tun/Makefile head/sbin/setkey/Makefile head/share/mk/bsd.confs.mk head/share/mk/bsd.dirs.mk head/share/mk/bsd.doc.mk head/share/mk/bsd.files.mk head/share/mk/bsd.incs.mk head/share/mk/bsd.lib.mk head/share/mk/bsd.prog.mk Modified: head/bin/uuidgen/Makefile ============================================================================== --- head/bin/uuidgen/Makefile Thu Sep 5 14:14:47 2019 (r351857) +++ head/bin/uuidgen/Makefile Thu Sep 5 14:15:47 2019 (r351858) @@ -1,6 +1,5 @@ # $FreeBSD$ -PACKAGE=runtime PROG= uuidgen .include Modified: head/lib/libalias/libalias/Makefile ============================================================================== --- head/lib/libalias/libalias/Makefile Thu Sep 5 14:14:47 2019 (r351857) +++ head/lib/libalias/libalias/Makefile Thu Sep 5 14:15:47 2019 (r351858) @@ -3,7 +3,6 @@ .PATH: ${SRCTOP}/sys/netinet/libalias CONFS= libalias.conf -PACKAGE=lib${LIB} LIB= alias SHLIBDIR?= /lib SHLIB_MAJOR= 7 Modified: head/lib/libauditd/Makefile ============================================================================== --- head/lib/libauditd/Makefile Thu Sep 5 14:14:47 2019 (r351857) +++ head/lib/libauditd/Makefile Thu Sep 5 14:15:47 2019 (r351858) @@ -2,7 +2,6 @@ # $FreeBSD$ # -PACKAGE=lib${LIB} OPENBSMDIR= ${SRCTOP}/contrib/openbsm _LIBAUDITDDIR= ${OPENBSMDIR}/libauditd _LIBBSMDIR= ${OPENBSMDIR}/libbsm Modified: head/lib/libbe/Makefile ============================================================================== --- head/lib/libbe/Makefile Thu Sep 5 14:14:47 2019 (r351857) +++ head/lib/libbe/Makefile Thu Sep 5 14:15:47 2019 (r351858) @@ -4,7 +4,6 @@ SHLIBDIR?= /lib .include -PACKAGE= lib${LIB} LIB= be SHLIB_MAJOR= 1 SHLIB_MINOR= 0 Modified: head/lib/libcalendar/Makefile ============================================================================== --- head/lib/libcalendar/Makefile Thu Sep 5 14:14:47 2019 (r351857) +++ head/lib/libcalendar/Makefile Thu Sep 5 14:15:47 2019 (r351858) @@ -1,6 +1,5 @@ # $FreeBSD$ -PACKAGE= lib${LIB} LIB= calendar SRCS= calendar.c easter.c Modified: head/lib/libcapsicum/Makefile ============================================================================== --- head/lib/libcapsicum/Makefile Thu Sep 5 14:14:47 2019 (r351857) +++ head/lib/libcapsicum/Makefile Thu Sep 5 14:15:47 2019 (r351858) @@ -1,7 +1,5 @@ # $FreeBSD$ -PACKAGE=lib${LIB} - INCS= capsicum_helpers.h MAN+= capsicum_helpers.3 Modified: head/lib/libcom_err/Makefile ============================================================================== --- head/lib/libcom_err/Makefile Thu Sep 5 14:14:47 2019 (r351857) +++ head/lib/libcom_err/Makefile Thu Sep 5 14:15:47 2019 (r351858) @@ -1,6 +1,5 @@ # $FreeBSD$ -PACKAGE=lib${LIB} LIB= com_err SRCS= com_err.c error.c INCS= ${COM_ERRDIR}/com_err.h ${COM_ERRDIR}/com_right.h Modified: head/lib/libdevctl/Makefile ============================================================================== --- head/lib/libdevctl/Makefile Thu Sep 5 14:14:47 2019 (r351857) +++ head/lib/libdevctl/Makefile Thu Sep 5 14:15:47 2019 (r351858) @@ -1,6 +1,5 @@ # $FreeBSD$ -PACKAGE=lib${LIB} LIB= devctl SRCS= devctl.c INCS= devctl.h Modified: head/lib/libdevinfo/Makefile ============================================================================== --- head/lib/libdevinfo/Makefile Thu Sep 5 14:14:47 2019 (r351857) +++ head/lib/libdevinfo/Makefile Thu Sep 5 14:15:47 2019 (r351858) @@ -1,6 +1,5 @@ # $FreeBSD$ -PACKAGE=lib${LIB} LIB= devinfo SRCS= devinfo.c INCS= devinfo.h Modified: head/lib/libdevstat/Makefile ============================================================================== --- head/lib/libdevstat/Makefile Thu Sep 5 14:14:47 2019 (r351857) +++ head/lib/libdevstat/Makefile Thu Sep 5 14:15:47 2019 (r351858) @@ -1,6 +1,5 @@ # $FreeBSD$ -PACKAGE=lib${LIB} LIB= devstat SHLIBDIR?= /lib # Bump DEVSTAT_USER_API_VER in devstat.h every time this is incremented. Modified: head/lib/libfetch/Makefile ============================================================================== --- head/lib/libfetch/Makefile Thu Sep 5 14:14:47 2019 (r351857) +++ head/lib/libfetch/Makefile Thu Sep 5 14:15:47 2019 (r351858) @@ -2,7 +2,6 @@ .include -PACKAGE=lib${LIB} LIB= fetch CFLAGS+= -I. SRCS= fetch.c common.c ftp.c http.c file.c \ Modified: head/lib/libgpio/Makefile ============================================================================== --- head/lib/libgpio/Makefile Thu Sep 5 14:14:47 2019 (r351857) +++ head/lib/libgpio/Makefile Thu Sep 5 14:15:47 2019 (r351858) @@ -1,6 +1,5 @@ # $FreeBSD$ -PACKAGE=lib${LIB} LIB= gpio SHLIB_MAJOR= 0 Modified: head/lib/libgssapi/Makefile ============================================================================== --- head/lib/libgssapi/Makefile Thu Sep 5 14:14:47 2019 (r351857) +++ head/lib/libgssapi/Makefile Thu Sep 5 14:15:47 2019 (r351858) @@ -1,6 +1,5 @@ # $FreeBSD$ -PACKAGE=lib${LIB} LIB= gssapi SHLIB_MAJOR= 10 VERSION_DEF= ${SRCTOP}/lib/libc/Versions.def Modified: head/lib/libmemstat/Makefile ============================================================================== --- head/lib/libmemstat/Makefile Thu Sep 5 14:14:47 2019 (r351857) +++ head/lib/libmemstat/Makefile Thu Sep 5 14:15:47 2019 (r351858) @@ -1,6 +1,5 @@ # $FreeBSD$ -PACKAGE=lib${LIB} WARNS?= 3 LIB= memstat SHLIB_MAJOR= 3 Modified: head/lib/libmp/Makefile ============================================================================== --- head/lib/libmp/Makefile Thu Sep 5 14:14:47 2019 (r351857) +++ head/lib/libmp/Makefile Thu Sep 5 14:15:47 2019 (r351858) @@ -2,7 +2,6 @@ .include -PACKAGE=lib${LIB} LIB= mp SHLIB_MAJOR= 7 LIBADD= crypto Modified: head/lib/libmt/Makefile ============================================================================== --- head/lib/libmt/Makefile Thu Sep 5 14:14:47 2019 (r351857) +++ head/lib/libmt/Makefile Thu Sep 5 14:15:47 2019 (r351858) @@ -1,6 +1,5 @@ # $FreeBSD$ -PACKAGE=lib${LIB} LIB= mt SHLIBDIR?= /lib SRCS= mtlib.c Modified: head/lib/libnetgraph/Makefile ============================================================================== --- head/lib/libnetgraph/Makefile Thu Sep 5 14:14:47 2019 (r351857) +++ head/lib/libnetgraph/Makefile Thu Sep 5 14:15:47 2019 (r351858) @@ -1,7 +1,6 @@ # $FreeBSD$ # $Whistle: Makefile,v 1.4 1999/01/17 03:41:02 julian Exp $ -PACKAGE=lib${LIB} LIB= netgraph WARNS?= 3 MAN= netgraph.3 Modified: head/lib/libngatm/Makefile ============================================================================== --- head/lib/libngatm/Makefile Thu Sep 5 14:14:47 2019 (r351857) +++ head/lib/libngatm/Makefile Thu Sep 5 14:15:47 2019 (r351858) @@ -2,7 +2,6 @@ # # Author: Harti Brandt # -PACKAGE=lib${LIB} LIB= ngatm SHLIB_MAJOR= 4 MAN= libngatm.3 uniaddr.3 unifunc.3 unimsg.3 unisap.3 unistruct.3 Modified: head/lib/libpcap/Makefile ============================================================================== --- head/lib/libpcap/Makefile Thu Sep 5 14:14:47 2019 (r351857) +++ head/lib/libpcap/Makefile Thu Sep 5 14:15:47 2019 (r351858) @@ -5,7 +5,6 @@ SHLIBDIR?= /lib .include -PACKAGE=lib${LIB} LIB= pcap SRCS= bpf_dump.c \ Modified: head/lib/libpjdlog/Makefile ============================================================================== --- head/lib/libpjdlog/Makefile Thu Sep 5 14:14:47 2019 (r351857) +++ head/lib/libpjdlog/Makefile Thu Sep 5 14:15:47 2019 (r351858) @@ -2,7 +2,6 @@ # $FreeBSD$ # -PACKAGE=lib${LIB} SHLIBDIR?= /lib .include Modified: head/lib/libpmc/Makefile ============================================================================== --- head/lib/libpmc/Makefile Thu Sep 5 14:14:47 2019 (r351857) +++ head/lib/libpmc/Makefile Thu Sep 5 14:15:47 2019 (r351858) @@ -1,6 +1,5 @@ # $FreeBSD$ -PACKAGE=lib${LIB} LIB= pmc SRCS= libpmc.c pmclog.c libpmc_pmu_util.c libpmc_json.cc Modified: head/lib/libproc/Makefile ============================================================================== --- head/lib/libproc/Makefile Thu Sep 5 14:14:47 2019 (r351857) +++ head/lib/libproc/Makefile Thu Sep 5 14:15:47 2019 (r351858) @@ -2,7 +2,6 @@ .include -PACKAGE=lib${LIB} LIB= proc SRCS= crc32.c \ Modified: head/lib/libprocstat/Makefile ============================================================================== --- head/lib/libprocstat/Makefile Thu Sep 5 14:14:47 2019 (r351857) +++ head/lib/libprocstat/Makefile Thu Sep 5 14:15:47 2019 (r351858) @@ -2,7 +2,6 @@ .include -PACKAGE=lib${LIB} LIB= procstat SRCS= cd9660.c \ Modified: head/lib/libradius/Makefile ============================================================================== --- head/lib/libradius/Makefile Thu Sep 5 14:14:47 2019 (r351857) +++ head/lib/libradius/Makefile Thu Sep 5 14:15:47 2019 (r351858) @@ -26,7 +26,6 @@ .include -PACKAGE=lib${LIB} LIB= radius SRCS= radlib.c INCS= radlib.h radlib_vs.h Modified: head/lib/librpcsvc/Makefile ============================================================================== --- head/lib/librpcsvc/Makefile Thu Sep 5 14:14:47 2019 (r351857) +++ head/lib/librpcsvc/Makefile Thu Sep 5 14:15:47 2019 (r351858) @@ -5,7 +5,6 @@ .PATH: ${SRCTOP}/include/rpcsvc -PACKAGE=lib${LIB} LIB= rpcsvc RPCSRCS= klm_prot.x mount.x nfs_prot.x nlm_prot.x rex.x rnusers.x \ Modified: head/lib/librt/Makefile ============================================================================== --- head/lib/librt/Makefile Thu Sep 5 14:14:47 2019 (r351857) +++ head/lib/librt/Makefile Thu Sep 5 14:15:47 2019 (r351858) @@ -2,7 +2,6 @@ .include -PACKAGE=lib${LIB} LIB=rt SHLIB_MAJOR= 1 CFLAGS+=-I${SRCTOP}/lib/libc/include -I${.CURDIR} Modified: head/lib/librtld_db/Makefile ============================================================================== --- head/lib/librtld_db/Makefile Thu Sep 5 14:14:47 2019 (r351857) +++ head/lib/librtld_db/Makefile Thu Sep 5 14:15:47 2019 (r351858) @@ -2,7 +2,6 @@ .include -PACKAGE=lib${LIB} LIB= rtld_db SHLIB_MAJOR= 2 MAN= librtld_db.3 Modified: head/lib/libsysdecode/Makefile ============================================================================== --- head/lib/libsysdecode/Makefile Thu Sep 5 14:14:47 2019 (r351857) +++ head/lib/libsysdecode/Makefile Thu Sep 5 14:15:47 2019 (r351858) @@ -2,7 +2,6 @@ .include -PACKAGE=lib${LIB} LIB= sysdecode SRCS= errno.c flags.c ioctl.c signal.c syscallnames.c utrace.c Modified: head/lib/libtacplus/Makefile ============================================================================== --- head/lib/libtacplus/Makefile Thu Sep 5 14:14:47 2019 (r351857) +++ head/lib/libtacplus/Makefile Thu Sep 5 14:15:47 2019 (r351858) @@ -24,7 +24,6 @@ # # $FreeBSD$ -PACKAGE=lib${LIB} LIB= tacplus SRCS= taclib.c INCS= taclib.h Modified: head/lib/libugidfw/Makefile ============================================================================== --- head/lib/libugidfw/Makefile Thu Sep 5 14:14:47 2019 (r351857) +++ head/lib/libugidfw/Makefile Thu Sep 5 14:15:47 2019 (r351858) @@ -1,6 +1,5 @@ # $FreeBSD$ -PACKAGE=lib${LIB} LIB= ugidfw SHLIB_MAJOR= 5 SRCS= ugidfw.c Modified: head/lib/libulog/Makefile ============================================================================== --- head/lib/libulog/Makefile Thu Sep 5 14:14:47 2019 (r351857) +++ head/lib/libulog/Makefile Thu Sep 5 14:15:47 2019 (r351858) @@ -1,6 +1,5 @@ # $FreeBSD$ -PACKAGE=lib${LIB} SHLIBDIR?=/lib .include Modified: head/lib/libusb/Makefile ============================================================================== --- head/lib/libusb/Makefile Thu Sep 5 14:14:47 2019 (r351857) +++ head/lib/libusb/Makefile Thu Sep 5 14:15:47 2019 (r351858) @@ -4,7 +4,6 @@ # Makefile for the FreeBSD specific LibUSB 2.0 # -PACKAGE=lib${LIB} LIB= usb SHLIB_MAJOR= 3 SHLIB_MINOR= 0 Modified: head/lib/libusbhid/Makefile ============================================================================== --- head/lib/libusbhid/Makefile Thu Sep 5 14:14:47 2019 (r351857) +++ head/lib/libusbhid/Makefile Thu Sep 5 14:15:47 2019 (r351858) @@ -1,7 +1,6 @@ # $NetBSD: Makefile,v 1.5 1999/07/23 09:44:38 mrg Exp $ # $FreeBSD$ -PACKAGE=lib${LIB} LIB= usbhid MAN= usbhid.3 Modified: head/lib/libwrap/Makefile ============================================================================== --- head/lib/libwrap/Makefile Thu Sep 5 14:14:47 2019 (r351857) +++ head/lib/libwrap/Makefile Thu Sep 5 14:15:47 2019 (r351858) @@ -5,7 +5,6 @@ .include CONFS= hosts.allow -PACKAGE=lib${LIB} LIB= wrap SHLIB_MAJOR= 6 INCS= tcpd.h Modified: head/lib/libypclnt/Makefile ============================================================================== --- head/lib/libypclnt/Makefile Thu Sep 5 14:14:47 2019 (r351857) +++ head/lib/libypclnt/Makefile Thu Sep 5 14:15:47 2019 (r351858) @@ -1,6 +1,5 @@ # $FreeBSD$ -PACKAGE=lib${LIB} LIB= ypclnt SHLIB_MAJOR= 4 SRCS= ypclnt_connect.c \ Modified: head/release/packages/Makefile.package ============================================================================== --- head/release/packages/Makefile.package Thu Sep 5 14:14:47 2019 (r351857) +++ head/release/packages/Makefile.package Thu Sep 5 14:15:47 2019 (r351858) @@ -84,6 +84,8 @@ tests_COMMENT= Test Suite tests_DESC= Test Suite unbound_COMMENT= Unbound DNS Resolver unbound_DESC= Unbound DNS Resolver +utilities_COMMENT= Non-vital programs and librairies +utilities_DESC= Non-vital programs and librairies vi_COMMENT= Vi Editor vi_DESC= Vi Editor wpa_COMMENT= 802.11 Supplicant Modified: head/sbin/devd/Makefile ============================================================================== --- head/sbin/devd/Makefile Thu Sep 5 14:14:47 2019 (r351857) +++ head/sbin/devd/Makefile Thu Sep 5 14:15:47 2019 (r351858) @@ -3,7 +3,7 @@ .include WARNS?= 3 -PACKAGE=runtime +PACKAGE=utilities CONFGROUPS= CONFS DEVD CONFS= devd.conf DEVD= devmatch.conf Modified: head/sbin/nfsiod/Makefile ============================================================================== --- head/sbin/nfsiod/Makefile Thu Sep 5 14:14:47 2019 (r351857) +++ head/sbin/nfsiod/Makefile Thu Sep 5 14:15:47 2019 (r351858) @@ -1,7 +1,6 @@ # @(#)Makefile 8.1 (Berkeley) 6/5/93 # $FreeBSD$ -PACKAGE=runtime PROG= nfsiod MAN= nfsiod.8 Modified: head/sbin/nos-tun/Makefile ============================================================================== --- head/sbin/nos-tun/Makefile Thu Sep 5 14:14:47 2019 (r351857) +++ head/sbin/nos-tun/Makefile Thu Sep 5 14:15:47 2019 (r351858) @@ -1,6 +1,5 @@ # $FreeBSD$ -PACKAGE=runtime PROG= nos-tun MAN= nos-tun.8 WARNS?= 3 Modified: head/sbin/setkey/Makefile ============================================================================== --- head/sbin/setkey/Makefile Thu Sep 5 14:14:47 2019 (r351857) +++ head/sbin/setkey/Makefile Thu Sep 5 14:15:47 2019 (r351858) @@ -29,7 +29,6 @@ .include -PACKAGE=runtime PROG= setkey MAN= setkey.8 SRCS= setkey.c parse.y token.l Modified: head/share/mk/bsd.confs.mk ============================================================================== --- head/share/mk/bsd.confs.mk Thu Sep 5 14:14:47 2019 (r351857) +++ head/share/mk/bsd.confs.mk Thu Sep 5 14:15:47 2019 (r351858) @@ -44,9 +44,9 @@ STAGE_SETS+= ${group:C,[/*],_,g} . if defined(NO_ROOT) . if !defined(${group}TAGS) || ! ${${group}TAGS:Mpackage=*} . if defined(${group}PACKAGE) -${group}TAGS+= package=${${group}PACKAGE:Uruntime} +${group}TAGS+= package=${${group}PACKAGE:Uutilities} . else -${group}TAGS+= package=${PACKAGE:Uruntime} +${group}TAGS+= package=${PACKAGE:Uutilities} . endif . endif ${group}TAGS+= config Modified: head/share/mk/bsd.dirs.mk ============================================================================== --- head/share/mk/bsd.dirs.mk Thu Sep 5 14:14:47 2019 (r351857) +++ head/share/mk/bsd.dirs.mk Thu Sep 5 14:15:47 2019 (r351858) @@ -21,7 +21,7 @@ ${dir}_FLAG= -f ${${dir}_FLAGS} . if defined(NO_ROOT) . if !defined(${dir}TAGS) || ! ${${dir}TAGS:Mpackage=*} -${dir}TAGS+= package=${${dir}PACKAGE:Uruntime} +${dir}TAGS+= package=${${dir}PACKAGE:Uutilities} . endif ${dir}TAG_ARGS= -T ${${dir}TAGS:[*]:S/ /,/g} . endif Modified: head/share/mk/bsd.doc.mk ============================================================================== --- head/share/mk/bsd.doc.mk Thu Sep 5 14:14:47 2019 (r351857) +++ head/share/mk/bsd.doc.mk Thu Sep 5 14:15:47 2019 (r351858) @@ -83,7 +83,7 @@ TRFLAGS+= -t .if defined(NO_ROOT) .if !defined(TAGS) || ! ${TAGS:Mpackage=*} -TAGS+= package=${PACKAGE:Uruntime} +TAGS+= package=${PACKAGE:Uutilities} .endif TAG_ARGS= -T ${TAGS:[*]:S/ /,/g} .endif Modified: head/share/mk/bsd.files.mk ============================================================================== --- head/share/mk/bsd.files.mk Thu Sep 5 14:14:47 2019 (r351857) +++ head/share/mk/bsd.files.mk Thu Sep 5 14:15:47 2019 (r351858) @@ -40,7 +40,7 @@ STAGE_SETS+= ${group:C,[/*],_,g} .if defined(NO_ROOT) .if !defined(${group}TAGS) || ! ${${group}TAGS:Mpackage=*} -${group}TAGS+= package=${${group}PACKAGE:Uruntime} +${group}TAGS+= package=${${group}PACKAGE:Uutilities} .endif ${group}TAG_ARGS= -T ${${group}TAGS:[*]:S/ /,/g} .endif Modified: head/share/mk/bsd.incs.mk ============================================================================== --- head/share/mk/bsd.incs.mk Thu Sep 5 14:14:47 2019 (r351857) +++ head/share/mk/bsd.incs.mk Thu Sep 5 14:15:47 2019 (r351858) @@ -10,7 +10,7 @@ INCSGROUPS?= INCS .if defined(NO_ROOT) .if !defined(TAGS) || ! ${TAGS:Mpackage=*} -TAGS+= package=${PACKAGE:Uruntime} +TAGS+= package=${PACKAGE:Uutilities} .endif TAG_ARGS= -T ${TAGS:[*]:S/ /,/g} .endif Modified: head/share/mk/bsd.lib.mk ============================================================================== --- head/share/mk/bsd.lib.mk Thu Sep 5 14:14:47 2019 (r351857) +++ head/share/mk/bsd.lib.mk Thu Sep 5 14:15:47 2019 (r351858) @@ -66,7 +66,7 @@ TAGS+= lib32 .if defined(NO_ROOT) .if !defined(TAGS) || ! ${TAGS:Mpackage=*} -TAGS+= package=${PACKAGE:Uruntime} +TAGS+= package=${PACKAGE:Uutilities} .endif TAG_ARGS= -T ${TAGS:[*]:S/ /,/g} .endif Modified: head/share/mk/bsd.prog.mk ============================================================================== --- head/share/mk/bsd.prog.mk Thu Sep 5 14:14:47 2019 (r351857) +++ head/share/mk/bsd.prog.mk Thu Sep 5 14:15:47 2019 (r351858) @@ -73,7 +73,7 @@ STRIP?= -s .if defined(NO_ROOT) .if !defined(TAGS) || ! ${TAGS:Mpackage=*} -TAGS+= package=${PACKAGE:Uruntime} +TAGS+= package=${PACKAGE:Uutilities} .endif TAG_ARGS= -T ${TAGS:[*]:S/ /,/g} .endif