Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id 3B03A63B877 for ; Thu, 22 Oct 2009 11:03:20 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id DCE3C63B14C; Thu, 22 Oct 2009 11:03:19 +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 0CDFE63B14B for ; Thu, 22 Oct 2009 11:03:19 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id DA5FC175DA; Thu, 22 Oct 2009 11:03:18 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: binary Content-Type: text/plain Date: Thu, 22 Oct 2009 11:03:18 +0000 From: Matthias Scheler Subject: CVS commit: [pkgsrc-2009Q3] pkgsrc/devel/nbpatch To: pkgsrc-changes@NetBSD.org Reply-To: tron@netbsd.org X-Mailer: log_accum Message-Id: <20091022110318.DA5FC175DA@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: list Module Name: pkgsrc Committed By: tron Date: Thu Oct 22 11:03:18 UTC 2009 Modified Files: pkgsrc/devel/nbpatch [pkgsrc-2009Q3]: Makefile pkgsrc/devel/nbpatch/files [pkgsrc-2009Q3]: inp.c Log Message: Pullup ticket #2917 - requested by joerg nbpatch: portability fix Revisions pulled up: - devel/nbpatch/Makefile 1.4 - devel/nbpatch/files/inp.c 1.6 --- Module Name: pkgsrc Committed By: joerg Date: Wed Oct 21 17:17:04 UTC 2009 Modified Files: pkgsrc/devel/nbpatch: Makefile pkgsrc/devel/nbpatch/files: inp.c Log Message: nbpatch-20091021: Do not try to mmap a zero length file. This can fail e.g. on Solaris. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.3.12.1 pkgsrc/devel/nbpatch/Makefile cvs rdiff -u -r1.5 -r1.5.4.1 pkgsrc/devel/nbpatch/files/inp.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.