pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

libvirt: Fix PLIST for macOS



Module Name:	pkgsrc-wip
Committed By:	Sijmen J. Mulder <sjmulder%NetBSD.org@localhost>
Pushed By:	sjmulder
Date:		Wed Aug 11 00:19:51 2021 +0200
Changeset:	a0e5b80e43155cb9917f14c88ed3a4a35392bcad

Modified Files:
	libvirt/PLIST
	libvirt/PLIST.FreeBSD
	libvirt/PLIST.Linux
Added Files:
	libvirt/PLIST.NetBSD

Log Message:
libvirt: Fix PLIST for macOS

On macOS the network driver isn't built, even with --with-network=yes,
so move those files to the per-platform PLISTs excluding macOS.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=a0e5b80e43155cb9917f14c88ed3a4a35392bcad

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 libvirt/PLIST         | 8 --------
 libvirt/PLIST.FreeBSD | 8 ++++++++
 libvirt/PLIST.Linux   | 8 ++++++++
 libvirt/PLIST.NetBSD  | 9 +++++++++
 4 files changed, 25 insertions(+), 8 deletions(-)

diffs:
diff --git a/libvirt/PLIST b/libvirt/PLIST
index d0161e8a1f..5574d21c5a 100644
--- a/libvirt/PLIST
+++ b/libvirt/PLIST
@@ -26,7 +26,6 @@ lib/libvirt-admin.la
 lib/libvirt-lxc.la
 lib/libvirt-qemu.la
 lib/libvirt.la
-lib/libvirt/connection-driver/libvirt_driver_network.la
 lib/libvirt/connection-driver/libvirt_driver_qemu.la
 lib/libvirt/connection-driver/libvirt_driver_secret.la
 lib/libvirt/connection-driver/libvirt_driver_storage.la
@@ -40,7 +39,6 @@ lib/pkgconfig/libvirt-qemu.pc
 lib/pkgconfig/libvirt.pc
 libexec/libvirt-guests.sh
 libexec/libvirt_iohelper
-libexec/libvirt_leaseshelper
 man/man1/virsh.1
 man/man1/virt-admin.1
 man/man1/virt-host-validate.1
@@ -64,7 +62,6 @@ man/man8/virtlogd.8
 sbin/libvirtd
 sbin/virtlockd
 sbin/virtlogd
-sbin/virtnetworkd
 sbin/virtproxyd
 sbin/virtqemud
 sbin/virtsecretd
@@ -78,7 +75,6 @@ share/augeas/lenses/tests/test_libvirtd.aug
 share/augeas/lenses/tests/test_libvirtd_qemu.aug
 share/augeas/lenses/tests/test_virtlockd.aug
 share/augeas/lenses/tests/test_virtlogd.aug
-share/augeas/lenses/tests/test_virtnetworkd.aug
 share/augeas/lenses/tests/test_virtproxyd.aug
 share/augeas/lenses/tests/test_virtqemud.aug
 share/augeas/lenses/tests/test_virtsecretd.aug
@@ -86,7 +82,6 @@ share/augeas/lenses/tests/test_virtstoraged.aug
 share/augeas/lenses/tests/test_virtvboxd.aug
 share/augeas/lenses/virtlockd.aug
 share/augeas/lenses/virtlogd.aug
-share/augeas/lenses/virtnetworkd.aug
 share/augeas/lenses/virtproxyd.aug
 share/augeas/lenses/virtqemud.aug
 share/augeas/lenses/virtsecretd.aug
@@ -303,11 +298,8 @@ share/examples/libvirt/libvirt.conf
 share/examples/libvirt/libvirtd.conf
 share/examples/libvirt/qemu-lockd.conf
 share/examples/libvirt/qemu.conf
-share/examples/libvirt/qemu/networks/autostart/default.xml
-share/examples/libvirt/qemu/networks/default.xml
 share/examples/libvirt/virtlockd.conf
 share/examples/libvirt/virtlogd.conf
-share/examples/libvirt/virtnetworkd.conf
 share/examples/libvirt/virtproxyd.conf
 share/examples/libvirt/virtqemud.conf
 share/examples/libvirt/virtsecretd.conf
diff --git a/libvirt/PLIST.FreeBSD b/libvirt/PLIST.FreeBSD
index 43bb9d93ed..5327229987 100644
--- a/libvirt/PLIST.FreeBSD
+++ b/libvirt/PLIST.FreeBSD
@@ -1,9 +1,17 @@
 @comment $NetBSD$
 lib/libvirt/connection-driver/libvirt_driver_bhyve.la
