pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: pkgsrc/misc/py-anita
"Thomas Klausner" <wiz%netbsd.org@localhost> writes:
> 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.
> @@ -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
As I understand it, anita just runs 'xl', so this should just be pointed
at 415 rather than disabled. Really, it should have been 415 anwyay
even before 413 was removed.
Home |
Main Index |
Thread Index |
Old Index