pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/xentools33 Disable -Wswitch as newer GCC vers...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0812ebf2cffb
branches:  trunk
changeset: 596513:0812ebf2cffb
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Wed Dec 07 15:22:59 2011 +0000

description:
Disable -Wswitch as newer GCC versions are more noisy

diffstat:

 sysutils/xentools33/distinfo         |   4 ++--
 sysutils/xentools33/patches/patch-ab |  15 ++++++++++++---
 2 files changed, 14 insertions(+), 5 deletions(-)

diffs (41 lines):

diff -r 0d14aef8d40a -r 0812ebf2cffb sysutils/xentools33/distinfo
--- a/sysutils/xentools33/distinfo      Wed Dec 07 15:22:28 2011 +0000
+++ b/sysutils/xentools33/distinfo      Wed Dec 07 15:22:59 2011 +0000
@@ -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 -r 0d14aef8d40a -r 0812ebf2cffb sysutils/xentools33/patches/patch-ab
--- a/sysutils/xentools33/patches/patch-ab      Wed Dec 07 15:22:28 2011 +0000
+++ b/sysutils/xentools33/patches/patch-ab      Wed Dec 07 15:22:59 2011 +0000
@@ -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.



Home | Main Index | Thread Index | Old Index