Sun Sep 12 08:40:44 2021 UTC ()
virt-manager: mark BROKEN in case more hapless users try to install it


(nia)
diff -r1.49 -r1.50 pkgsrc/sysutils/virt-manager/Makefile

cvs diff -r1.49 -r1.50 pkgsrc/sysutils/virt-manager/Makefile (expand / switch to unified diff)

--- pkgsrc/sysutils/virt-manager/Makefile 2021/04/21 11:42:44 1.49
+++ pkgsrc/sysutils/virt-manager/Makefile 2021/09/12 08:40:44 1.50
@@ -1,25 +1,27 @@ @@ -1,25 +1,27 @@
1# $NetBSD: Makefile,v 1.49 2021/04/21 11:42:44 adam Exp $ 1# $NetBSD: Makefile,v 1.50 2021/09/12 08:40:44 nia Exp $
2 2
3DISTNAME= virt-manager-0.9.4 3DISTNAME= virt-manager-0.9.4
4PKGREVISION= 35 4PKGREVISION= 35
5CATEGORIES= sysutils 5CATEGORIES= sysutils
6MASTER_SITES= http://virt-manager.org/download/sources/virt-manager/ 6MASTER_SITES= http://virt-manager.org/download/sources/virt-manager/
7 7
8MAINTAINER= gls@NetBSD.org 8MAINTAINER= gls@NetBSD.org
9HOMEPAGE= https://virt-manager.org/ 9HOMEPAGE= https://virt-manager.org/
10COMMENT= GUI to manage virtual machines 10COMMENT= GUI to manage virtual machines
11LICENSE= gnu-gpl-v2 11LICENSE= gnu-gpl-v2
12 12
 13BROKEN+= "Lack of libvirt Python bindings, needs work"
 14
13DEPENDS= libvirt>=0.9.3:../../sysutils/libvirt 15DEPENDS= libvirt>=0.9.3:../../sysutils/libvirt
14DEPENDS+= ${PYPKGPREFIX}-gtk2>=2.24:../../x11/py-gtk2 16DEPENDS+= ${PYPKGPREFIX}-gtk2>=2.24:../../x11/py-gtk2
15DEPENDS+= virtinst>=0.600.3:../../sysutils/virtinst 17DEPENDS+= virtinst>=0.600.3:../../sysutils/virtinst
16DEPENDS+= ${PYPKGPREFIX}-libxml2>=2.8.0:../../textproc/py-libxml2 18DEPENDS+= ${PYPKGPREFIX}-libxml2>=2.8.0:../../textproc/py-libxml2
17DEPENDS+= urlgrabber>=3.1.0:../../www/urlgrabber 19DEPENDS+= urlgrabber>=3.1.0:../../www/urlgrabber
18DEPENDS+= ${PYPKGPREFIX}-dbus>=1.1.1:../../sysutils/py-dbus 20DEPENDS+= ${PYPKGPREFIX}-dbus>=1.1.1:../../sysutils/py-dbus
19DEPENDS+= gtk-vnc>=0.5.1:../../net/gtk-vnc 21DEPENDS+= gtk-vnc>=0.5.1:../../net/gtk-vnc
20 22
21GNU_CONFIGURE= yes 23GNU_CONFIGURE= yes
22CONFIGURE_ARGS+= --with-libvirt-package-names=libvirt 24CONFIGURE_ARGS+= --with-libvirt-package-names=libvirt
23 25
24USE_TOOLS+= gmake intltool msgfmt 26USE_TOOLS+= gmake intltool msgfmt
25USE_PKGLOCALEDIR= yes 27USE_PKGLOCALEDIR= yes