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:   gdt
Date:           Thu Dec  7 17:27:17 UTC 2023

Modified Files:
        pkgsrc/misc/py-anita: options.mk

Log Message:
misc/py-anita: Flip xen to 4.15

Per comments on port-xen, now reflected in the HOWTO, 4.18 is not yet
known to work on other than netbsd-current.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 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.14 pkgsrc/misc/py-anita/options.mk:1.15
--- pkgsrc/misc/py-anita/options.mk:1.14        Thu Dec  7 17:18:58 2023
+++ pkgsrc/misc/py-anita/options.mk     Thu Dec  7 17:27:17 2023
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.14 2023/12/07 17:18:58 gdt Exp $
+# $NetBSD: options.mk,v 1.15 2023/12/07 17:27:17 gdt Exp $
 
 PKG_OPTIONS_VAR=               PKG_OPTIONS.py-anita
 PKG_SUPPORTED_OPTIONS=         gxemul qemu simh xen
@@ -30,8 +30,8 @@ DEPENDS+=     qemu>=3:../../emulators/qemu
 DEPENDS+=      open-simh>=3:../../emulators/open-simh
 .endif
 
-# Either 415 or 418 should work; we choose 418 because it's newer.
+# Xen 415 is the standard approach, per the Xen HOWTO.
 .if !empty(PKG_OPTIONS:Mxen)
-DEPENDS+=      xenkernel418>=4.2:../../sysutils/xenkernel418
-DEPENDS+=      xentools418>=4.2:../../sysutils/xentools418
+DEPENDS+=      xenkernel415>=4.2:../../sysutils/xenkernel415
+DEPENDS+=      xentools415>=4.2:../../sysutils/xentools415
 .endif



Home | Main Index | Thread Index | Old Index