From 254ddddcb7c7654775474f2e713ed8ad756bfefa Mon Sep 17 00:00:00 2001 From: is Date: Wed, 6 Jul 2011 06:24:37 +0000 Subject: Don't compile those functions when using slang - they're not needed and using an in this case undefined helper function. --- mail/mutt-devel/distinfo | 10 ++-------- mail/mutt-devel/patches/patch-aq | 10 ++++++---- 2 files changed, 8 insertions(+), 12 deletions(-) (limited to 'mail/mutt-devel') diff --git a/mail/mutt-devel/distinfo b/mail/mutt-devel/distinfo index 7e8f62abf07..4a9db03c69d 100644 --- a/mail/mutt-devel/distinfo +++ b/mail/mutt-devel/distinfo @@ -1,14 +1,8 @@ -$NetBSD: distinfo,v 1.68 2011/02/03 14:53:08 tron Exp $ +$NetBSD: distinfo,v 1.69 2011/07/06 06:24:37 is Exp $ SHA1 (mutt-1.5.21.tar.gz) = a8475f2618ce5d5d33bff85c0affdf21ab1d76b9 RMD160 (mutt-1.5.21.tar.gz) = b235a42972ae410592253cdc117a90baf279f47a Size (mutt-1.5.21.tar.gz) = 3716886 bytes -SHA1 (patch-1.5.21.rr.compressed.gz) = 5c0ce1e75f2360bb81316e970df75b2bab472bf8 -RMD160 (patch-1.5.21.rr.compressed.gz) = 137a1a9fa042401c078be0de177ecfed60939fbe -Size (patch-1.5.21.rr.compressed.gz) = 10133 bytes -SHA1 (sidebar-5302767aa6aa.gz) = 3f87da8e209213a23f228f48ac554beee15adc0a -RMD160 (sidebar-5302767aa6aa.gz) = c4fd8186cbca3dad30de253b673b9c45cb9abf26 -Size (sidebar-5302767aa6aa.gz) = 11762 bytes SHA1 (patch-aa) = 59d89dce24110be2927c8a1ea1fa5b780d644372 SHA1 (patch-ab) = 73d7fcd363d0064366c953fa61cfae9a71dcf9d4 SHA1 (patch-ac) = 40d119b7efed1a4622c42badc9ee97349b504044 @@ -22,4 +16,4 @@ SHA1 (patch-am) = f7f20860bccb63ed5464e3a1225719ffc3fa504f SHA1 (patch-an) = b9cc3e957bb1650c8e22c0edf0ce112f769664a1 SHA1 (patch-ao) = a5dddb01d30f28337ca825c6461139c2d9f288d5 SHA1 (patch-ap) = c6f79d5c4e19efdc15e9d5a59934da52b16b7a62 -SHA1 (patch-aq) = b26d083f44de7dd641f1176822e4bd943769f35c +SHA1 (patch-aq) = e363d8929ced9731a31af1137b111d3476a3d05d diff --git a/mail/mutt-devel/patches/patch-aq b/mail/mutt-devel/patches/patch-aq index 50e33e63069..6c8113a834c 100644 --- a/mail/mutt-devel/patches/patch-aq +++ b/mail/mutt-devel/patches/patch-aq @@ -1,8 +1,8 @@ -$NetBSD: patch-aq,v 1.4 2009/08/09 20:05:37 tonnerre Exp $ +$NetBSD: patch-aq,v 1.5 2011/07/06 06:24:38 is Exp $ ---- /dev/null 2009-07-25 19:31:04.000000000 +0200 -+++ mvchgat.c 2009-07-25 19:30:48.000000000 +0200 -@@ -0,0 +1,25 @@ +--- mvchgat.c.orig 2011-07-05 08:47:10.596708000 +0000 ++++ mvchgat.c +@@ -0,0 +1,27 @@ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif @@ -10,6 +10,7 @@ $NetBSD: patch-aq,v 1.4 2009/08/09 20:05:37 tonnerre Exp $ +#include "mutt.h" +#include "mutt_curses.h" + ++#ifndef USE_SLANG_CURSES +#ifndef HAVE_MVWCHGAT +int +mvwchgat(WINDOW *win, int y, int x, int count, attr_t attr, short color, @@ -28,3 +29,4 @@ $NetBSD: patch-aq,v 1.4 2009/08/09 20:05:37 tonnerre Exp $ + return mvwchgat(stdscr, y, x, count, attr, color, opts); +} +#endif ++#endif -- cgit v1.2.3