pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mail/mutt-devel Use mutts builtin mutt_curses.h to dis...
details: https://anonhg.NetBSD.org/pkgsrc/rev/784cd9bf68b6
branches: trunk
changeset: 397237:784cd9bf68b6
user: tonnerre <tonnerre%pkgsrc.org@localhost>
date: Sun Aug 09 20:05:37 2009 +0000
description:
Use mutts builtin mutt_curses.h to discover the correct curses header.
Fixes PR 41790.
diffstat:
mail/mutt-devel/distinfo | 4 ++--
mail/mutt-devel/patches/patch-aq | 15 ++++-----------
2 files changed, 6 insertions(+), 13 deletions(-)
diffs (44 lines):
diff -r a47d4778a58a -r 784cd9bf68b6 mail/mutt-devel/distinfo
--- a/mail/mutt-devel/distinfo Sun Aug 09 19:36:52 2009 +0000
+++ b/mail/mutt-devel/distinfo Sun Aug 09 20:05:37 2009 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.60 2009/08/05 11:41:12 hasso Exp $
+$NetBSD: distinfo,v 1.61 2009/08/09 20:05:37 tonnerre Exp $
SHA1 (mutt-1.5.20.tar.gz) = d2bec7a33771f128ca49b1723b06b6d248a35d31
RMD160 (mutt-1.5.20.tar.gz) = df582f79364b9fd70a0001e76a119d8f78275ebb
@@ -16,4 +16,4 @@
SHA1 (patch-an) = eae26290a7a03b3ba31d058cd154c4de8effcf98
SHA1 (patch-ao) = a5dddb01d30f28337ca825c6461139c2d9f288d5
SHA1 (patch-ap) = c6f79d5c4e19efdc15e9d5a59934da52b16b7a62
-SHA1 (patch-aq) = 14178f76748fcc4f9d5f23569a7695454306ec95
+SHA1 (patch-aq) = b26d083f44de7dd641f1176822e4bd943769f35c
diff -r a47d4778a58a -r 784cd9bf68b6 mail/mutt-devel/patches/patch-aq
--- a/mail/mutt-devel/patches/patch-aq Sun Aug 09 19:36:52 2009 +0000
+++ b/mail/mutt-devel/patches/patch-aq Sun Aug 09 20:05:37 2009 +0000
@@ -1,21 +1,14 @@
-$NetBSD: patch-aq,v 1.3 2009/07/25 17:37:04 tonnerre Exp $
+$NetBSD: patch-aq,v 1.4 2009/08/09 20:05:37 tonnerre Exp $
--- /dev/null 2009-07-25 19:31:04.000000000 +0200
+++ mvchgat.c 2009-07-25 19:30:48.000000000 +0200
-@@ -0,0 +1,32 @@
+@@ -0,0 +1,25 @@
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
-+#ifdef HAVE_NCURSESW_NCURSES_H
-+#include <ncursesw/ncurses.h>
-+#endif
-+#ifdef HAVE_NCURSES_NCURSES_H
-+#include <ncurses/ncurses.h>
-+#endif
-+#ifdef HAVE_NCURSES_H
-+#include <ncurses.h>
-+#endif
++#include "mutt.h"
++#include "mutt_curses.h"
+
+#ifndef HAVE_MVWCHGAT
+int
Home |
Main Index |
Thread Index |
Old Index