Mon Oct 10 21:11:08 2016 UTC ()
Don't use -Werror=undef, it is quite harmful with random third party
headers.


(joerg)
diff -r1.56 -r1.57 pkgsrc/lang/parrot/distinfo
diff -r0 -r1.1 pkgsrc/lang/parrot/patches/patch-auto-warnings.pm

cvs diff -r1.56 -r1.57 pkgsrc/lang/parrot/distinfo (expand / switch to unified diff)

--- pkgsrc/lang/parrot/distinfo 2015/11/03 22:50:40 1.56
+++ pkgsrc/lang/parrot/distinfo 2016/10/10 21:11:08 1.57
@@ -1,8 +1,9 @@ @@ -1,8 +1,9 @@
1$NetBSD: distinfo,v 1.56 2015/11/03 22:50:40 agc Exp $ 1$NetBSD: distinfo,v 1.57 2016/10/10 21:11:08 joerg Exp $
2 2
3SHA1 (parrot-5.7.0.tar.gz) = ec4467e2eb5185200fd4e51a32b13a2df55f7cf8 3SHA1 (parrot-5.7.0.tar.gz) = ec4467e2eb5185200fd4e51a32b13a2df55f7cf8
4RMD160 (parrot-5.7.0.tar.gz) = 21eb45e54d0c00073a0b665c7f8401991745ecb8 4RMD160 (parrot-5.7.0.tar.gz) = 21eb45e54d0c00073a0b665c7f8401991745ecb8
5SHA512 (parrot-5.7.0.tar.gz) = 6db01c4c092f64cb7dbaab99972ddcea73183bbca18a9005871992ca57035d0adca5408af944e40e84095cc35badc6ebf611177fc3d73112577a2f1b7745de75 5SHA512 (parrot-5.7.0.tar.gz) = 6db01c4c092f64cb7dbaab99972ddcea73183bbca18a9005871992ca57035d0adca5408af944e40e84095cc35badc6ebf611177fc3d73112577a2f1b7745de75
6Size (parrot-5.7.0.tar.gz) = 4604326 bytes 6Size (parrot-5.7.0.tar.gz) = 4604326 bytes
7SHA1 (patch-aa) = e3259f8ffce4abb100cc45a97f218cf4784f8786 7SHA1 (patch-aa) = e3259f8ffce4abb100cc45a97f218cf4784f8786
8SHA1 (patch-ad) = e1ced36bbb75b62e3562affa08a0da2de624eef6 8SHA1 (patch-ad) = e1ced36bbb75b62e3562affa08a0da2de624eef6
 9SHA1 (patch-auto-warnings.pm) = 918ff37bf200b411029e6e5b8854240d1be66a83

File Added: pkgsrc/lang/parrot/patches/patch-auto-warnings.pm
$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