Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) by www.NetBSD.org (Postfix) with ESMTP id C762963DF77 for ; Mon, 26 Mar 2012 11:56:04 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 5EDA414A1B3; Mon, 26 Mar 2012 11:56:15 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E1A9814A1A1 for ; Mon, 26 Mar 2012 11:56:13 +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 m-5Tmxre-xYl for ; Mon, 26 Mar 2012 11:56:12 +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 2A34614A1AB for ; Mon, 26 Mar 2012 11:56:12 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id D00FD175DD; Mon, 26 Mar 2012 11:56:12 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Mon, 26 Mar 2012 11:56:12 +0000 From: "OBATA Akio" Subject: CVS commit: pkgsrc/net/gated To: pkgsrc-changes@NetBSD.org Reply-To: obache@netbsd.org X-Mailer: log_accum Message-Id: <20120326115612.D00FD175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: obache Date: Mon Mar 26 11:56:12 UTC 2012 Modified Files: pkgsrc/net/gated: Makefile distinfo pkgsrc/net/gated/patches: patch-src-lexer.l Log Message: * `lex' and `yacc' are required to build. * yylineno is present in all scanners by flex>=2.5.20. fixes PR 46194. To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37 pkgsrc/net/gated/Makefile cvs rdiff -u -r1.9 -r1.10 pkgsrc/net/gated/distinfo cvs rdiff -u -r1.1 -r1.2 pkgsrc/net/gated/patches/patch-src-lexer.l Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.