pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/mimedefang fix perl (5.18) "called too early to c...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/76447175c37c
branches:  trunk
changeset: 631806:76447175c37c
user:      pettai <pettai%pkgsrc.org@localhost>
date:      Thu Mar 13 22:39:09 2014 +0000

description:
fix perl (5.18) "called too early to check prototype" message

diffstat:

 mail/mimedefang/distinfo                       |   3 ++-
 mail/mimedefang/patches/patch-mimedefang.pl.in |  12 ++++++++++++
 2 files changed, 14 insertions(+), 1 deletions(-)

diffs (29 lines):

diff -r 45a39ee8e05f -r 76447175c37c mail/mimedefang/distinfo
--- a/mail/mimedefang/distinfo  Thu Mar 13 22:28:05 2014 +0000
+++ b/mail/mimedefang/distinfo  Thu Mar 13 22:39:09 2014 +0000
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.25 2013/06/15 17:17:31 pettai Exp $
+$NetBSD: distinfo,v 1.26 2014/03/13 22:39:09 pettai Exp $
 
 SHA1 (mimedefang-2.74.tar.gz) = 7f5306bcc87e8959fc5bed09ec215755a7d357be
 RMD160 (mimedefang-2.74.tar.gz) = 0e872d69e55fab37266d5aa1d671dd3aa2efdd16
 Size (mimedefang-2.74.tar.gz) = 362500 bytes
 SHA1 (patch-ac) = 8733dca9408f29f63d71f6a0f3af817ef6b9a148
 SHA1 (patch-ad) = 1130dad09875d069ca246db8f8f567366e0af5be
+SHA1 (patch-mimedefang.pl.in) = 8b7466bd7322f24c54e3f307059a94aecefb25cb
diff -r 45a39ee8e05f -r 76447175c37c mail/mimedefang/patches/patch-mimedefang.pl.in
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/mimedefang/patches/patch-mimedefang.pl.in    Thu Mar 13 22:39:09 2014 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-mimedefang.pl.in,v 1.1 2014/03/13 22:39:09 pettai Exp $
+
+--- mimedefang.pl.in.orig      2014-03-13 22:31:40.000000000 +0000
++++ mimedefang.pl.in
+@@ -764,6 +764,7 @@ sub synthesize_received_header () {
+ #  Descends through input entity and rebuilds an output entity.  The
+ #  various parts of the input entity may be modified (or even deleted)
+ #***********************************************************************
++sub rebuild_entity ($$); # Forward declaration to avoid warning
+ sub rebuild_entity ($$) {
+     my($out, $in) = @_;
+     my @parts = $in->parts;



Home | Main Index | Thread Index | Old Index