git: b5fc9e350ce6 - main - pkgbase: Move libicp in utilities
Emmanuel Vadot
manu at FreeBSD.org
Tue Mar 16 06:13:18 UTC 2021
The branch main has been updated by manu:
URL: https://cgit.FreeBSD.org/src/commit/?id=b5fc9e350ce6e2a60d49cf84b83ce7c0383a65cb
commit b5fc9e350ce6e2a60d49cf84b83ce7c0383a65cb
Author: Emmanuel Vadot <manu at FreeBSD.org>
AuthorDate: 2021-03-16 06:12:40 +0000
Commit: Emmanuel Vadot <manu at 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=
More information about the dev-commits-src-all
mailing list