pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/parrot



Module Name:    pkgsrc
Committed By:   joerg
Date:           Mon Oct 10 21:11:08 UTC 2016

Modified Files:
        pkgsrc/lang/parrot: distinfo
Added Files:
        pkgsrc/lang/parrot/patches: patch-auto-warnings.pm

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


To generate a diff of this commit:
cvs rdiff -u -r1.56 -r1.57 pkgsrc/lang/parrot/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/lang/parrot/patches/patch-auto-warnings.pm

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/lang/parrot/distinfo
diff -u pkgsrc/lang/parrot/distinfo:1.56 pkgsrc/lang/parrot/distinfo:1.57
--- pkgsrc/lang/parrot/distinfo:1.56    Tue Nov  3 22:50:40 2015
+++ pkgsrc/lang/parrot/distinfo Mon Oct 10 21:11:08 2016
@@ -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 @@ SHA512 (parrot-5.7.0.tar.gz) = 6db01c4c0
 Size (parrot-5.7.0.tar.gz) = 4604326 bytes
 SHA1 (patch-aa) = e3259f8ffce4abb100cc45a97f218cf4784f8786
 SHA1 (patch-ad) = e1ced36bbb75b62e3562affa08a0da2de624eef6
+SHA1 (patch-auto-warnings.pm) = 918ff37bf200b411029e6e5b8854240d1be66a83

Added files:

Index: pkgsrc/lang/parrot/patches/patch-auto-warnings.pm
diff -u /dev/null pkgsrc/lang/parrot/patches/patch-auto-warnings.pm:1.1
--- /dev/null   Mon Oct 10 21:11:08 2016
+++ pkgsrc/lang/parrot/patches/patch-auto-warnings.pm   Mon Oct 10 21:11:08 2016
@@ -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