Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id B811163C270 for ; Mon, 10 Aug 2009 14:18:14 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id 56E3F63B2DD; Mon, 10 Aug 2009 14:18:14 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 704B563B2C9 for ; Mon, 10 Aug 2009 14:18:13 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 09F64175D0; Mon, 10 Aug 2009 14:18:13 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: binary Content-Type: text/plain Date: Mon, 10 Aug 2009 14:18:13 +0000 From: Alan Barrett Subject: CVS commit: pkgsrc/mail/mutt-devel To: pkgsrc-changes@NetBSD.org Reply-To: apb@netbsd.org X-Mailer: log_accum Message-Id: <20090810141813.09F64175D0@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes Precedence: list Module Name: pkgsrc Committed By: apb Date: Mon Aug 10 14:18:13 UTC 2009 Modified Files: pkgsrc/mail/mutt-devel: Makefile distinfo Added Files: pkgsrc/mail/mutt-devel/patches: patch-af patch-ah Log Message: Add two patches: * On some systems, curses.h defines TRUE and FALSE, so conditionalise them in lib.h to avoid compiler complaints about duplicate definitions. * mutt_curses.h refers to event_t from mutt.h, and SHORT_STRING from lib.h, so include those headers fom mutt_curses.h. These patches allow mutt-devel to build on NetBSD-5.99.15. Bump PKGREVISION to 1. To generate a diff of this commit: cvs rdiff -u -r1.75 -r1.76 pkgsrc/mail/mutt-devel/Makefile cvs rdiff -u -r1.61 -r1.62 pkgsrc/mail/mutt-devel/distinfo cvs rdiff -u -r0 -r1.1 pkgsrc/mail/mutt-devel/patches/patch-af cvs rdiff -u -r0 -r1.3 pkgsrc/mail/mutt-devel/patches/patch-ah Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.