Date: Wed, 30 Jun 2021 07:24:57 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: 4eab15539de8 - stable/13 - pkgbase: Move librt to clibs Message-ID: <202106300724.15U7Ovg5084205@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by manu: URL: https://cgit.FreeBSD.org/src/commit/?id=4eab15539de822826512555153a9b4dd27049317 commit 4eab15539de822826512555153a9b4dd27049317 Author: Emmanuel Vadot <manu@FreeBSD.org> AuthorDate: 2021-05-03 08:12:26 +0000 Commit: Emmanuel Vadot <manu@FreeBSD.org> 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}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202106300724.15U7Ovg5084205>