Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Sep 2021 09:52:05 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: 30975efbaff0 - main - pkgbase: Put libbsdxml in FreeBSD-runtime
Message-ID:  <202109070952.1879q52B010737@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=30975efbaff0a021545e81bd9fa09d848edfaafa

commit 30975efbaff0a021545e81bd9fa09d848edfaafa
Author:     Emmanuel Vadot <manu@FreeBSD.org>
AuthorDate: 2021-09-01 18:25:50 +0000
Commit:     Emmanuel Vadot <manu@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



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