git: 30975efbaff0 - main - pkgbase: Put libbsdxml in FreeBSD-runtime

Emmanuel Vadot manu at FreeBSD.org
Tue Sep 7 09:52:06 UTC 2021


The branch main has been updated by manu:

URL: https://cgit.FreeBSD.org/src/commit/?id=30975efbaff0a021545e81bd9fa09d848edfaafa

commit 30975efbaff0a021545e81bd9fa09d848edfaafa
Author:     Emmanuel Vadot <manu at FreeBSD.org>
AuthorDate: 2021-09-01 18:25:50 +0000
Commit:     Emmanuel Vadot <manu at FreeBSD.org>
CommitDate: 2021-09-07 08:22:45 +0000

    pkgbase: Put libbsdxml in FreeBSD-runtime
    
    libbsdxml is used by a lot of programs so just put it in FreeBSD-runtime.
    
    Differential Revision: https://reviews.freebsd.org/D31800
    Reviewed by: emaste
---
 lib/libexpat/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/libexpat/Makefile b/lib/libexpat/Makefile
index d79afc53c865..5cbbca253700 100644
--- a/lib/libexpat/Makefile
+++ b/lib/libexpat/Makefile
@@ -1,6 +1,6 @@
 # $FreeBSD$
 
-PACKAGE=lib${LIB}
+PACKAGE=	runtime
 EXPAT=		${SRCTOP}/contrib/expat
 
 LIB=		bsdxml


More information about the dev-commits-src-all mailing list