Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) by www.NetBSD.org (Postfix) with ESMTP id 201CF63E866 for ; Mon, 15 Apr 2013 19:19:12 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id E144A14A19C; Mon, 15 Apr 2013 19:19:11 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7323114A19B for ; Mon, 15 Apr 2013 19:19:10 +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 Rr0PpECQ_QiD for ; Mon, 15 Apr 2013 19:19:10 +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 0100114A196 for ; Mon, 15 Apr 2013 19:19:09 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id D39A2175DD; Mon, 15 Apr 2013 19:19:09 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Mon, 15 Apr 2013 19:19:09 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/bison To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20130415191909.D39A2175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: adam Date: Mon Apr 15 19:19:09 UTC 2013 Modified Files: pkgsrc/devel/bison: Makefile distinfo Log Message: Changes 2.7.1: * Bug fixes * Fix compiler attribute portability (yacc.c) With locations enabled, __attribute__ was used unprotected. * Fix some compiler warnings (lalr1.cc) To generate a diff of this commit: cvs rdiff -u -r1.89 -r1.90 pkgsrc/devel/bison/Makefile cvs rdiff -u -r1.35 -r1.36 pkgsrc/devel/bison/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.