pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/sysutils/xentools415
Module Name: pkgsrc
Committed By: markd
Date: Sun Aug 21 20:20:30 UTC 2022
Modified Files:
pkgsrc/sysutils/xentools415: Makefile
Log Message:
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
To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/sysutils/xentools415/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/sysutils/xentools415/Makefile
diff -u pkgsrc/sysutils/xentools415/Makefile:1.19 pkgsrc/sysutils/xentools415/Makefile:1.20
--- pkgsrc/sysutils/xentools415/Makefile:1.19 Tue Jul 5 15:56:33 2022
+++ pkgsrc/sysutils/xentools415/Makefile Sun Aug 21 20:20:29 2022
@@ -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 @@ MAKE_ENV+= EXTRA_HOSTCFLAGS=${EXTRA_HOST
.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