Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Jul 2022 10:28:58 GMT
From:      Doug Rabson <dfr@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 0c19c4db74aa - main - Move sort to runtime
Message-ID:  <202207291028.26TASwNv044640@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by dfr:

URL: https://cgit.FreeBSD.org/src/commit/?id=0c19c4db74aad465200797382f4a14f86cd4e146

commit 0c19c4db74aad465200797382f4a14f86cd4e146
Author:     Doug Rabson <dfr@FreeBSD.org>
AuthorDate: 2022-07-29 09:15:24 +0000
Commit:     Doug Rabson <dfr@FreeBSD.org>
CommitDate: 2022-07-29 10:27:25 +0000

    Move sort to runtime
    
    Allows pkg bootstrap without having to install FreeBSD-utilities
---
 usr.bin/sort/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/usr.bin/sort/Makefile b/usr.bin/sort/Makefile
index 3f7b607a177a..40cd99086b95 100644
--- a/usr.bin/sort/Makefile
+++ b/usr.bin/sort/Makefile
@@ -2,6 +2,7 @@
 
 .include <src.opts.mk>
 
+PACKAGE= runtime
 PROG=	sort
 SRCS=	bwstring.c coll.c file.c mem.c radixsort.c sort.c vsort.c
 CSTD=	c11



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