pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/xentools415 xentools415: add dependency on zstd



details:   https://anonhg.NetBSD.org/pkgsrc/rev/89b21ecbc910
branches:  trunk
changeset: 383672:89b21ecbc910
user:      markd <markd%pkgsrc.org@localhost>
date:      Sun Aug 21 20:20:29 2022 +0000

description:
xentools415: add dependency on zstd

allows recent archlinux as domu otherwise get the error:
xc: error: panic: xg_dom_bzimageloader.c:670: xc_try_zstd_decode: \
ZSTD decompress support unavailable

diffstat:

 sysutils/xentools415/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (22 lines):

diff -r c7f8dc63fb79 -r 89b21ecbc910 sysutils/xentools415/Makefile
--- a/sysutils/xentools415/Makefile     Sun Aug 21 17:15:35 2022 +0000
+++ b/sysutils/xentools415/Makefile     Sun Aug 21 20:20:29 2022 +0000
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.19 2022/07/05 15:56:33 bouyer Exp $
+# $NetBSD: Makefile,v 1.20 2022/08/21 20:20:29 markd Exp $
 #
 # VERSION is set in version.mk as it is shared with other packages
 .include        "version.mk"
 PKGNAME=               xentools415-${VERSION}
+PKGREVISION=           1
 
 CATEGORIES=            sysutils
 
@@ -230,6 +231,7 @@
 .include "../../devel/ocaml-findlib/buildlink3.mk"
 BUILDLINK_API_DEPENDS.pciutils+=       pciutils>=3.8
 .include "../../sysutils/pciutils/buildlink3.mk"
+.include "../../archivers/zstd/buildlink3.mk"
 .include "../../devel/glib2/buildlink3.mk"
 .include "../../devel/yajl/buildlink3.mk"
 .include "../../devel/argp/buildlink3.mk"



Home | Main Index | Thread Index | Old Index