[libio-interface-perl] 01/04: Add patch which fixes compilation error on kfreebsd-*.

gregor herrmann gregoa at debian.org
Wed Jul 23 15:39:37 UTC 2014


This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libio-interface-perl.

commit b38017bcfaf0651e5631146f6bc3788cfc8b0442
Author: gregor herrmann <gregoa at debian.org>
Date:   Wed Jul 23 17:34:48 2014 +0200

    Add patch which fixes compilation error on kfreebsd-*.
    
    There was a closing '}' missing (in a code path which is used only there).
    
    Thanks: $EDITOR.
    Closes: #754691
---
 debian/patches/missing-curly.patch | 18 ++++++++++++++++++
 debian/patches/series              |  1 +
 2 files changed, 19 insertions(+)

diff --git a/debian/patches/missing-curly.patch b/debian/patches/missing-curly.patch
new file mode 100644
index 0000000..379e82a
--- /dev/null
+++ b/debian/patches/missing-curly.patch
@@ -0,0 +1,18 @@
+Description: make count if braces more balanced
+Origin: vendor
+Bug: https://rt.cpan.org/Public/Bug/Display.html?id=97190
+Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=97190
+Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=754691
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2014-07-23
+
+--- a/Interface.xs
++++ b/Interface.xs
+@@ -595,6 +595,7 @@
+        }
+        ifap = ifap -> ifa_next;
+      } 
++     }
+      freeifaddrs(ifap);
+ 
+      s = hwaddr; 
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..0a123c4
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+missing-curly.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libio-interface-perl.git



More information about the Pkg-perl-cvs-commits mailing list