pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/parrot Don't use -Werror=undef, it is quite harmf...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/df549803de7a
branches:  trunk
changeset: 353723:df549803de7a
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Mon Oct 10 21:11:08 2016 +0000

description:
Don't use -Werror=undef, it is quite harmful with random third party
headers.

diffstat:

 lang/parrot/distinfo                       |   3 ++-
 lang/parrot/patches/patch-auto-warnings.pm |  12 ++++++++++++
 2 files changed, 14 insertions(+), 1 deletions(-)

diffs (30 lines):

diff -r 276a1f9d8f3f -r df549803de7a lang/parrot/distinfo
--- a/lang/parrot/distinfo      Mon Oct 10 21:10:02 2016 +0000
+++ b/lang/parrot/distinfo      Mon Oct 10 21:11:08 2016 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.56 2015/11/03 22:50:40 agc Exp $
+$NetBSD: distinfo,v 1.57 2016/10/10 21:11:08 joerg Exp $
 
 SHA1 (parrot-5.7.0.tar.gz) = ec4467e2eb5185200fd4e51a32b13a2df55f7cf8
 RMD160 (parrot-5.7.0.tar.gz) = 21eb45e54d0c00073a0b665c7f8401991745ecb8
@@ -6,3 +6,4 @@
 Size (parrot-5.7.0.tar.gz) = 4604326 bytes
 SHA1 (patch-aa) = e3259f8ffce4abb100cc45a97f218cf4784f8786
 SHA1 (patch-ad) = e1ced36bbb75b62e3562affa08a0da2de624eef6
+SHA1 (patch-auto-warnings.pm) = 918ff37bf200b411029e6e5b8854240d1be66a83
diff -r 276a1f9d8f3f -r df549803de7a lang/parrot/patches/patch-auto-warnings.pm
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/lang/parrot/patches/patch-auto-warnings.pm        Mon Oct 10 21:11:08 2016 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-auto-warnings.pm,v 1.1 2016/10/10 21:11:08 joerg Exp $
+
+--- config/auto/warnings.pm.orig       2016-10-09 11:44:20.000000000 +0000
++++ config/auto/warnings.pm
+@@ -154,7 +154,6 @@ sub _init {
+         -Wstrict-aliasing=2
+         -Wswitch
+         -Wswitch-default
+-        -Werror=undef
+         -Wno-unused
+         -Wvariadic-macros
+         -Wwrite-strings



Home | Main Index | Thread Index | Old Index