[Lunar-commits] CVS: moonbase/devel/bison DEPENDS, NONE, 1.1 BUILD,
1.2, 1.3 DETAILS, 1.8, 1.9 yacc, 1.1.1.1, NONE
Terry Chan
tchan at lunar-linux.org
Wed Jan 5 04:48:34 UTC 2005
Update of /var/cvs/lunar/moonbase/devel/bison
In directory espresso.foo-projects.org:/tmp/cvs-serv27454
Modified Files:
BUILD DETAILS
Added Files:
DEPENDS
Removed Files:
yacc
Log Message:
Updated this module to bison-2.0. Removed the unneeded script yacc as
bison-2.0 automatically builds a /usr/bin/yacc script. Also added a
DEPENDS file as bison needs m4. Updated the BUILD script to remove
the unneeded patch. Updated the DETAILS file to remove the patch.
Compiled/tested with gcc-3.3.3, glibc-2.3.3, kernel headers 2.4.x. I also
recompiled teTeX, nedit, fetchmail, modutils, as test cases of using the
new bison.
--- NEW FILE: DEPENDS ---
depends m4
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/devel/bison/BUILD,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- BUILD 3 Sep 2003 20:43:50 -0000 1.2
+++ BUILD 5 Jan 2005 04:48:32 -0000 1.3
@@ -1,15 +1,10 @@
(
- patch_it $SOURCE_CACHE/$SOURCE2 1
-
./configure --build=$BUILD \
--prefix=/usr \
--infodir=/usr/share/info \
--mandir=/usr/share/man \
--datadir=/usr/share/bison &&
- make &&
- prepare_install &&
- make install &&
- cp $SCRIPT_DIRECTORY/yacc /usr/bin
+ default_make
) > $C_FIFO 2>&1
Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/devel/bison/DETAILS,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- DETAILS 5 Oct 2004 09:29:54 -0000 1.8
+++ DETAILS 5 Jan 2005 04:48:32 -0000 1.9
@@ -1,16 +1,12 @@
MODULE=bison
- VERSION=1.875
- #VERSION=1.35
+ VERSION=2.0
SOURCE=$MODULE-$VERSION.tar.gz
- SOURCE2=$MODULE-yyerror-1.patch.bz2
SOURCE_URL[0]=$GNU_URL/$MODULE/
SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/$MODULE/
- SOURCE2_URL[0]=$PATCH_URL/
WEB_SITE=http://www.gnu.org/software/bison/bison.html
- SOURCE_VFY=md5:278515c1195194cad633bf40c892f512
- SOURCE2_VFY=md5:706eefbd3f1ac48dfb647a0a70013f88
+ SOURCE_VFY=sha1:bd18d535ab673415491d4e5c7a5ec5ebfc06ef5c
ENTERED=20010922
- UPDATED=20030903
+ UPDATED=20050104
SHORT="bison is a replacement for the parser generator yacc"
cat << EOF
bison - Replacement for the parser generator yacc
--- yacc DELETED ---
More information about the Lunar-commits
mailing list