pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/misc/py-anita
Module Name: pkgsrc
Committed By: wiz
Date: Thu Dec 7 09:33:05 UTC 2023
Modified Files:
pkgsrc/misc/py-anita: options.mk
Log Message:
py-anita: comment out xen option
The packages it wants to depend on in that case do not exist any longer.
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/misc/py-anita/options.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/misc/py-anita/options.mk
diff -u pkgsrc/misc/py-anita/options.mk:1.11 pkgsrc/misc/py-anita/options.mk:1.12
--- pkgsrc/misc/py-anita/options.mk:1.11 Sat Nov 7 11:11:24 2020
+++ pkgsrc/misc/py-anita/options.mk Thu Dec 7 09:33:05 2023
@@ -1,7 +1,7 @@
-# $NetBSD: options.mk,v 1.11 2020/11/07 11:11:24 gson Exp $
+# $NetBSD: options.mk,v 1.12 2023/12/07 09:33:05 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.py-anita
-PKG_SUPPORTED_OPTIONS= xen
+PKG_SUPPORTED_OPTIONS= # xen
PKG_OPTIONS_OPTIONAL_GROUPS= qemu
PKG_OPTIONS_GROUP.qemu= qemu
PKG_SUGGESTED_OPTIONS=
@@ -24,7 +24,7 @@ PKG_SUGGESTED_OPTIONS=
DEPENDS+= qemu>=1.0:../../emulators/qemu
.endif
-.if !empty(PKG_OPTIONS:Mxen)
-DEPENDS+= xenkernel413>=4.2:../../sysutils/xenkernel413
-DEPENDS+= xentools413>=4.2:../../sysutils/xentools413
-.endif
+#.if !empty(PKG_OPTIONS:Mxen)
+#DEPENDS+= xenkernel413>=4.2:../../sysutils/xenkernel413
+#DEPENDS+= xentools413>=4.2:../../sysutils/xentools413
+#.endif
Home |
Main Index |
Thread Index |
Old Index