head 1.2; access; symbols pkgsrc-2016Q4:1.1.0.42 pkgsrc-2016Q4-base:1.1 pkgsrc-2016Q3:1.1.0.40 pkgsrc-2016Q3-base:1.1 pkgsrc-2016Q2:1.1.0.38 pkgsrc-2016Q2-base:1.1 pkgsrc-2016Q1:1.1.0.36 pkgsrc-2016Q1-base:1.1 pkgsrc-2015Q4:1.1.0.34 pkgsrc-2015Q4-base:1.1 pkgsrc-2015Q3:1.1.0.32 pkgsrc-2015Q3-base:1.1 pkgsrc-2015Q2:1.1.0.30 pkgsrc-2015Q2-base:1.1 pkgsrc-2015Q1:1.1.0.28 pkgsrc-2015Q1-base:1.1 pkgsrc-2014Q4:1.1.0.26 pkgsrc-2014Q4-base:1.1 pkgsrc-2014Q3:1.1.0.24 pkgsrc-2014Q3-base:1.1 pkgsrc-2014Q2:1.1.0.22 pkgsrc-2014Q2-base:1.1 pkgsrc-2014Q1:1.1.0.20 pkgsrc-2014Q1-base:1.1 pkgsrc-2013Q4:1.1.0.18 pkgsrc-2013Q4-base:1.1 pkgsrc-2013Q3:1.1.0.16 pkgsrc-2013Q3-base:1.1 pkgsrc-2013Q2:1.1.0.14 pkgsrc-2013Q2-base:1.1 pkgsrc-2013Q1:1.1.0.12 pkgsrc-2013Q1-base:1.1 pkgsrc-2012Q4:1.1.0.10 pkgsrc-2012Q4-base:1.1 pkgsrc-2012Q3:1.1.0.8 pkgsrc-2012Q3-base:1.1 pkgsrc-2012Q2:1.1.0.6 pkgsrc-2012Q2-base:1.1 pkgsrc-2012Q1:1.1.0.4 pkgsrc-2012Q1-base:1.1 pkgsrc-2011Q4:1.1.0.2; locks; strict; comment @# @; 1.2 date 2016.12.29.19.13.03; author wiz; state dead; branches; next 1.1; commitid kFYPk8EnajcmFUzz; 1.1 date 2012.01.09.14.06.34; author cegger; state Exp; branches 1.1.2.1; next ; 1.1.2.1 date 2012.01.09.14.06.34; author tron; state dead; branches; next 1.1.2.2; 1.1.2.2 date 2012.02.04.14.21.28; author tron; state Exp; branches; next ; desc @@ 1.2 log @Remove xenkernel and tools versions 3, 33, and 41. As discussed on pkgsrc-users. @ text @$NetBSD: patch-blktaplib_h,v 1.1 2012/01/09 14:06:34 cegger Exp $ --- blktap/lib/blktaplib.h.orig 2009-08-06 12:56:32.000000000 +0000 +++ blktap/lib/blktaplib.h @@@@ -42,7 +42,7 @@@@ #include #include -#define BLK_RING_SIZE __RING_SIZE((blkif_sring_t *)0, XC_PAGE_SIZE) +#define BLK_RING_SIZE __CONST_RING_SIZE(blkif, XC_PAGE_SIZE) /* size of the extra VMA area to map in attached pages. */ #define BLKTAP_VMA_PAGES BLK_RING_SIZE @ 1.1 log @Apply fixes for gcc 4.5. I cannot reproduce the error message show in PR 45386. Bump revision. @ text @d1 1 a1 1 $NetBSD$ @ 1.1.2.1 log @file patch-blktaplib_h was added on branch pkgsrc-2011Q4 on 2012-02-04 14:21:28 +0000 @ text @d1 13 @ 1.1.2.2 log @Pullup ticket #3672 - requested by bouyer sysutils/xentools33: build fix sysutils/xentools41: bug fix Revisions pulled up: - sysutils/xentools33/Makefile 1.28 - sysutils/xentools33/distinfo 1.26 - sysutils/xentools33/patches/patch-blktaplib_h 1.1 - sysutils/xentools33/patches/patch-io_ring_h 1.1 - sysutils/xentools41/Makefile 1.14 - sysutils/xentools41/distinfo 1.16 - sysutils/xentools41/patches/patch-df 1.1 --- Module Name: pkgsrc Committed By: cegger Date: Mon Jan 9 14:06:35 UTC 2012 Modified Files: pkgsrc/sysutils/xentools33: Makefile distinfo Added Files: pkgsrc/sysutils/xentools33/patches: patch-blktaplib_h patch-io_ring_h Log Message: Apply fixes for gcc 4.5. I cannot reproduce the error message show in PR 45386. Bump revision. --- Module Name: pkgsrc Committed By: cegger Date: Thu Jan 26 11:19:24 UTC 2012 Modified Files: pkgsrc/sysutils/xentools41: Makefile distinfo Added Files: pkgsrc/sysutils/xentools41/patches: patch-df Log Message: Apply patch 79d1d3311319f3390f540f547becaba9d957f84c from qemu upstream: Fill in word 64 of IDENTIFY data to indicate support for PIO modes 3 and 4. This allows NetBSD guests to use UltraDMA modes instead of just PIO mode 0. With this patch I can no longer reproduce PR 42455. Bump package revision. @ text @a0 13 $NetBSD$ --- blktap/lib/blktaplib.h.orig 2009-08-06 12:56:32.000000000 +0000 +++ blktap/lib/blktaplib.h @@@@ -42,7 +42,7 @@@@ #include #include -#define BLK_RING_SIZE __RING_SIZE((blkif_sring_t *)0, XC_PAGE_SIZE) +#define BLK_RING_SIZE __CONST_RING_SIZE(blkif, XC_PAGE_SIZE) /* size of the extra VMA area to map in attached pages. */ #define BLKTAP_VMA_PAGES BLK_RING_SIZE @