Date: Thu, 13 May 2021 15:46:42 GMT From: Emmanuel Vadot <manu@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 6dbde50a7e48 - main - pkgbase: Move librt to clibs Message-ID: <202105131546.14DFkgDV040549@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by manu: URL: https://cgit.FreeBSD.org/src/commit/?id=6dbde50a7e48d4779dc7a7b0bc63f922aa5bcbf5 commit 6dbde50a7e48d4779dc7a7b0bc63f922aa5bcbf5 Author: Emmanuel Vadot <manu@FreeBSD.org> AuthorDate: 2021-05-03 08:12:26 +0000 Commit: Emmanuel Vadot <manu@FreeBSD.org> CommitDate: 2021-05-13 15:41:24 +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?202105131546.14DFkgDV040549>