+lib/libvirt/connection-driver/libvirt_driver_network.la
+libexec/libvirt_leaseshelper
 sbin/virtbhyved
+sbin/virtnetworkd
 share/augeas/lenses/libvirtd_bhyve.aug
 share/augeas/lenses/tests/test_libvirtd_bhyve.aug
 share/augeas/lenses/tests/test_virtbhyved.aug
+share/augeas/lenses/tests/test_virtnetworkd.aug
 share/augeas/lenses/virtbhyved.aug
+share/augeas/lenses/virtnetworkd.aug
 share/examples/libvirt/bhyve.conf
+share/examples/libvirt/qemu/networks/autostart/default.xml
+share/examples/libvirt/qemu/networks/default.xml
 share/examples/libvirt/virtbhyved.conf
+share/examples/libvirt/virtnetworkd.conf
diff --git a/libvirt/PLIST.Linux b/libvirt/PLIST.Linux
index cbe1516fd3..f847d1790a 100644
--- a/libvirt/PLIST.Linux
+++ b/libvirt/PLIST.Linux
@@ -1,6 +1,7 @@
 @comment $NetBSD$
 bin/virt-login-shell
 lib/libvirt/connection-driver/libvirt_driver_lxc.la
+lib/libvirt/connection-driver/libvirt_driver_network.la
 lib/libvirt/connection-driver/libvirt_driver_nwfilter.la
 lib/libvirt/storage-backend/libvirt_storage_backend_logical.la
 lib/libvirt/storage-backend/libvirt_storage_backend_mpath.la
@@ -54,16 +55,20 @@ lib/systemd/system/virtvboxd-admin.socket
 lib/systemd/system/virtvboxd-ro.socket
 lib/systemd/system/virtvboxd.service
 lib/systemd/system/virtvboxd.socket
+libexec/libvirt_leaseshelper
 libexec/libvirt_lxc
 libexec/virt-login-shell-helper
 man/man1/virt-login-shell.1
 sbin/virtlxcd
+sbin/virtnetworkd
 sbin/virtnwfilterd
 share/augeas/lenses/libvirtd_lxc.aug
 share/augeas/lenses/tests/test_libvirtd_lxc.aug
 share/augeas/lenses/tests/test_virtlxcd.aug
+share/augeas/lenses/tests/test_virtnetworkd.aug
 share/augeas/lenses/tests/test_virtnwfilterd.aug
 share/augeas/lenses/virtlxcd.aug
+share/augeas/lenses/virtnetworkd.aug
 share/augeas/lenses/virtnwfilterd.aug
 share/examples/libvirt/lxc.conf
 share/examples/libvirt/nwfilter/allow-arp.xml
@@ -84,8 +89,11 @@ share/examples/libvirt/nwfilter/no-other-l2-traffic.xml
 share/examples/libvirt/nwfilter/no-other-rarp-traffic.xml
 share/examples/libvirt/nwfilter/qemu-announce-self-rarp.xml
 share/examples/libvirt/nwfilter/qemu-announce-self.xml
+share/examples/libvirt/qemu/networks/autostart/default.xml
+share/examples/libvirt/qemu/networks/default.xml
 share/examples/libvirt/virt-login-shell.conf
 share/examples/libvirt/virtlxcd.conf
+share/examples/libvirt/virtnetworkd.conf
 share/examples/libvirt/virtnwfilterd.conf
 share/examples/sysconfig/libvirt-guests
 share/examples/sysconfig/libvirtd
diff --git a/libvirt/PLIST.NetBSD b/libvirt/PLIST.NetBSD
new file mode 100644
index 0000000000..e6f085d2c9
--- /dev/null
+++ b/libvirt/PLIST.NetBSD
@@ -0,0 +1,9 @@
+@comment $NetBSD$
+lib/libvirt/connection-driver/libvirt_driver_network.la
+libexec/libvirt_leaseshelper
+sbin/virtnetworkd
+share/augeas/lenses/tests/test_virtnetworkd.aug
+share/augeas/lenses/virtnetworkd.aug
+share/examples/libvirt/qemu/networks/autostart/default.xml
+share/examples/libvirt/qemu/networks/default.xml
+share/examples/libvirt/virtnetworkd.conf


Home | Main Index | Thread Index | Old Index