Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Jun 2024 11:36:48 GMT
From:      Emmanuel Vadot <manu@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 2c0bf46dba53 - stable/14 - pkgbase: Move tr(1) to runtime
Message-ID:  <202406041136.454BamPi011928@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/14 has been updated by manu:

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

commit 2c0bf46dba538f69e4f30244acb5e452411f2a60
Author:     Emmanuel Vadot <manu@FreeBSD.org>
AuthorDate: 2023-11-27 14:35:32 +0000
Commit:     Emmanuel Vadot <manu@FreeBSD.org>
CommitDate: 2024-06-04 11:36:23 +0000

    pkgbase: Move tr(1) to runtime
    
    Since f7d16a627efa ("certctl: Convert line endings before inspecting files.")
    certctl is using tr(1). Add it to FreeBSD-runtime so we can have certctl working
    without having the bloated FreeBSD-utilities.
    
    Sponsored by:   Beckhoff Automation GmbH & Co. KG
    
    (cherry picked from commit 0fb9d5786bff57a7d5b2056fdbc1baaec9406885)
---
 usr.bin/tr/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/usr.bin/tr/Makefile b/usr.bin/tr/Makefile
index 93487222afe4..e6da10b6540a 100644
--- a/usr.bin/tr/Makefile
+++ b/usr.bin/tr/Makefile
@@ -2,6 +2,7 @@
 
 .include <src.opts.mk>
 
+PACKAGE=	runtime
 PROG=	tr
 SRCS=	cmap.c cset.c str.c tr.c
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202406041136.454BamPi011928>