pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/mutt Define a structure before using it to declar...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c4e6c2d0e6d2
branches:  trunk
changeset: 507699:c4e6c2d0e6d2
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Tue Feb 07 00:00:51 2006 +0000

description:
Define a structure before using it to declare an array.  Makes this package
build on Darwin.

Approved by the maintainer.

diffstat:

 mail/mutt/distinfo         |   3 ++-
 mail/mutt/patches/patch-ad |  13 +++++++++++++
 2 files changed, 15 insertions(+), 1 deletions(-)

diffs (34 lines):

diff -r 35749c6d8348 -r c4e6c2d0e6d2 mail/mutt/distinfo
--- a/mail/mutt/distinfo        Mon Feb 06 23:16:07 2006 +0000
+++ b/mail/mutt/distinfo        Tue Feb 07 00:00:51 2006 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.27 2006/01/01 19:40:43 ben Exp $
+$NetBSD: distinfo,v 1.28 2006/02/07 00:00:51 minskim Exp $
 
 SHA1 (mutt-1.4.2.1i.tar.gz) = 10fae2eef5a671d1ea6e17acd6e64cd1f37c3961
 RMD160 (mutt-1.4.2.1i.tar.gz) = 314536f77e0494dc6e4a5d57c681de791c8ce0fc
@@ -6,6 +6,7 @@
 SHA1 (patch-aa) = 057c11486bb855e321853a106992c8792b75b812
 SHA1 (patch-ab) = 9eb4d0d861fff0a6a387d035293e28c6dd17a06c
 SHA1 (patch-ac) = acfece3438c1cadc43247c590045699be7212ede
+SHA1 (patch-ad) = 6d7647913a0442ce474d02129d9bec0dbbd3df52
 SHA1 (patch-ag) = c369b0b5d4855e50a016530f81190b2cbd47cef1
 SHA1 (patch-ah) = 04549728683b4250a26f6d6c7a212b8d505014d2
 SHA1 (patch-ai) = 317b736d6b9a896e1ee185cce37a1c2184c02cde
diff -r 35749c6d8348 -r c4e6c2d0e6d2 mail/mutt/patches/patch-ad
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/mutt/patches/patch-ad        Tue Feb 07 00:00:51 2006 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ad,v 1.6 2006/02/07 00:00:51 minskim Exp $
+
+--- keymap.h.orig      2001-09-11 04:20:34.000000000 -0700
++++ keymap.h
+@@ -19,6 +19,8 @@
+ #ifndef KEYMAP_H
+ #define KEYMAP_H
+ 
++#include "mapping.h"
++
+ /* maximal length of a key binding sequence used for buffer in km_bindkey */
+ #define MAX_SEQ 8
+ 



Home | Main Index | Thread Index | Old Index