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/...
Emmanuel Vadot
manu at FreeBSD.org
Thu Sep 5 14:15:58 UTC 2019
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 <bsd.prog.mk>
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 <src.opts.mk>
-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 <src.opts.mk>
-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 <src.opts.mk>
-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 <harti at freebsd.org>
#
-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 <src.opts.mk>
-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 <bsd.own.mk>
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 <src.opts.mk>
-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 <src.opts.mk>
-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 <src.opts.mk>
-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 <src.opts.mk>
-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 <bsd.own.mk>
-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 <src.opts.mk>
-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 <src.opts.mk>
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 <src.opts.mk>
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 <src.opts.mk>
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 <src.opts.mk>
-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
More information about the svn-src-all
mailing list