git: db953e8b9775 - main - pkgbase: Create a FreeBSD-hyperv package
Emmanuel Vadot
manu at FreeBSD.org
Tue Sep 7 09:52:12 UTC 2021
The branch main has been updated by manu:
URL: https://cgit.FreeBSD.org/src/commit/?id=db953e8b97756df2d6907408388952bcc301c762
commit db953e8b97756df2d6907408388952bcc301c762
Author: Emmanuel Vadot <manu at FreeBSD.org>
AuthorDate: 2021-09-02 15:13:45 +0000
Commit: Emmanuel Vadot <manu at FreeBSD.org>
CommitDate: 2021-09-07 08:24:54 +0000
pkgbase: Create a FreeBSD-hyperv package
Put all hyperv utilities in it.
Differential Revision: https://reviews.freebsd.org/D31805
---
libexec/hyperv/Makefile | 1 +
release/packages/Makefile.package | 2 ++
2 files changed, 3 insertions(+)
diff --git a/libexec/hyperv/Makefile b/libexec/hyperv/Makefile
index 6e251b24faa7..1d1fbf375a0e 100644
--- a/libexec/hyperv/Makefile
+++ b/libexec/hyperv/Makefile
@@ -4,6 +4,7 @@
BINDIR= ${LIBEXECDIR}/hyperv
+PACKAGE= hyperv-tools
SCRIPTS= hv_set_ifconfig hv_get_dns_info hv_get_dhcp_info
SCRIPTS+= hyperv_vfattach hyperv_vfup
diff --git a/release/packages/Makefile.package b/release/packages/Makefile.package
index cc75e07a8943..add10d648c22 100644
--- a/release/packages/Makefile.package
+++ b/release/packages/Makefile.package
@@ -54,6 +54,8 @@ hast_COMMENT= Highly Available Storage daemon
hast_DESC= Highly Available Storage daemon
hostapd_COMMENT= 802.11 Access Point Daemon an Utilities
hostapd_DESC= 802.11 Access Point Daemon an Utilities
+hyperv-tools_COMMENT= Microsoft HyperV Utilities
+hyperv-tools_DESC= Microsoft HyperV Utilities
jail_COMMENT= Jail Utilities
jail_DESC= Jail Utilities
jail-debug_DESCR= Debugging Symbols
More information about the dev-commits-src-main
mailing list