From: Michael Tremer Date: Tue, 24 May 2011 22:22:06 +0000 (+0200) Subject: bison: Update to 2.5. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=da3edecfc178ddcbaed610d931a805e84d74929a;p=ipfire-3.x.git bison: Update to 2.5. --- diff --git a/pkgs/bison/bison.nm b/pkgs/bison/bison.nm index a93e1b506..6d9b1aec0 100644 --- a/pkgs/bison/bison.nm +++ b/pkgs/bison/bison.nm @@ -25,8 +25,8 @@ include $(PKGROOT)/Include PKG_NAME = bison -PKG_VER = 2.4.3 -PKG_REL = 0 +PKG_VER = 2.5 +PKG_REL = 1 PKG_MAINTAINER = PKG_GROUPS = Development/Tools @@ -42,7 +42,7 @@ define PKG_DESCRIPTION context-free grammar into an LALR(1) or GLR parser for that grammar. endef -PKG_TARBALL = $(THISAPP).tar.bz2 +PKG_TARBALL = $(THISAPP).tar.gz define STAGE_CONFIGURE_CMDS cd $(DIR_APP) && echo '#define YYENABLE_NLS 1' >> lib/config.h