Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id 6FB6363C474 for ; Wed, 18 May 2011 12:28:53 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 44AB114A153; Wed, 18 May 2011 12:28:53 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7C14314A14E for ; Wed, 18 May 2011 12:28:51 +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 AAP7r-qo4eTM for ; Wed, 18 May 2011 12:28:51 +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 04F4314A10E for ; Wed, 18 May 2011 12:28:50 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id DFF14175DD; Wed, 18 May 2011 12:28:50 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Wed, 18 May 2011 12:28:50 +0000 From: "Ignatios Souvatzis" Subject: CVS commit: pkgsrc/net/vpnc To: pkgsrc-changes@NetBSD.org Reply-To: is@netbsd.org X-Mailer: log_accum Message-Id: <20110518122850.DFF14175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: is Date: Wed May 18 12:28:50 UTC 2011 Modified Files: pkgsrc/net/vpnc: distinfo pkgsrc/net/vpnc/patches: patch-bd Added Files: pkgsrc/net/vpnc/patches: patch-be Removed Files: pkgsrc/net/vpnc/patches: patch-ba Log Message: -back out HAVE_GETLINE, so that this builds on pre-5.99 NetBSD -patch replacement getline() to be of type ssize_t, so that this builds on NetBSD >=5.99 Problem reported by Matthias Kretschmer and Luca Sironi; first part of fix by Matthias, too. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 pkgsrc/net/vpnc/distinfo cvs rdiff -u -r1.1 -r0 pkgsrc/net/vpnc/patches/patch-ba cvs rdiff -u -r1.1 -r1.2 pkgsrc/net/vpnc/patches/patch-bd cvs rdiff -u -r0 -r1.1 pkgsrc/net/vpnc/patches/patch-be Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.