diff options
author | joerg <joerg@pkgsrc.org> | 2011-12-07 15:22:59 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2011-12-07 15:22:59 +0000 |
commit | 4871f7f197001426217a9aca11023e35b2cc0bef (patch) | |
tree | e12f273bd397ed42caa04b0b7f7b425baebbd017 /sysutils | |
parent | 66070ac6b84d18b45fd8eabb99d8a06cd882499c (diff) | |
download | pkgsrc-4871f7f197001426217a9aca11023e35b2cc0bef.tar.gz |
Disable -Wswitch as newer GCC versions are more noisy
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/xentools33/distinfo | 4 | ||||
-rw-r--r-- | sysutils/xentools33/patches/patch-ab | 15 |
2 files changed, 14 insertions, 5 deletions
diff --git a/sysutils/xentools33/distinfo b/sysutils/xentools33/distinfo index ced2e616a47..5e4c5b58340 100644 --- a/sysutils/xentools33/distinfo +++ b/sysutils/xentools33/distinfo @@ -1,11 +1,11 @@ -$NetBSD: distinfo,v 1.24 2011/05/20 17:09:21 bouyer Exp $ +$NetBSD: distinfo,v 1.25 2011/12/07 15:22:59 joerg Exp $ SHA1 (xen-3.3.2.tar.gz) = 7f438e73ac81b25cf5e1570709e87001066bafe4 RMD160 (xen-3.3.2.tar.gz) = 28faa56286f2a418e35dcba6079570ea871d6c7b Size (xen-3.3.2.tar.gz) = 11357576 bytes SHA1 (patch-CVE-2011-1583) = c9f59d9fbb20f0cb76733a4c2d136a67253cae0a SHA1 (patch-aa) = 74c3023e39baf488f8bae060e93f6175b32df61a -SHA1 (patch-ab) = a6244d421dc995c9bcbc9959de422972f9d46b6d +SHA1 (patch-ab) = a73636bf27ad45fbdda791cb2b65254d26a5b899 SHA1 (patch-ac) = 70af1b1a787b9dad9e41a2ffe14d595c6797b4d7 SHA1 (patch-ad) = ccd63ed718e5ba3a742f181ae84af82e85f2f0c4 SHA1 (patch-ae) = bb7116a71bf6637591b639511f055836a13d9887 diff --git a/sysutils/xentools33/patches/patch-ab b/sysutils/xentools33/patches/patch-ab index 583b395b08b..975f8df09c7 100644 --- a/sysutils/xentools33/patches/patch-ab +++ b/sysutils/xentools33/patches/patch-ab @@ -1,8 +1,17 @@ -$NetBSD: patch-ab,v 1.1.1.1 2008/08/07 20:26:58 cegger Exp $ +$NetBSD: patch-ab,v 1.2 2011/12/07 15:22:59 joerg Exp $ ---- ../Config.mk.orig 2008-08-07 10:56:22.000000000 +0200 +--- ../Config.mk.orig 2009-08-06 13:17:07.000000000 +0000 +++ ../Config.mk -@@ -84,7 +84,7 @@ QEMU_REMOTE=http://xenbits.xensource.com +@@ -66,7 +66,7 @@ CFLAGS += -Wall -Wstrict-prototypes + + # -Wunused-value makes GCC 4.x too aggressive for my taste: ignoring the + # result of any casted expression causes a warning. +-CFLAGS += -Wno-unused-value ++CFLAGS += -Wno-unused-value -Wno-switch + + HOSTCFLAGS += $(call cc-option,$(HOSTCC),-Wdeclaration-after-statement,) + CFLAGS += $(call cc-option,$(CC),-Wdeclaration-after-statement,) +@@ -90,7 +90,7 @@ QEMU_REMOTE=http://xenbits.xensource.com # Specify which qemu-dm to use. This may be `ioemu' to use the old # Mercurial in-tree version, or a local directory, or a git URL. |