git: 2c0bf46dba53 - stable/14 - pkgbase: Move tr(1) to runtime
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 04 Jun 2024 11:36:48 UTC
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