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:   bouyer
Date:           Wed Sep 22 18:40:43 UTC 2021

Modified Files:
        pkgsrc/sysutils/xentools415: distinfo
        pkgsrc/sysutils/xentools415/patches: patch-tools_qemu-xen_configure

Log Message:
Stopgap for PR pkg/56411: pretend that eventfd support is not there.
To be revisited after the freeze.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/sysutils/xentools415/distinfo
cvs rdiff -u -r1.1 -r1.2 \
    pkgsrc/sysutils/xentools415/patches/patch-tools_qemu-xen_configure

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/distinfo
diff -u pkgsrc/sysutils/xentools415/distinfo:1.3 pkgsrc/sysutils/xentools415/distinfo:1.4
--- pkgsrc/sysutils/xentools415/distinfo:1.3    Tue Sep 21 12:23:49 2021
+++ pkgsrc/sysutils/xentools415/distinfo        Wed Sep 22 18:40:43 2021
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.3 2021/09/21 12:23:49 bouyer Exp $
+$NetBSD: distinfo,v 1.4 2021/09/22 18:40:43 bouyer Exp $
 
 SHA1 (xen415/ipxe-988d2c13cdf0f0b4140685af35ced70ac5b3283c.tar.gz) = 062f21086b853150eddb8cbae31f3f65b9df5520
 RMD160 (xen415/ipxe-988d2c13cdf0f0b4140685af35ced70ac5b3283c.tar.gz) = accba07024249a41f62731e4ff9f0dd9b45a7345
@@ -60,7 +60,7 @@ SHA1 (patch-tools_qemu-xen-traditional_i
 SHA1 (patch-tools_qemu-xen-traditional_net.c) = 0999993172070db5dc8d7c7daaa4999a3edaadb8
 SHA1 (patch-tools_qemu-xen-traditional_xen-hooks.mak) = bc59cb87742036dfa75869572b21b58dd5a2c5ee
 SHA1 (patch-tools_qemu-xen_audio_audio.c) = a1c33d8df7a15515592d5978412d02683847cce5
-SHA1 (patch-tools_qemu-xen_configure) = 38eee924f66c226a09c2408312fc0f67d99d2b81
+SHA1 (patch-tools_qemu-xen_configure) = dc939ff397e5cd554b30d0cc9c19876470a5c2c3
 SHA1 (patch-tools_qemu-xen_net_tap-bsd.c) = ac1ed72daeb051eae7352542630a9a02c99e485e
 SHA1 (patch-tools_qemu-xen_net_tap.c) = 53d8c1799136c412b775d7d02d72b1abc63f4dd3
 SHA1 (patch-tools_xenpaging_xenpaging.c) = 3ade1afeb17210632ca350cdbb649f30d4697493

Index: pkgsrc/sysutils/xentools415/patches/patch-tools_qemu-xen_configure
diff -u pkgsrc/sysutils/xentools415/patches/patch-tools_qemu-xen_configure:1.1 pkgsrc/sysutils/xentools415/patches/patch-tools_qemu-xen_configure:1.2
--- pkgsrc/sysutils/xentools415/patches/patch-tools_qemu-xen_configure:1.1      Sun Apr 18 12:31:26 2021
+++ pkgsrc/sysutils/xentools415/patches/patch-tools_qemu-xen_configure  Wed Sep 22 18:40:43 2021
@@ -1,10 +1,11 @@
-$NetBSD: patch-tools_qemu-xen_configure,v 1.1 2021/04/18 12:31:26 bouyer Exp $
+$NetBSD: patch-tools_qemu-xen_configure,v 1.2 2021/09/22 18:40:43 bouyer Exp $
 
 -lrt is needed for shm_open()
+-stopgap measure to make the package build on HEAD: ignore eventfd
 
---- tools/qemu-xen/configure.orig      2019-09-27 12:21:35.000000000 +0200
-+++ tools/qemu-xen/configure   2020-05-08 20:09:00.341400664 +0200
-@@ -841,6 +841,7 @@
+--- tools/qemu-xen/configure.orig      2021-04-07 17:38:52.000000000 +0200
++++ tools/qemu-xen/configure   2021-09-22 19:09:30.727151120 +0200
+@@ -851,6 +851,7 @@
    audio_drv_list="oss try-sdl"
    audio_possible_drivers="oss sdl"
    oss_lib="-lossaudio"
@@ -12,3 +13,11 @@ $NetBSD: patch-tools_qemu-xen_configure,
    HOST_VARIANT_DIR="netbsd"
    supported_os="yes"
  ;;
+@@ -4779,6 +4780,7 @@
+ if compile_prog "" "" ; then
+   eventfd=yes
+ fi
++eventfd=no
+ 
+ # check if memfd is supported
+ memfd=no



Home | Main Index | Thread Index | Old Index