Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id 910B563BA0A for ; Tue, 29 Mar 2011 21:38:30 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 6B0AD19CF4E; Tue, 29 Mar 2011 21:38:30 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 21C4B19CF47 for ; Tue, 29 Mar 2011 21:38:29 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id BkkJ-yTAzuZk for ; Tue, 29 Mar 2011 21:38:26 +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 D59B619CF45 for ; Tue, 29 Mar 2011 21:38:26 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id B4B4D175DD; Tue, 29 Mar 2011 21:38:26 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Tue, 29 Mar 2011 21:38:26 +0000 From: "Roy Marples" Subject: CVS commit: pkgsrc/editors/joe To: pkgsrc-changes@NetBSD.org Reply-To: roy@netbsd.org X-Mailer: log_accum Message-Id: <20110329213826.B4B4D175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: roy Date: Tue Mar 29 21:38:26 UTC 2011 Modified Files: pkgsrc/editors/joe: Makefile distinfo Added Files: pkgsrc/editors/joe/patches: patch-ac Log Message: joe only uses termcap so...... Depend on termcap instead of ncurses Replace curses.h and term.h includes with termcap.h Fixes PR lib/43941 To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34 pkgsrc/editors/joe/Makefile cvs rdiff -u -r1.15 -r1.16 pkgsrc/editors/joe/distinfo cvs rdiff -u -r0 -r1.7 pkgsrc/editors/joe/patches/patch-ac Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.