[Lunar-commits] <moonbase> Revert "bison: version bumped to 2.4."
Florin Braescu
florin at lunar-linux.org
Tue Nov 11 18:54:36 CET 2008
commit 00e69fbab503d4d979e754215a48bdd68a2b96ba
Author: Florin Braescu <florin at lunar-linux.org>
Date: Tue Nov 11 19:54:36 2008 +0200
Revert "bison: version bumped to 2.4."
This reverts commit 13d051eac16ba8cc969b34f77bda21c1c85316c7.
bison: revert the update. It breaks a few modules.
---
devel/bison/BUILD | 10 ++++++++++
devel/bison/DETAILS | 12 ++++++------
2 files changed, 16 insertions(+), 6 deletions(-)
diff --git a/devel/bison/BUILD b/devel/bison/BUILD
new file mode 100644
index 0000000..6f3583a
--- /dev/null
+++ b/devel/bison/BUILD
@@ -0,0 +1,10 @@
+(
+
+ ./configure --build=$BUILD \
+ --prefix=/usr \
+ --infodir=/usr/share/info \
+ --mandir=/usr/share/man \
+ --datadir=/usr/share/bison &&
+ default_make
+
+) > $C_FIFO 2>&1
diff --git a/devel/bison/DETAILS b/devel/bison/DETAILS
index 884b894..77984c5 100644
--- a/devel/bison/DETAILS
+++ b/devel/bison/DETAILS
@@ -1,13 +1,13 @@
MODULE=bison
- VERSION=2.4
+ VERSION=2.3
SOURCE=$MODULE-$VERSION.tar.gz
- SOURCE_URL[0]=$GNU_URL/$MODULE
- SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/$MODULE
+ SOURCE_URL[0]=$GNU_URL/$MODULE/
+ SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/$MODULE/
WEB_SITE=http://www.gnu.org/software/bison/bison.html
- SOURCE_VFY=sha1:ecd488f9fd2487c695c558443ec7b698ff9b4d64
+ SOURCE_VFY=sha1:4df84c2c5971946111ff1982fb830b3c78d7c57e
ENTERED=20010922
- UPDATED=20081101
- SHORT="A replacement for the parser generator yacc"
+ UPDATED=20060608
+ SHORT="replacement for the parser generator yacc"
cat << EOF
bison - Replacement for the parser generator yacc
More information about the Lunar-commits
mailing list