git: 0fb9d5786bff - main - pkgbase: Move tr(1) to runtime
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 09 Dec 2023 11:21:21 UTC
The branch main has been updated by manu: URL: https://cgit.FreeBSD.org/src/commit/?id=0fb9d5786bff57a7d5b2056fdbc1baaec9406885 commit 0fb9d5786bff57a7d5b2056fdbc1baaec9406885 Author: Emmanuel Vadot <manu@FreeBSD.org> AuthorDate: 2023-11-27 14:35:32 +0000 Commit: Emmanuel Vadot <manu@FreeBSD.org> CommitDate: 2023-12-09 11:21:02 +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 --- usr.bin/tr/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/usr.bin/tr/Makefile b/usr.bin/tr/Makefile index bc220aaae381..17b633a7827b 100644 --- a/usr.bin/tr/Makefile +++ b/usr.bin/tr/Makefile @@ -1,6 +1,7 @@ .include <src.opts.mk> +PACKAGE= runtime PROG= tr SRCS= cmap.c cset.c str.c tr.c