summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorkamil <kamil@pkgsrc.org>2016-10-04 14:47:32 +0000
committerkamil <kamil@pkgsrc.org>2016-10-04 14:47:32 +0000
commitc85ec0a767cb3e7567412e9474673d9a29fddf1e (patch)
treee6eb09d0cf28c53e2f89672c563e28636cc38ac7 /misc
parentb850782c2a9dd9f93675d8010909985c6f14e405 (diff)
downloadpkgsrc-c85ec0a767cb3e7567412e9474673d9a29fddf1e.tar.gz
Drop emulators/qemu0 support
qemu0 is going to be removed from pkgsrc. Bump PKGREVISION to 1
Diffstat (limited to 'misc')
-rw-r--r--misc/py-anita/Makefile3
-rw-r--r--misc/py-anita/options.mk8
2 files changed, 4 insertions, 7 deletions
diff --git a/misc/py-anita/Makefile b/misc/py-anita/Makefile
index 220c248e86a..6e455e42d1e 100644
--- a/misc/py-anita/Makefile
+++ b/misc/py-anita/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.42 2016/09/14 20:21:16 gson Exp $
+# $NetBSD: Makefile,v 1.43 2016/10/04 14:47:32 kamil Exp $
DISTNAME= anita-1.40
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION= 1
CATEGORIES= misc
MASTER_SITES= http://www.gson.org/netbsd/anita/download/
diff --git a/misc/py-anita/options.mk b/misc/py-anita/options.mk
index b7c4a8d179e..77abae9842d 100644
--- a/misc/py-anita/options.mk
+++ b/misc/py-anita/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.6 2014/07/22 18:18:43 gson Exp $
+# $NetBSD: options.mk,v 1.7 2016/10/04 14:47:32 kamil Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.py-anita
PKG_SUPPORTED_OPTIONS= xen
@@ -6,7 +6,7 @@ PKG_SUPPORTED_OPTIONS= xen
# allowing anita to choose them dynamically. For now, they conflict,
# so don't permit both.
PKG_OPTIONS_OPTIONAL_GROUPS= qemu
-PKG_OPTIONS_GROUP.qemu= qemu-0 qemu
+PKG_OPTIONS_GROUP.qemu= qemu
PKG_SUGGESTED_OPTIONS=
# To run (but not to build), anita needs some way to run a virtual
@@ -21,10 +21,6 @@ PKG_SUGGESTED_OPTIONS=
.include "../../mk/bsd.options.mk"
-.if !empty(PKG_OPTIONS:Mqemu-0)
-DEPENDS+= qemu>=0.12.3nb2:../../emulators/qemu0
-.endif
-
.if !empty(PKG_OPTIONS:Mqemu)
# Some versions of qemu1/2 do not work reliably, see the anita(1)
# man page. Version 2.0.0nb4 or newer should work.