The branch stable/13 has been updated by manu:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=4eab15539de822826512555153a9b4dd27049317

commit 4eab15539de822826512555153a9b4dd27049317
Author:     Emmanuel Vadot <[email protected]>
AuthorDate: 2021-05-03 08:12:26 +0000
Commit:     Emmanuel Vadot <[email protected]>
CommitDate: 2021-06-30 07:24:31 +0000

    pkgbase: Move librt to clibs
    
    librt implement the POSIX realtime extension library.
    Move it to clibs instead of utilities as a number of ports uses it
    so avoid a dependancy on FreeBSD-utilities.
    
    MFC after:      1 month
    Differential Revision:  https://reviews.freebsd.org/D30088
---
 lib/librt/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/librt/Makefile b/lib/librt/Makefile
index 6a751b7a3aa3..00ae29bab26b 100644
--- a/lib/librt/Makefile
+++ b/lib/librt/Makefile
@@ -2,6 +2,7 @@
 
 .include <src.opts.mk>
 
+PACKAGE=clibs
 LIB=rt
 SHLIB_MAJOR= 1
 CFLAGS+=-I${SRCTOP}/lib/libc/include -I${.CURDIR}
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/dev-commits-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to