Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Mar 2021 06:13:18 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: b5fc9e350ce6 - main - pkgbase: Move libicp in utilities
Message-ID:  <202103160613.12G6DIub061933@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=b5fc9e350ce6e2a60d49cf84b83ce7c0383a65cb

commit b5fc9e350ce6e2a60d49cf84b83ce7c0383a65cb
Author:     Emmanuel Vadot <manu@FreeBSD.org>
AuthorDate: 2021-03-16 06:12:40 +0000
Commit:     Emmanuel Vadot <manu@FreeBSD.org>
CommitDate: 2021-03-16 06:12:40 +0000

    pkgbase: Move libicp in utilities
    
    libicp is used by zdb zhack zinject zstream ztest libzpool.so.2 which
    are all in FreeBSD-utilities.
    
    Reviewed by:    bapt, emaste
    Differential Revision:  https://reviews.freebsd.org/D29164
    MFC after:      2 weeks
---
 cddl/lib/libicp/Makefile        | 2 +-
 cddl/lib/libicp_rescue/Makefile | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/cddl/lib/libicp/Makefile b/cddl/lib/libicp/Makefile
index 36858338ac6b..253b252bc2d4 100644
--- a/cddl/lib/libicp/Makefile
+++ b/cddl/lib/libicp/Makefile
@@ -2,7 +2,7 @@
 
 .PATH: ${SRCTOP}/sys/contrib/openzfs/module/icp
 
-PACKAGE=	runtime
+PACKAGE=	utilities
 LIB=	icp
 LIBADD=
 
diff --git a/cddl/lib/libicp_rescue/Makefile b/cddl/lib/libicp_rescue/Makefile
index 1ebe1b0ff649..a46fd6db3877 100644
--- a/cddl/lib/libicp_rescue/Makefile
+++ b/cddl/lib/libicp_rescue/Makefile
@@ -2,7 +2,7 @@
 
 .PATH: ${SRCTOP}/sys/contrib/openzfs/module/icp
 
-PACKAGE=	runtime
+PACKAGE=	utilities
 LIB=	icp_rescue
 LIBADD=
 



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